> 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/es/knowledge-base/how-to-articles/configure-a-vpn-with-an-existing-remote-session.md).

# Configurar una VPN con una sesión remota existente

Siga este procedimiento para configurar e iniciar sesiones remotas seguras a través de una VPN o Devolutions Gateway en Remote Desktop Manager.

### VPN

Primero debe crear una entrada VPN y, a continuación, haga lo siguiente:

1. Seleccione la entrada RDP.
2. Vaya a las propiedades de su entrada RDP, en ***VPN/Tunnel/Gateway***.
3. Establezca ***Connect*** en ***Always connect***.
4. Establezca ***Type*** en ***VPN link***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6116_2025_1.png" alt=""><figcaption></figcaption></figure>
5. Vaya a la pestaña ***Settings (VPN link)*** en la parte superior.
6. Utilice el botón de puntos suspensivos (...) para seleccionar la entrada ***VPN*** que ha creado.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6117_2025_1.png" alt=""><figcaption></figcaption></figure>
7. Haga clic en ***Update*** para guardar y cerrar la ventana.
8. Inicie su entrada RDP, que primero abrirá la VPN que ha configurado para establecer la conexión.

### Devolutions Gateway

Primero debe instalar [Devolutions Gateway](https://docs.devolutions.net/gateway/es/overview/devolutions-gateway) y, a continuación, haga lo siguiente:

1. Seleccione la entrada RDP.
2. Vuelva a las propiedades de su entrada RDP, en ***VPN/Tunnel/Gateway***.
3. Establezca ***Type*** en ***Devolutions Gateway***.
4. Vaya a la pestaña ***Settings (Devolutions Gateway)*** en la parte superior.
5. Utilice el botón de puntos suspensivos (...) para seleccionar el Devolutions Gateway.
6. Haga clic en ***Update*** para guardar y cerrar la ventana.
7. Inicie la entrada RDP, que primero abrirá el Devolutions Gateway para establecer la conexión.

#### Véase también

[Youtube- RDM Quick Tip - Launch remote sessions via a VPN or a Devolutions Gateway](https://www.youtube.com/watch?v=xaC_7hYE33M)<br>


---

# 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/es/knowledge-base/how-to-articles/configure-a-vpn-with-an-existing-remote-session.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.
