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

# Requisitos previos del servidor web

La instalación de Devolutions Server es compatible con Windows Server 2016, 2019, 2022 y 2025.

Como aplicación web, Devolutions Server requiere lo siguiente:

* IIS Manager
* Los siguientes módulos de Microsoft IIS:
  * [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite)
  * [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing)
* Paquete de hosting de [Microsoft .NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0)
* Roles de servidor web específicos en la máquina host

Estos requisitos previos se pueden instalar desde Devolutions Server Console o mediante un script de PowerShell existente que se proporciona con Devolutions Server Console.

La instalación de los prerrequisitos desde la [Devolutions Server Console](/server/es/devolutions-server-console.md) o desde el script de PowerShell requiere acceso a internet para descargar lo siguiente:

* Paquete de hosting de [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)
* Los siguientes módulos de 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)

### Método con Devolutions Server Console

1. Abra la [Devolutions Server Console](/server/es/devolutions-server-console.md).
2. Vaya a la pestaña ***Support*** y haga clic en ***IIS Diagnostic***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLSCONSOLE2006_2024_1.png" alt=""><figcaption></figcaption></figure>
3. Haga clic en ***Install Prerequisites*** para ejecutar el script de PowerShell. La ventana siguiente solo aparece si falta algún requisito previo durante una nueva instalación o una actualización.

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

### Método con PowerShell

1. Ejecute Windows PowerShell con privilegios elevados.
2. Cambie la ruta actual a la subcarpeta Scripts que se encuentra en la carpeta de instalación actual de Devolutions Server Console (**C:\Program Files (x86)\Devolutions\Devolutions Server Console\Scripts**).
3. Ejecute el script **DVLS-Prerequisites.ps1**.
4. El script instalará los roles web que falten y los siguientes componentes de IIS:

   * Módulo [URL Rewrite](https://www.iis.net/downloads/microsoft/url-rewrite) de IIS.
   * Módulo [Application Request Routing](https://www.iis.net/downloads/microsoft/application-request-routing) de IIS.
   * [Paquete de hosting del módulo Microsoft .NET 10.0 Core](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/es/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.
