> 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/readme/system-requirements/system-requirements-for-devolutions-server.md).

# Requisiti di sistema per Devolutions Server

Per utilizzare Devolutions Gateway, il suo sistema deve soddisfare i requisiti seguenti.

### Prerequisiti

* Un'istanza di Devolutions Server.
* Per gli MSP, è possibile distribuire un Devolutions Gateway per ogni sito cliente. È sufficiente che i server Devolutions Gateway siano raggiungibili sia da Devolutions Server sia da Remote Desktop Manager. Devolutions Gateway deve solo accettare le connessioni in entrata provenienti da essi. Non è richiesta alcuna connessione in uscita verso Devolutions Server e Remote Desktop Manager.

### Requisiti hardware

| <p>Implementazione minima<br>(da 1 a 5 sessioni simultanee)</p> | <p>Implementazione piccola<br>(da 5 a 15 sessioni simultanee)</p> | <p>Implementazione media<br>(da 15 a 75 sessioni simultanee)</p> | <p>Implementazione grande<br>(Più di 75 sessioni simultanee)</p> |
| --------------------------------------------------------------- | ----------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| <p>2 vCPU<br>4 GB di RAM</p>                                    | <p>4 vCPU<br>8 GB di RAM</p>                                      | <p>8 vCPU<br>16 GB di RAM</p>                                    | Distribuire più istanze di Devolutions Gateway.                  |

{% hint style="info" %}
Per prestazioni ottimali si consiglia un controller Gigabit Ethernet.
{% endhint %}

### Requisiti software

* Windows 10 (versioni 20H2, 21H1 e 21H2) o Windows 11 (versione 21H2)
* Windows Server 2016, 2019, 2022 o 2025 con .NET Framework 4.8
* Ubuntu Linux 18.04, 20.4, 22.4 e versioni successive
* Red Hat Enterprise Linux (RHEL) 8 e versioni successive
* Rocky Linux 8 e versioni successive
* PowerShell 7 (richiesto solo per l'utilizzo del [modulo PowerShell di Devolutions Gateway](https://www.powershellgallery.com/packages/DevolutionsGateway/2025.1.0) su Linux)

### Requisiti dei certificati

Devolutions Gateway supporta TLS 1.2 e TLS 1.3 nonché le seguenti suite di cifratura:

* AES\_256\_GCM\_SHA384
* AES\_128\_GCM\_SHA256
* CHACHA20\_POLY1305\_SHA256
* ECDHE\_ECDSA\_AES\_256\_GCM\_SHA384
* ECDHE\_ECDSA\_AES\_128\_GCM\_SHA256
* ECDHE\_ECDSA\_CHACHA20\_POLY1305\_SHA256
* ECDHE\_RSA\_AES\_256\_GCM\_SHA384
* ECDHE\_RSA\_AES\_128\_GCM\_SHA256
* ECDHE\_RSA\_CHACHA20\_POLY1305\_SHA256

### Infrastruttura di base

Durante l'installazione di Devolutions Gateway, è essenziale considerare la posizione delle risorse a cui deve accedere e la posizione degli utenti che necessitano di accedere a tali risorse. Come mostrato nei diagrammi di rete qui sotto, il gateway può essere installato in una rete interna (locale) o in una rete remota, a seconda della prossimità alle risorse e agli utenti.

![](https://cdnweb.devolutions.net/docs/MARKETING_Gateway-internal-network-revised.png)

![](https://cdnweb.devolutions.net/docs/MARKETING_Gateway-remote-network-revised.png)

La comunicazione tra Remote Desktop Manager / Devolutions Server e il gateway è crittografata per garantire un trasferimento sicuro dei dati. Tuttavia, tra il gateway e l'host di destinazione, la connessione utilizzerà il protocollo predefinito associato al tipo di connessione, come RDP o SSH. È importante assicurarsi che questi protocolli siano adeguatamente protetti. La porta predefinita per la comunicazione HTTP(s) con il gateway è **7171**, mentre la porta predefinita per la comunicazione TCP è **8181**. Queste porte devono essere aperte e non bloccate dai firewall per consentire una comunicazione corretta.

L'interazione tra Remote Desktop Manager e Devolutions Gateway è diretta e non passa attraverso Devolutions Server. La sicurezza è garantita dall'utilizzo di un token utente, che viene crittografato e autenticato tramite un file PEM per verificare che il token sia stato generato da Devolutions Server. Ciò garantisce l'integrità della connessione e protegge da accessi non autorizzati.

Per prestazioni ottimali, il gateway dovrebbe essere installato il più vicino possibile alle risorse a cui accede. Inoltre, gli amministratori dovrebbero monitorare e aggiornare regolarmente le regole del firewall per consentire le porte richieste (7171 e 8181) e garantire configurazioni sicure per i protocolli in uso. Una corretta gestione del file PEM è fondamentale per mantenere una configurazione sicura.


---

# 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/readme/system-requirements/system-requirements-for-devolutions-server.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.
