> 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/security-checklist.md).

# Lista de comprobación de seguridad

Para alcanzar el máximo nivel de seguridad, debe seguir las siguientes directrices.

No dude en consultar el [Refuerzo de la seguridad de Devolutions Server](/server/es/getting-started/security-checklist/devolutions-server-security-hardening.md) para conocer más medidas de seguridad.

{% hint style="danger" %}
Estas recomendaciones son válidas SOLO si la instancia de Devolutions Server está alojada EXCLUSIVAMENTE en una intranet. Debe contar con una persona con conocimientos de seguridad en Internet para alojar de forma segura cualquier aplicación en Internet. Debe proteger el sitio frente a ataques de denegación de servicio mediante un dispositivo o un módulo de seguridad externo a Devolutions Server.
{% endhint %}

### General

* Utilice exclusivamente la autenticación de Windows.
* Asegúrese de que toda la comunicación LDAP utilice [LDAP sobre SSL](/server/es/getting-started/security-checklist/ldap-over-ssl-ldaps.md).

### SQL Server

* Habilite únicamente el ***modo de autenticación de Windows***.
* Cree una cuenta de dominio que se utilizará para crear la base de datos (VaultDBOwner), así como otra cuenta que utilizará el servidor web para conectarse a la base de datos (VaultDBRunner). Esta última debe tener únicamente el conjunto mínimo de permisos para realizar sus tareas.
* Comuníquese ÚNICAMENTE a través de una conexión cifrada; consulte [Cifrado de las conexiones a SQL Server](/server/es/getting-started/security-checklist/encrypting-connections-to-sql-server.md).

### Servidor web

* Configure el grupo de aplicaciones para que utilice credenciales de dominio. Esta cuenta se añadirá a SQL Server como inicio de sesión y se le concederán únicamente los permisos necesarios (VaultDBRunner).
* Sirva el contenido a través de SSL (https). Consulte [Configurar SSL](/server/es/knowledge-base/how-to-articles/configure-ssl.md).


---

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