> 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/rdm/it/readme/system-requirements.md).

# Requisiti di sistema

Remote Desktop Manager richiede quanto segue prima dell'installazione.

{% tabs %}
{% tab title="Windows" %}

### Requisiti minimi di sistema

#### Windows Desktop

* Windows 11
  * Versione 22H2
* Windows 10
  * Versioni 20H2, 21H1 e 21H2

#### Windows Server

* Windows Server 2025
* Windows Server 2022
* Windows Server
  * Versione 20H2
* Windows Server 2019
* 2016
  * Versione 1607

Processore da 1 GHz o superiore 4 GB di RAM Risoluzione dello schermo 1024 x 768 Oltre 500 MB di spazio su disco rigido Sistema operativo a 64 bit

### Requisiti software minimi

I seguenti pacchetti devono essere installati prima di procedere con l'installazione di Remote Desktop Manager per Windows:

* [Microsoft .NET Desktop Runtime 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0). Consulti le [versioni di sistema operativo supportate](https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md) per maggiori informazioni.
* [Microsoft Edge WebView2 Runtime](/rdm/it/knowledge-base/knowledge-base-articles/download-microsoft-edge-webview2-runtime-for-remote-desktop-manager.md)

{% hint style="info" %}
Queste installazioni sono gestite automaticamente dai nostri installer. Le uniche situazioni in cui è necessario eseguire un'installazione manuale del software prerequisito sono quando l'archivio ZIP viene utilizzato per la distribuzione o quando non è disponibile una connessione a Internet.
{% endhint %}

### Supporto per Remote Desktop Services e thin client

Remote Desktop Manager può essere installato su [Remote Desktop Services](/rdm/it/getting-started/installation/client/remote-desktop-services-terminal-services.md) e thin client.

### Distribuzione manuale/portatile

La distribuzione manuale tramite il nostro file ZIP è documentata come [distribuzione portatile](/rdm/it/getting-started/installation/client/portable-usb.md). In questo caso, anche i prerequisiti dovranno essere gestiti manualmente. Consulti i [requisiti software minimi](#minimum-software-requirements) sopra riportati per maggiori dettagli.
{% endtab %}

{% tab title="macOS" %}

### Requisiti minimi di sistema

* Sistema operativo: macOS Sonoma (v. 14)
* Processore: 1 GHz
* RAM: 4 GB
* Risoluzione dello schermo: 1440 x 900 px
* Spazio su disco rigido: 1,5 GB
  {% endtab %}
  {% endtabs %}


---

# 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/rdm/it/readme/system-requirements.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.
