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

# Gateway

Questa sezione elenca i Devolutions Gateway installati attraverso i quali Devolutions Server può connettersi per accedere alle risorse in reti segmentate. È possibile aggiungere più Devolutions Gateway a tale elenco.

Per installare Devolutions Gateway, consulti [Configurazione di Devolutions Server](https://docs.devolutions.net/gateway/it/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server).

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

I seguenti strumenti sono disponibili per monitorare qualsiasi Devolutions Gateway tramite il menu avanzato (puntini di sospensione).

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

* **Scarica chiave pubblica:** Scarica la chiave pubblica del Devolutions Gateway.
* **Scarica chiave privata:** Scarica la chiave privata del Devolutions Gateway.
* **Aggiorna coppia di chiavi:** Sostituisce la coppia di chiavi attuale con una nuova.
* **Rinnova coppia di chiavi:** Genera una nuova coppia di chiavi.
* **Pubblica l'elenco di revoche su tutti i gateway:** Pubblica un elenco di revoche (un elenco di certificati che sono stati revocati e non sono più considerati validi) su tutti i Devolutions Gateway.
* **Impostazioni di sistema del server di registrazione:** Impostazioni relative alla registrazione di Devolutions Gateway in Devolutions Server.

Abiliti un ***aggiornamento in blocco*** facendo clic sull'interruttore. Il [Devolutions Agent](https://devolutions.net/agent/) deve essere installato sul sistema. Installi l'[MSI dell'ultima versione](https://github.com/Devolutions/devolutions-gateway/releases) nel formato `DevolutionsAgent-x86_64-VERSION.msi.` Selezioni l'opzione Devolutions Gateway Updater durante l'installazione del 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/it/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.
