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

# Cloudflare WARP

Der [Cloudflare WARP](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/)-Eintrag in Remote Desktop Manager Windows ermöglicht es Benutzern, sich mit dem WARP VPN zu verbinden oder die Verbindung zu trennen, ohne ihre Dashboards zu verlassen. Dies vereinfacht den Zugriff auf geschützte Umgebungen, indem das VPN automatisch vor dem Start einer Sitzung gestartet und die Sitzung geöffnet wird, sobald das VPN verbunden ist.

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

### Verbindung

<table><thead><tr><th width="240.39996337890625">EINSTELLUNG</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Verbindungsparameter</strong></td><td>Bestimmt die Verbindungsparameter des WARP VPN. Standardmäßig auf <code>--json connect</code> gesetzt.</td></tr></tbody></table>

### Erweitert

<table><thead><tr><th width="285.20001220703125">EINSTELLUNGEN</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Beim Verbinden offline gehen</strong></td><td>Remote Desktop Manager beim Verbinden mit dem WARP VPN offline schalten.</td></tr><tr><td><strong>Verbindung schließen nach</strong></td><td>Legen Sie eine Verzögerung fest, nach der das WARP VPN automatisch getrennt wird.</td></tr><tr><td><strong>Erreichbaren Host während des Wartens erkennen</strong></td><td>Erreichbaren Host während des Wartens erkennen. Wenn aktiviert, hilft diese Einstellung, Verbindungsversuche zu beschleunigen.</td></tr><tr><td><strong>Nach dem Trennen online gehen nach</strong></td><td>Legen Sie eine Verzögerung fest, nach der Remote Desktop Manager online geht, nachdem das WARP VPN getrennt wurde.</td></tr><tr><td><strong>Adapter zur Verbindungserkennung verwenden</strong></td><td>Einen Netzwerkadapter verwenden, um die Konnektivität zu prüfen, bevor versucht wird, eine Verbindung herzustellen.</td></tr><tr><td><strong>VPN-Wiederverbindungsmodus</strong></td><td><p>Wählen Sie einen Wiederverbindungsmodus zwischen:</p><ul><li><strong>Standard</strong>: Verwendet den <strong>VPN-Wiederverbindungsmodus</strong>, der unter <strong>Datei</strong> – <strong>Einstellungen</strong>– <strong>Eintragstypen</strong>– <strong>VPN/Tunnel/Gateway</strong> definiert ist.</li><li><strong>VPN wiederverbinden</strong>: Versucht automatisch, die Verbindung wiederherzustellen, wenn sie unterbrochen wird.</li><li><strong>VPN offen lassen</strong>: Lässt das VPN unabhängig von der Konnektivität offen.</li></ul></td></tr><tr><td><strong>Nach der Ausführung warten</strong></td><td>Legen Sie die Timeout-Verzögerung für die VPN-Verbindung fest.</td></tr><tr><td><strong>Befehle</strong></td><td>Der Befehlsbereich ermöglicht es Benutzern, VPN-Befehle zu festgelegten Zeitpunkten (nach/vor dem Verbinden) zu senden oder Routen im Batch auszuführen.</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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/entry-settings/cloudflare-warp.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.
