> 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/overview/system-requirements.md).

# System requirements

Remote Desktop Manager requires the following prior to installation.

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

### Minimum system requirements

#### Windows Desktop

* Windows 11
  * Version 22H2
* Windows 10
  * Version 20H2, 21H1, and 21H2

#### Windows Server

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

1 GHz or faster processor 4 GB RAM 1024 x 768 screen resolution 500+ MB hard drive space 64-bit operating system

### Minimum software requirements

The following packages must be installed prior to proceeding with the Remote Desktop Manager Windows installation:

* [Microsoft .NET Desktop Runtime 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0). See [supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md) for more information.
* [Microsoft Edge WebView2 Runtime](https://docs.devolutions.net/rdm/kb/knowledge-base/download-microsoft-edge-chromium/)

{% hint style="info" %}
These installations are managed automatically by our installers. The only situations in which a manual installation of the prerequisite software should be performed are when the ZIP archive is used for deployment or when there is no Internet connection.
{% endhint %}

### Remote Desktop Services and thin client support

Remote Desktop Manager can be installed on [Remote Desktop Services](https://docs.devolutions.net/rdm/installation/client/terminal-services/) and thin client.

### Manual/Portable deployment

Deploying manually using our ZIP file is documented as being a [portable deployment](https://docs.devolutions.net/rdm/installation/client/portable-usb/). In this case, the prerequisites will need to be handled manually as well. See the [minimum software requirements](https://docs.devolutions.net/rdm/overview/system-requirements/#minimum-software-requirements) above for details.
{% endtab %}

{% tab title="macOS" %}

### Minimum system requirements

* Operating system: macOS Sonoma (v. 14)
* Processor: 1 GHz
* RAM: 4 GB
* Screen resolution: 1440 x 900 px
* Hard drive space: 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/overview/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.
