> 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/knowledge-base/how-to-articles/rdp-session-entry/add-an-rdp-session-entry.md).

# Add an RDP session entry

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

***RDP (Microsoft Remote Desktop)*** and other tools that open remote connections are saved as ***Session*** entries in Remote Desktop Manager. The entries store information about the host, credentials, local resources, and VPN, so users can open a session with one click. You can also set permissions, configure security settings and customize logs.

### Create an RDP session

Here are the basics to get you started:

1. On the ***Edit*** tab, click ***New entry***.
2. Choose ***RDP (Microsoft Remote Desktop)***.
3. Enter a name for the session.
4. Choose a ***Display*** mode, the most common are:
   * ***Embedded*** (tabbed) opens a new tab in Remote Desktop Manager.
   * ***External*** opens in the external application.
5. Choose the credentials to use.
   * To use credentials you have saved as a separate entry, choose ***Credential repository*** and select the entry from the list.
   * Select ***Default*** if you want to enter the credentials directly in the entry.
6. Enter the ***Host*** address.

### Open an RDP session

Click ***Open session*** on the ***Home*** tab or in the ***Dashboard***.

You can open more than one session at once. With embedded sessions, you can switch between the tabs or monitor connections simultaneously: use thumbnail view or [rearrange open sessions with split screen](https://docs.devolutions.net/rdm/user-interface/content-area/embedded-sessions/).


---

# 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:

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

The question should be specific, self-contained, and written in natural language.
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.
