> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/rdp-session-entry/add-an-rdp-session-entry.md).

# Aggiungere una voce di sessione RDP

{% embed url="<https://youtu.be/FtSlp_TVAxE?t=156>" %}

***RDP (Microsoft Remote Desktop)*** e altri strumenti che aprono connessioni remote vengono salvati come voci di tipo ***Sessione*** in Remote Desktop Manager. Le voci memorizzano informazioni su host, credenziali, risorse locali e VPN, in modo che gli utenti possano aprire una sessione con un solo clic. È inoltre possibile impostare autorizzazioni, configurare le impostazioni di sicurezza e personalizzare i log.

### Creare una sessione RDP

Ecco le nozioni di base per iniziare:

1. Nella scheda ***Modifica***, clicchi su ***Nuova voce***.
2. Scelga ***RDP (Microsoft Remote Desktop)***.
3. Inserisca un nome per la sessione.
4. Scelga una modalità di ***Visualizzazione***, le più comuni sono:
   * ***Incorporata*** (a schede) apre una nuova scheda in Remote Desktop Manager.
   * ***Esterna*** apre l'applicazione esterna.
5. Scelga le credenziali da utilizzare.
   * Per utilizzare credenziali salvate come voce separata, scelga ***Repository delle credenziali*** e selezioni la voce dall'elenco.
   * Selezioni ***Predefinito*** se desidera inserire le credenziali direttamente nella voce.
6. Inserisca l'indirizzo ***Host***.

### Aprire una sessione RDP

Clicchi su ***Apri sessione*** nella scheda ***Home*** o nella ***Dashboard***.

È possibile aprire più sessioni contemporaneamente. Con le sessioni incorporate, può passare da una scheda all'altra o monitorare più connessioni simultaneamente: utilizzi la vista miniature oppure [riorganizzi le sessioni aperte con lo schermo diviso](/rdm/it/user-interface/content-area/embedded-sessions.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/knowledge-base/how-to-articles/rdp-session-entry/add-an-rdp-session-entry.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
