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

# Prerequisiti del server web

L'installazione di Devolutions Server è supportata da Windows Server 2016, 2019, 2022 e 2025.

In quanto applicazione web, Devolutions Server richiede quanto segue:

* IIS Manager
* I seguenti moduli Microsoft IIS:
  * [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite)
  * [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing)
* Hosting bundle di [Microsoft .NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
* Ruoli specifici del server web sulla macchina host

Questi prerequisiti possono essere installati dalla Devolutions Server Console o tramite uno script PowerShell esistente fornito con la Devolutions Server Console.

L'installazione dei prerequisiti dalla [Devolutions Server Console](/server/it/devolutions-server-console.md) o dallo script PowerShell richiede l'accesso a Internet per scaricare quanto segue:

* Hosting bundle di [Microsoft .NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
* [.NET Desktop Runtime 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) (Devolutions Server Console)
* I seguenti moduli Microsoft IIS:
  * [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)

![](https://cdnweb.devolutions.net/docs/INTERFACE2033.png)

### Metodo Devolutions Server Console

1. Apra la [Devolutions Server Console](/server/it/devolutions-server-console.md).
2. Vada nella scheda ***Support*** e clicchi su ***IIS Diagnostic***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLSCONSOLE2006_2024_1.png" alt=""><figcaption></figcaption></figure>
3. Clicchi su ***Install Prerequisites*** per eseguire lo script PowerShell. La finestra sottostante appare solo se manca un prerequisito durante una nuova installazione o un aggiornamento.

   ![](https://cdnweb.devolutions.net/docs/DVLSCONSOLE2005_2024_1.png)

### Metodo PowerShell

1. Esegua Windows PowerShell con privilegi elevati.
2. Cambi il percorso corrente nella sottocartella Scripts che si trova nella cartella di installazione corrente della Devolutions Server Console (**C:\Program Files (x86)\Devolutions\Devolutions Server Console\Scripts**).
3. Esegua lo script **DVLS-Prerequisites.ps1**.
4. Lo script installerà i ruoli web mancanti e i seguenti componenti IIS:

   * Modulo IIS [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite).
   * Modulo IIS [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing).
   * [Hosting bundle del Microsoft .NET 10.0 Core Module](https://dotnet.microsoft.com/en-us/download/dotnet/10.0).

   ![](https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4020.png)


---

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