> 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/server/de/getting-started/installation/web-server-prerequisites.md).

# Webserver-Voraussetzungen

Devolutions Server erfordert IIS Manager, URL Rewrite, Application Request Routing und das Microsoft .NET 10.0 Hosting Bundle als Voraussetzungen.

Die Installation von Devolutions Server wird von Windows Server 2016, 2019, 2022 und 2025 unterstützt.

Als Webanwendung erfordert Devolutions Server Folgendes:

* IIS Manager
* Die folgenden Microsoft IIS-Module:
  * [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite)
  * [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing)
* [Microsoft .NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) Hosting Bundle
* Bestimmte Webserver-Rollen auf dem Hostcomputer

Diese Voraussetzungen können über die Devolutions Server Console oder über ein vorhandenes PowerShell-Skript installiert werden, das mit der Devolutions Server Console bereitgestellt wird.

Die Installation der Voraussetzungen über die [Devolutions Server Console](/server/de/devolutions-server-console.md) oder über das PowerShell-Skript erfordert Internetzugang, um Folgendes herunterzuladen:

* [Microsoft .NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) Hosting Bundle
* [.NET Desktop Runtime 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) (Devolutions Server Console)
* Die folgenden Microsoft IIS-Module:
  * [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite)
  * [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing)
* [Microsoft Edge WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/consumer/) (Devolutions Server Console)

### Methode über die Devolutions Server Console

1. Öffnen Sie die [Devolutions Server Console](/server/de/devolutions-server-console.md).
2. Gehen Sie auf die Registerkarte ***Support*** und klicken Sie auf ***IIS Diagnostic***.
3. Klicken Sie auf ***Install Prerequisites***, um das PowerShell-Skript auszuführen. Das unten abgebildete Fenster erscheint nur, wenn während einer Neuinstallation oder eines Updates eine Voraussetzung fehlt.

### PowerShell-Methode

1. Führen Sie Windows PowerShell mit erhöhten Rechten aus.
2. Ändern Sie den aktuellen Pfad auf den Unterordner Scripts, der sich im aktuellen Installationsordner der Devolutions Server Console befindet (**C:\Program Files (x86)\Devolutions\Devolutions Server Console\Scripts**).
3. Führen Sie das Skript **DVLS-Prerequisites.ps1** aus.
4. Das Skript installiert die fehlenden Webrollen und die folgenden IIS-Komponenten:
   * IIS-Modul [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite).
   * IIS-Modul [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing).
   * [Microsoft .NET 10.0 Core Module Hosting Bundle](https://dotnet.microsoft.com/en-us/download/dotnet/10.0).


---

# 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/server/de/getting-started/installation/web-server-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.
