> 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/server/concepts/basic-concepts-md/remote-connection-management.md).

# Remote connection management

Remote connection management in Devolutions Server centralizes session definitions and launches them through Devolutions Launcher or Remote Desktop Manager. Entries represent RDP, SSH, web, and other session types, and can be opened from the web interface or client tools so that connection parameters and credentials remain under administrative control. Combined with features like session recording and integration with Devolutions Gateway, this provides a single audited path into critical infrastructure instead of ad hoc direct connections.

An operations team can, for example, open all RDP sessions for a customer from the browser, with every connection launched via Devolutions Gateway and logged back into Devolutions Server.

#### Related topics

* [Devolutions Server web interface overview](https://docs.devolutions.net/server/web-interface/devolutions-server-web-interface-overview/)
* [Open a session](httpshttps://docs.devolutions.net/launcher/using-devolutions-launcher/open-a-session/)
* [Devolutions Launcher and Devolutions Server synchronization](https://docs.devolutions.net/launcher/configuration-and-settings/devolutions-launcher-and-devolutions-server-synchronization/)


---

# 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/server/concepts/basic-concepts-md/remote-connection-management.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.
