> 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/knowledge-base/how-to-articles/restore-a-devolutions-server-instance.md).

# Eine Devolutions Server-Instanz wiederherstellen

Die Wiederherstellung einer Devolutions Server-Instanz im Rahmen eines Notfallwiederherstellungsverfahrens erfordert die folgenden Schritte.

### 1. Erforderliche Ressourcen zusammenstellen

Stellen Sie sicher, dass die folgenden Voraussetzungen verfügbar sind:

* Ein Devolutions Server-Administratorkonto mit aktivierter Devolutions Server-Authentifizierung.
* Eine vollständige Backup-Datei zur Wiederherstellung. Siehe [Backup-Manager](/server/de/web-interface/administration/backup/backup-manager.md) für Anweisungen zum Erstellen von Backups. Stellen Sie sicher, dass das Backup-Passwort sicher gespeichert ist.
* Eine lokale oder erreichbare SQL Server-Instanz (SQL Server Express Edition wird ebenfalls unterstützt).

### 2. Erforderliche Komponenten installieren

Laden Sie, falls noch nicht installiert, Folgendes herunter und installieren Sie es:

* Die [Devolutions Server Management-Konsole](https://devolutions.net/server/download/).
* Die aktuelle [Devolutions Server Offline-Installations-ZIP-Datei](https://devolutions.net/server/download/previous-versions/).
* Die neuesten Versionen von [ASP.NET Core Runtime und .NET Desktop Runtime](https://dotnet.microsoft.com/en-us/download).
* [Microsoft Edge WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/consumer).
* Microsoft Internet Information Services (IIS) und die folgenden IIS-Module:
  * [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite).
  * [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing).

### 3. Ein Recovery Kit generieren

[Generieren Sie ein Recovery Kit](/server/de/devolutions-server-console/recovery-kit-generation.md) mithilfe der Devolutions Server Console.

Wählen Sie ein sicheres Passwort für die Verschlüsselungsschlüssel. Die Recovery Kit-ZIP-Datei (standardmäßig unter ***C:\Users\Administrator\Documents\DVLS Recovery Kit***) enthält die folgenden erforderlichen Dateien:

* `EncryptionKeys.bin`
* `server_install.json`

Bewahren Sie diese Dateien sicher auf.

### 4. Eine neue Devolutions Server-Instanz erstellen

Erstellen Sie eine neue Devolutions Server-Instanz entweder mit:

* Der zuvor heruntergeladenen ZIP-Datei.
* Der JSON-Konfigurationsdatei über die [Devolutions Server Console-Befehlszeilenschnittstelle](/server/de/knowledge-base/knowledge-base-articles/devolutions-server-console-command-line-interface.md) (verfügbar in den Installationsdateien der Devolutions Server Management-Konsole).


---

# 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/knowledge-base/how-to-articles/restore-a-devolutions-server-instance.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.
