> 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/server/de/web-interface/administration/modules/gateway.md).

# Gateway

In diesem Abschnitt werden die installierten Devolutions Gateways aufgeführt, über die Devolutions Server eine Verbindung herstellen kann, um auf Ressourcen in segmentierten Netzwerken zuzugreifen. Es können mehrere Devolutions Gateways zu dieser Liste hinzugefügt werden.

Um Devolutions Gateway zu installieren, siehe [Devolutions Server-Konfiguration](https://docs.devolutions.net/gateway/de/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server).

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

Die folgenden Werkzeuge stehen zur Überwachung eines Devolutions Gateway über das erweiterte Menü (Auslassungspunkte) zur Verfügung.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS6005_2025_1.png" alt=""><figcaption></figcaption></figure>

* **Öffentlichen Schlüssel herunterladen:** Laden Sie den öffentlichen Schlüssel des Devolutions Gateway herunter.
* **Privaten Schlüssel herunterladen:** Laden Sie den privaten Schlüssel des Devolutions Gateway herunter.
* **Schlüsselpaar aktualisieren:** Ersetzt das aktuelle Schlüsselpaar durch ein neues.
* **Schlüsselpaar erneuern:** Erzeugt ein neues Schlüsselpaar.
* **Sperrliste an alle Gateways veröffentlichen:** Veröffentlichen Sie eine Sperrliste (eine Liste von Zertifikaten, die widerrufen wurden und nicht mehr als gültig gelten) an alle Devolutions Gateway.
* **Systemeinstellungen des Aufzeichnungsservers:** Einstellungen im Zusammenhang mit der Devolutions Gateway-Aufzeichnung in Devolutions Server.

Aktivieren Sie eine ***Massenaktualisierung***, indem Sie auf den Schalter klicken. Der [Devolutions Agent](https://devolutions.net/agent/) muss auf dem System installiert sein. Installieren Sie die [neueste Release-MSI](https://github.com/Devolutions/devolutions-gateway/releases) im Format `DevolutionsAgent-x86_64-VERSION.msi.` Wählen Sie bei der Installation des Devolutions Agent die Option Devolutions Gateway Updater.


---

# 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/server/de/web-interface/administration/modules/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.
