> 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/knowledge-base-articles/entry-settings/cloudflare-warp.md).

# Cloudflare WARP

The [Cloudflare WARP](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/) entry in Remote Desktop Manager Windows allows users to connect or disconnect from the WARP VPN without leaving their dashboards. This simplifies access to protected environments by automatically launching the VPN before a session starts and opening the session once the VPN is connected.

![](https://cdnweb.devolutions.net/docs/RDMW4350_2025_2.png)

### Connection

<table><thead><tr><th width="240.39996337890625">SETTING</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Connection parameters</strong></td><td>Determines the connection parameters of the WARP VPN. Set to <code>--json connect</code> by default.</td></tr></tbody></table>

### Advanced

<table><thead><tr><th width="285.20001220703125">SETTINGS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Go offline on connection</strong></td><td>Render Remote Desktop Manager offline upon connecting to the WARP VPN.</td></tr><tr><td><strong>Close connection after</strong></td><td>Set a delay after which the WARP VPN automatically disconnects.</td></tr><tr><td><strong>Detect reachable host in wait</strong></td><td>Detect reachable host while waiting. If enabled, this setting helps quicken connection attempts.</td></tr><tr><td><strong>Go online on disconnect after</strong></td><td>Set a delay after which Remote Desktop Manager goes online after the WARP VPN has been disconnected.</td></tr><tr><td><strong>Use adapter to detect connection</strong></td><td>Use a network adapter to check connectivity before trying to establish connection.</td></tr><tr><td><strong>VPN reconnect mode</strong></td><td><p>Choose a reconnect mode between:</p><ul><li><strong>Default</strong>: Use the <strong>VPN reconnect mode</strong> defined in <strong>File</strong> – <strong>Settings</strong>– <strong>Entry types</strong>– <strong>VPN/Tunnel/Gateway</strong>.</li><li><strong>Reconnect VPN</strong>: Automatically attempts to reconnect when connection is disrupted.</li><li><strong>Leave VPN open</strong>: Leaves the VPN open regardless of connectivity.</li></ul></td></tr><tr><td><strong>After execution, wait</strong></td><td>Set the timeout delay for the VPN connection.</td></tr><tr><td><strong>Commands</strong></td><td>The command section allows users to send VPN commands at set moments (after/before connecting) or run routes in batch.</td></tr></tbody></table>


---

# 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/knowledge-base-articles/entry-settings/cloudflare-warp.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.
