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

# Gateway

This section lists the Devolutions Gateways installed that the Devolutions Server can connect through to access resources in segmented networks. Multiple Devolutions Gateways can be added to that list.

To install Devolutions Gateway, please see [Devolutions Server configuration](https://docs.devolutions.net/gateway/getting-started/server/server-configuration/).

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

The following tools are available to monitor any Devolutions Gateway using the advanced menu (ellipsis).

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

* **Download public key:** Download the public key of the Devolutions Gateway.
* **Download private key:** Download the private key of the Devolutions Gateway.
* **Update key pair:** Replaces the current key pair with a new one.
* **Renew key pair:** Generates a new key pair.
* **Publish revocation list to all gateways:** Publish a revocation list (a list of certificates that have been revoked and are no longer considered valid) to all Devolutions Gateway.
* **Recording server system settings:** Settings related to Devolutions Gateway recording in Devolutions Server.

Enable a ***bulk update*** by clicking on the toggle. The [Devolutions Agent](https://devolutions.net/agent/) must be installed on the system. Install the [latest release MSI](https://github.com/Devolutions/devolutions-gateway/releases) in the format `DevolutionsAgent-x86_64-VERSION.msi.` Select the Devolutions Gateway Updater option when installing the Devolutions Agent.


---

# 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/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.
