> 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/de/readme/devolutions-gateway.md).

# Devolutions Gateway

Devolutions Gateway bietet autorisierten Just-in-Time-Zugriff auf Ressourcen in segmentierten Netzwerken.

Zu den wichtigsten Vorteilen von Devolutions Gateway gehören:

* Geringere Exposition interner Netzwerkressourcen durch Just-in-Time-RDP-Verbindungen über Devolutions Gateway.
* Ersetzung statischer VPN- und Firewall-Regeln durch dynamische Zugriffsregeln, die von Devolutions Server gesteuert werden.
* Erhöhte Sicherheit, indem Remote-Zugriff oder Zugriff auf bestimmte Anwendungen in separaten Netzwerksegmenten bei Bedarf gewährt wird.
* Verbesserte Produktivität, da VPN- oder Firewall-Regeln für temporären Zugriff nicht mehr aktualisiert werden müssen.
* Mögliche Nutzung von Devolutions Gateway mit unterstützten Verbindungseintragstypen (RDP, SSH, VNC, ARD, SCP, SFTP, PowerShell, Telnet, Websites) in Remote Desktop Manager und unterstützten Datenquellen (Devolutions Server, Devolutions Cloud).
* Erhöhte Skalierbarkeit, da nicht mehr mehrere VPNs erforderlich sind, um gleichzeitig auf viele Umgebungen zuzugreifen. Devolutions Gateway kann je nach Infrastruktur über 75 gleichzeitige Sitzungen verarbeiten.

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

{% hint style="info" %}
Mehr erfahren über Devolutions Gateway.
{% endhint %}

#### Siehe auch

* [Devolutions Academy - Überblick über 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/de/readme/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.
