> 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/knowledge-base/how-to-articles/configure-a-web-based-active-directory-dashboard-entry.md).

# Configurar una entrada de panel de Active Directory basada en web

El panel de Active Directory se puede iniciar directamente desde la interfaz web de Devolutions Server.

### Requisitos

* Windows 10 u 11.
* Windows Server 2016 y posteriores.
* [Devolutions Gateway](https://docs.devolutions.net/gateway/es/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server) versión 2023.1 o posterior.
* Se requiere el [***permiso de contraseña*** ***Ver***](https://docs.devolutions.net/rdm/es/user-group-based-access-control/permissions) para iniciar la sesión a través de la interfaz web de Devolutions Server.

### Configuración de la entrada

Configure correctamente un panel de Active Directory siguiendo los pasos que se indican a continuación. Primero, [cree una entrada de panel de Active Directory](/server/es/web-interface/vaults/entries/create-entries-manually.md) si aún no lo ha hecho.

1. En las ***Propiedades*** de la entrada, vaya a la sección ***VPN/túnel/gateway***.
2. En ***Conectar***, seleccione ***Conectar siempre***.
3. Seleccione ***Devolutions Gateway*** como ***tipo de VPN***.
4. Haga clic en ***Actualizar*** para guardar.

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

### Abrir el panel en un navegador

Una vez cumplidas todas las condiciones, haga clic en ***Abrir en el navegador*** para iniciar la conexión en la web.

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

### Interfaz de usuario

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

#### Configuración del panel

<table><thead><tr><th width="186">Configuración</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Nuevo usuario</strong></td><td>Crear un nuevo usuario en Active Directory.</td></tr><tr><td><strong>Nuevo grupo</strong></td><td>Crear un nuevo grupo en Active Directory.</td></tr><tr><td><strong>Buscar BitLocker</strong></td><td>Recuperar la contraseña de recuperación de una clave cifrada con BitLocker.</td></tr><tr><td><strong>Introducir filtro de búsqueda</strong></td><td>Localizar cualquier objeto del dominio, como usuarios, grupos u ordenadores.</td></tr></tbody></table>

#### Configuración de usuarios y grupos

<table><thead><tr><th width="216">Configuración</th><th>Descripción</th></tr></thead><tbody><tr><td><strong>Activar</strong></td><td>Reactivar un objeto, haciéndolo activo.</td></tr><tr><td><strong>Desactivar</strong></td><td>Desactivar un objeto sin eliminarlo.</td></tr><tr><td><strong>Desbloquear</strong></td><td>Liberar una cuenta de usuario que ha sido bloqueada.</td></tr><tr><td><strong>Restablecer contraseña</strong></td><td>Asignar una nueva contraseña a una cuenta de usuario.</td></tr><tr><td><strong>Eliminar</strong></td><td>Eliminar permanentemente un objeto de Active Directory.</td></tr><tr><td><strong>Propiedades</strong></td><td>Ver o modificar los atributos y la configuración de un objeto.</td></tr></tbody></table>


---

# 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/knowledge-base/how-to-articles/configure-a-web-based-active-directory-dashboard-entry.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.
