> 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/launcher/de/readme/prerequisites.md).

# Voraussetzungen

Stellen Sie vor der Installation von Devolutions Launcher sicher, dass Ihre Umgebung die folgenden Voraussetzungen erfüllt.

### Devolutions Server

Die Hauptversion von Devolutions Launcher muss mit der Hauptversion Ihrer Devolutions Server-Installation übereinstimmen. Insbesondere müssen die ersten beiden Versionsnummern identisch sein.

**Beispiel:**

* Devolutions Launcher: **2026.2.x.x**
* Devolutions Server: **2026.2.x.x**

### Devolutions Cloud

Bei Verwendung von Devolutions Cloud sollte Devolutions Launcher immer auf die neueste verfügbare Version aktualisiert werden.

### Mindestsystemanforderungen

#### Unterstützte Betriebssysteme

**Windows Desktop**

| Betriebssystem | Mindestversion                |
| -------------- | ----------------------------- |
| Windows 11     | Version 21H2                  |
| Windows 10     | Versionen 20H2, 21H1 und 21H2 |

**Windows Server**

| Betriebssystem      | Mindestversion              |
| ------------------- | --------------------------- |
| Windows Server 2022 | Alle unterstützten Releases |
| Windows Server      | Version 20H2                |
| Windows Server 2019 | Alle unterstützten Releases |
| Windows Server 2016 | Version 1607                |

#### Hardware- und Softwareanforderungen

| Anforderung               | Minimum              |
| ------------------------- | -------------------- |
| Microsoft .NET            | Version 10.0         |
| Prozessor                 | 1 GHz oder schneller |
| Speicher (RAM)            | 4 GB                 |
| Bildschirmauflösung       | 1024 × 768 Pixel     |
| Speicherplatz             | 500 MB oder mehr     |
| Betriebssystemarchitektur | 64-Bit               |


---

# 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/launcher/de/readme/prerequisites.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.
