> 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/gateway/fr/overview/devolutions-gateway.md).

# Devolutions Gateway

Devolutions Gateway fournit un accès juste-à-temps autorisé aux ressources dans des réseaux segmentés.

Les principaux avantages de Devolutions Gateway comprennent :

* Exposition réduite aux ressources du réseau interne grâce à des connexions RDP juste-à-temps par l'intermédiaire de Devolutions Gateway.
* Remplacement des règles statiques de VPN et de pare-feu par des règles d'accès dynamiques contrôlées par Devolutions Server.
* Sécurité accrue en donnant un accès à distance, ou un accès à des applications précises, dans des segments de réseau distincts, sur demande.
* Productivité améliorée en éliminant le besoin de mettre à jour les règles de VPN ou de pare-feu pour un accès temporaire.
* Utilisation possible de Devolutions Gateway avec les types d'entrées de connexion pris en charge (RDP, SSH, VNC, ARD, SCP, SFTP, PowerShell, Telnet, sites Web) dans Remote Desktop Manager et les espaces de travail pris en charge (Devolutions Server, Devolutions Cloud).
* Évolutivité accrue en éliminant le besoin d'utiliser plusieurs VPN pour accéder à de nombreux environnements simultanément. Devolutions Gateway peut gérer plus de 75 sessions simultanées, selon l'infrastructure.

<figure><img src="https://webdevolutions.blob.core.windows.net/docs/INTERFACE4132.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
En savoir plus sur Devolutions Gateway.
{% endhint %}

#### Voir aussi

* [Devolutions Academy - Survol de Devolutions Gateway](https://academy.devolutions.net/student/path/2007290/activity/3070847)


---

# 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/gateway/fr/overview/devolutions-gateway.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.
