> 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.md).

# Installation

### Topologie

Eine Devolutions Server-Instanz ist eine Webanwendung, wodurch ihre Dienste über das Internet oder ein Intranet erreichbar sind.

Die empfohlene [Topologie](/server/de/readme/topologies.md) umfasst die Verwendung von zwei Servern: einen für die Datenbank und einen für die Webanwendung. Für kleinere Installationen kann ein einzelner Server verwendet werden; die Ressourcen werden dann jedoch von beiden Rollen gemeinsam genutzt, was sich auf die Leistung auswirken kann.

{% hint style="warning" %}
Wichtige Punkte, die zu beachten sind:

* Stellen Sie sicher, dass .NET 10.0 auf Ihrem Computer installiert ist, bevor Sie mit der Installation beginnen.
* Es wird dringend empfohlen, die SSL-Verschlüsselung zu aktivieren, um die Kommunikation mit der SQL Server-Instanz zu sichern. Folgen Sie der Anleitung von Microsoft: [Configure SQL Server Database Engine for encrypting connections](https://learn.microsoft.com/en-US/sql/database-engine/configure-windows/configure-sql-server-encryption). Wir empfehlen, diesen Schritt nach der Ersteinrichtung durchzuführen.
* Für eine vollständige Active Directory-Integration sollte der Anwendungspool eine Domänenidentität verwenden, und beide Server müssen der Domäne beigetreten sein.
  {% endhint %}

### Installation

* [Voraussetzungen für den Webserver installieren](/server/de/getting-started/installation/web-server-prerequisites.md)

{% hint style="danger" %}
Testen Sie nach der Installation der Voraussetzungen die IIS-Installation, indem Sie zu `http://localhost` navigieren. Wenn der IIS-Willkommensbildschirm nicht erscheint, fahren Sie nicht fort. Alle Probleme müssen behoben werden, bevor Sie weitermachen.
{% endhint %}

* [Datenbankinstanz](/server/de/getting-started/installation/database-setup/database-instance.md)
* [Eine Devolutions Server-Instanz erstellen](https://github.com/Devolutions/docs/tree/master/translations/de/server/knowledge-base/how-to-articles/deploy-devolutions-server-with-docker/README.md)

#### Siehe auch

* [Devolutions Academy - Überblick über Devolutions Server](https://academy.devolutions.net/student/path/2007290/activity/3070845)
* [Devolutions Academy - Devolutions Server installieren](https://academy.devolutions.net/student/page/2942307-installing-devolutions-server?curriculum_activity_id=4493546\&path_id=2942210\&sid=1f0658ca-fdf5-4f74-a93f-a6a4b8853c09\&sid_i=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.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.
