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

# Ripristinare un'istanza di Devolutions Server

Il ripristino di un'istanza di Devolutions Server nell'ambito di una procedura di disaster recovery richiede i passaggi seguenti.

### 1. Raccogliere le risorse necessarie

Si assicuri che siano disponibili i seguenti prerequisiti:

* Un account amministratore di Devolutions Server con l'autenticazione Devolutions Server abilitata.
* Un file di backup completo da ripristinare. Consulti [Backup manager](/server/it/web-interface/administration/backup/backup-manager.md) per le istruzioni sulla creazione dei backup. Si assicuri che la password del backup sia conservata in modo sicuro.
* Un'istanza di SQL Server locale o accessibile (è supportata anche l'edizione SQL Server Express).

### 2. Installare i componenti necessari

Se non sono già installati, scarichi e installi i seguenti elementi:

* La [console di gestione Devolutions Server](https://devolutions.net/server/download/).
* L'attuale [file ZIP di installazione offline di Devolutions Server](https://devolutions.net/server/download/previous-versions/).
* Le versioni più recenti di [ASP.NET Core Runtime e .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) e i seguenti moduli IIS:
  * [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite).
  * [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing).

### 3. Generare un kit di ripristino

Utilizzando la Devolutions Server Console, [generi un kit di ripristino](/server/it/devolutions-server-console/recovery-kit-generation.md).

Scelga una password sicura per le chiavi di crittografia. Il file ZIP del kit di ripristino (situato per impostazione predefinita in ***C:\Users\Administrator\Documents\DVLS Recovery Kit***) contiene i seguenti file necessari:

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

Conservi questi file in modo sicuro.

### 4. Creare una nuova istanza di Devolutions Server

Crei una nuova istanza di Devolutions Server utilizzando:

* Il file ZIP scaricato in precedenza.
* Il file di configurazione JSON tramite l'[interfaccia della riga di comando della Devolutions Server Console](/server/it/knowledge-base/knowledge-base-articles/devolutions-server-console-command-line-interface.md) (disponibile nei file di installazione della console di gestione Devolutions Server).


---

# 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/it/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.
