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

# Instalación

### Topología

Una instancia de Devolutions Server es una aplicación web, lo que permite que sus servicios sean accesibles a través de Internet o de una intranet.

La [topología](/server/es/readme/topologies.md) recomendada implica el uso de dos servidores: uno para la base de datos y otro para la aplicación web. Para instalaciones más pequeñas, puede utilizarse un único servidor; sin embargo, los recursos se compartirán entre ambos roles, lo que puede afectar al rendimiento.

{% hint style="warning" %}
Puntos clave a tener en cuenta:

* Asegúrese de que .NET 10.0 esté instalado en su equipo antes de comenzar la instalación.
* Se recomienda encarecidamente habilitar el cifrado SSL para proteger la comunicación con la instancia de SQL Server. Siga la guía de Microsoft: [Configure SQL Server Database Engine for encrypting connections](https://learn.microsoft.com/en-US/sql/database-engine/configure-windows/configure-sql-server-encryption). Le recomendamos completar este paso después de la configuración inicial.
* Para una integración completa con Active Directory, el grupo de aplicaciones debe utilizar una identidad de dominio y ambos servidores deben estar unidos al dominio.
  {% endhint %}

### Instalación

* [Instalación de los requisitos previos del servidor web](/server/es/getting-started/installation/web-server-prerequisites.md)

{% hint style="danger" %}
Después de instalar los requisitos previos, compruebe la instalación de IIS accediendo a `http://localhost`. Si no aparece la pantalla de bienvenida de IIS, no continúe. Cualquier problema debe resolverse antes de seguir.
{% endhint %}

* [Instancia de base de datos](/server/es/getting-started/installation/database-setup/database-instance.md)
* [Crear una instancia de Devolutions Server](https://github.com/Devolutions/docs/tree/master/translations/es/server/knowledge-base/how-to-articles/deploy-devolutions-server-with-docker/README.md)

#### Véase también

* [Devolutions Academy - Descripción general de Devolutions Server](https://academy.devolutions.net/student/path/2007290/activity/3070845)
* [Devolutions Academy - Instalación de Devolutions Server](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/es/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.
