> 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/configure-a-secure-gateway.md).

# Configure a secure gateway

The new jump integration will give you the possibility to jump through a DMZ zone directly to your server. The requirement is an SSH server connected to your network and the DMZ.

### Configure the jump server

1. Create an SSH Tunnel entry by entering the SSH server information that we have to authenticate through for access to the DMZ zone (#1). Then in the Outgoing Tunnel Settings configure the Mode to Dynamic and the Source to 127.0.0.1 (#2).
2. A nice feature for Secure Gateway is keeping the Secure Gateway window hidden. To do go to the ***Advanced*** tab and check ***Hide when connection successful***.

The Jump server (Secure Gateway) is now configured and ready to use.

### Configure the target machine session

We support ***RDP, SSH Shell, SFTP, FTP, SCP***, and ***Website*** (session entry) over the ***Secure Gateway*** feature.

The configuration contains two steps: the first one is the general configuration, the second step is the Secure Gateway configuration. You will be able to repeat this second step for every additional session that uses the Secure Gateway.

#### General configuration

1. Configure the Host, Port, Username, Domain and Password that refer your RDP session (forget the old configuration, do not enter a localhost IP 127.0.0.1).

#### Secure Gateway configuration

2. From there, go to ***VPN/SSH/Gateway*** for the ***Secure Gateway Configuration***.
   1. Select ***Open*** and ***Close*** options, based on the company requirement.
   2. ***VPN Group*** can be configured as explained in [Configure VPN for multiple sessions](https://docs.devolutions.net/rdm/kb/how-to-articles/configure-vpn-multiple-sessions/). We Strongly recommend configuring VPN Group if many RDP/Web Browser session uses the same Secure Gateway.
   3. For ***Type*** select ***Existing – SSH***.
3. Under the ***Settings*** tab, select the SSH Secure Gateway entry and check ***Use over secure gateway***.
4. The waiting time for the VPN session can be reduced by changing the Delay. The delay is set to 1 second below.

Both sessions are configured and you are ready to start the RDP session, everything else will be performed automatically by Remote Desktop Manager.


---

# 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/configure-a-secure-gateway.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.
