> 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/it/knowledge-base/troubleshooting-articles/devolutions-gateway-troubleshooting.md).

# Risoluzione dei problemi di Devolutions Gateway

Questo argomento illustra suggerimenti sulla risoluzione dei problemi di Devolutions Gateway su più prodotti.

{% hint style="info" %}
Se non riesce a scaricare i log dal web, può trovarli anche nella cartella di installazione: `C:\ProgramData\Devolutions\Gateway`.
{% endhint %}

### Verificare lo stato di un gateway

È possibile verificare se un determinato gateway è attivo e funzionante.

1. Apra un browser web.
2. Nella barra degli indirizzi digiti `https://<gateway.url>:<external port>/jet/health`. A seconda della configurazione, potrebbe anche essere `http`.
3. Prema <kbd>Enter</kbd>.

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

### Log e diagnostica di Devolutions Gateway

Se riscontra problemi con un gateway, queste soluzioni possono semplificare l'individuazione di errori più evidenti.

1. Nell'interfaccia web di Devolutions Server, vada su ***Administration*** – ***Devolutions Gateway***.
2. Clicchi su ***More*** sul gateway desiderato.

   ![](https://cdnweb.devolutions.net/docs/DGW0001_2024_1.png)
3. Scelga tra ***Logs*** o ***Diagnostics***.

#### Log di Devolutions Gateway

1. Clicchi su ***Logs***.

   ![](https://cdnweb.devolutions.net/docs/DGW0002_2024_1.png)
2. Osservi i log.

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

#### Diagnostica di Devolutions Gateway

1. Clicchi su ***Diagnostics***.

   ![](https://cdnweb.devolutions.net/docs/DGW0004_2024_1.png)
2. Osservi gli stati.

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

### Il servizio non si avvia

Se il servizio non si avvia affatto, verifichi se un file denominato `boot.stacktrace` esiste nella stessa directory del file di configurazione `gateway.json`. Questo file può contenere informazioni diagnostiche pertinenti. Contatti il nostro [team di supporto](mailto:service@devolutions.net) se non riesce a identificare la causa dell'errore.

### Compatibilità dei certificati

I problemi relativi ai certificati autofirmati privi di un SAN o di un EKU possono essere risolti aggiornando all'ultima versione di Devolutions Gateway.

Si consiglia di impostare l'opzione `TlsVerifyStrict` su `true` ogni volta che è possibile. Dovrebbe configurare questa opzione anche se riscontra problemi con i certificati su macOS e Chrome.

### Connessione al server persa

Se riceve questo messaggio di errore, si assicuri che l'account di servizio configurato sul servizio Devolutions Gateway possa raggiungere la cartella di destinazione delle registrazioni e disponga delle autorizzazioni necessarie per creare le cartelle e i file delle registrazioni.

### Problemi di proxy

Se riscontra problemi nel caricamento o nell'utilizzo delle voci web in Remote Desktop Manager quando Devolutions Gateway è configurato come proxy, controlli i file di log per ulteriori dettagli:

* Percorso Windows: `C:\Users\<user>\AppData\Roaming\jetsocat`
* Percorso macOS: `/Users/<user>/Library/Application Support/jetsocat`

Se il problema persiste, contatti il nostro team di assistenza clienti per ricevere supporto all'indirizzo <service@devolutions.net> e fornisca i file di log pertinenti.


---

# 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/it/knowledge-base/troubleshooting-articles/devolutions-gateway-troubleshooting.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.
