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

# Systemanforderungen

Remote Desktop Manager erfordert vor der Installation Folgendes.

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

### Mindestsystemanforderungen

#### Windows Desktop

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

#### Windows Server

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

Prozessor mit 1 GHz oder schneller 4 GB RAM Bildschirmauflösung 1024 x 768 500+ MB Festplattenspeicher 64-Bit-Betriebssystem

### Mindestsoftwareanforderungen

Die folgenden Pakete müssen installiert sein, bevor Sie mit der Windows-Installation von Remote Desktop Manager fortfahren:

* [Microsoft .NET Desktop Runtime 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0). Weitere Informationen finden Sie unter [unterstützte Betriebssystemversionen](https://github.com/dotnet/core/blob/main/release-notes/10.0/supported-os.md).
* [Microsoft Edge WebView2 Runtime](/rdm/de/knowledge-base/knowledge-base-articles/download-microsoft-edge-webview2-runtime-for-remote-desktop-manager.md)

{% hint style="info" %}
Diese Installationen werden automatisch von unseren Installationsprogrammen verwaltet. Die einzigen Situationen, in denen eine manuelle Installation der vorausgesetzten Software durchgeführt werden sollte, sind, wenn das ZIP-Archiv für die Bereitstellung verwendet wird oder wenn keine Internetverbindung vorhanden ist.
{% endhint %}

### Remote Desktop Services und Thin-Client-Unterstützung

Remote Desktop Manager kann auf [Remote Desktop Services](/rdm/de/getting-started/installation/client/remote-desktop-services-terminal-services.md) und Thin Clients installiert werden.

### Manuelle/Portable Bereitstellung

Die manuelle Bereitstellung mit unserer ZIP-Datei ist als [portable Bereitstellung](/rdm/de/getting-started/installation/client/portable-usb.md) dokumentiert. In diesem Fall müssen die Voraussetzungen ebenfalls manuell behandelt werden. Details finden Sie oben unter [Mindestsoftwareanforderungen](#minimum-software-requirements).
{% endtab %}

{% tab title="macOS" %}

### Mindestsystemanforderungen

* Betriebssystem: macOS Sonoma (v. 14)
* Prozessor: 1 GHz
* RAM: 4 GB
* Bildschirmauflösung: 1440 x 900 px
* Festplattenspeicher: 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/de/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.
