> 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-cloud.md).

# Requisiti di sistema per Devolutions Cloud

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

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

### Requisiti software

* Windows 10 (versione 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 (necessario solo per l'utilizzo del [modulo PowerShell di Devolutions Gateway](https://www.powershellgallery.com/packages/DevolutionsGateway/2025.1.0) su Linux)
* Devolutions Gateway deve poter raggiungere Devolutions Cloud a livello di rete.

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


---

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