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

# Cloudflare WARP

L'entrée [Cloudflare WARP](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/) dans Remote Desktop Manager Windows permet aux utilisateurs de se connecter ou de se déconnecter du VPN WARP sans quitter leurs tableaux de bord. Cela simplifie l'accès aux environnements protégés en lançant automatiquement le VPN avant le démarrage d'une session et en ouvrant la session dès que le VPN est connecté.

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

### Connexion

<table><thead><tr><th width="240.39996337890625">PARAMÈTRE</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Paramètres de connexion</strong></td><td>Détermine les paramètres de connexion du VPN WARP. Défini à <code>--json connect</code> par défaut.</td></tr></tbody></table>

### Avancé

<table><thead><tr><th width="285.20001220703125">PARAMÈTRES</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Passer hors ligne lors de la connexion</strong></td><td>Rendre Remote Desktop Manager hors ligne lors de la connexion au VPN WARP.</td></tr><tr><td><strong>Fermer la connexion après</strong></td><td>Définir un délai après lequel le VPN WARP se déconnecte automatiquement.</td></tr><tr><td><strong>Détecter un hôte joignable pendant l'attente</strong></td><td>Détecter un hôte joignable pendant l'attente. Si ce paramètre est activé, il permet d'accélérer les tentatives de connexion.</td></tr><tr><td><strong>Passer en ligne après la déconnexion après</strong></td><td>Définir un délai après lequel Remote Desktop Manager passe en ligne après la déconnexion du VPN WARP.</td></tr><tr><td><strong>Utiliser un adaptateur pour détecter la connexion</strong></td><td>Utiliser un adaptateur réseau pour vérifier la connectivité avant de tenter d'établir la connexion.</td></tr><tr><td><strong>Mode de reconnexion VPN</strong></td><td><p>Choisir un mode de reconnexion parmi :</p><ul><li><strong>Par défaut</strong> : Utiliser le <strong>Mode de reconnexion VPN</strong> défini dans <strong>Fichier</strong> – <strong>Paramètres</strong>– <strong>Types d'entrées</strong>– <strong>VPN/Tunnel/Gateway</strong>.</li><li><strong>Reconnecter le VPN</strong> : Tente automatiquement de se reconnecter lorsque la connexion est interrompue.</li><li><strong>Laisser le VPN ouvert</strong> : Laisse le VPN ouvert, peu importe la connectivité.</li></ul></td></tr><tr><td><strong>Après l'exécution, attendre</strong></td><td>Définir le délai d'expiration pour la connexion VPN.</td></tr><tr><td><strong>Commandes</strong></td><td>La section des commandes permet aux utilisateurs d'envoyer des commandes VPN à des moments définis (après/avant la connexion) ou d'exécuter des routes par lot.</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/fr/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.
