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

# Configure a web-based Active Directory dashboard entry

The Active Directory dashboard can be launched directly from the Devolutions Server web interface.

### Requirements

* Windows 10 or 11.
* Windows Server 2016 and later.
* [Devolutions Gateway](https://docs.devolutions.net/gateway/getting-started/server/server-configuration/) version 2023.1 or later.
* The [***View*** ***password permission***](https://docs.devolutions.net/rdm/user-groups-based-access-control/permissions/) is required to launch the session via Devolutions Server's web interface.

### Entry configuration

Properly configure an Active Directory dashboard by following the steps below. First [create an Active Directory dashboard entry](https://docs.devolutions.net/server/web-interface/vault/entries/create-entries-manually/) if not already done.

1. In the ***Properties*** of the entry, go to the ***VPN/tunnel/gateway*** section.
2. Under ***Connect***, select ***Always connect***.
3. Select ***Devolutions Gateway*** as the ***VPN type***.
4. Click ***Update*** to save.

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

### Open the dashboard in a browser

Once all the conditions are met, click ***Open in browser*** to launch the connection on the web.

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

### User interface

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

#### Dashboard settings

<table><thead><tr><th width="186">Settings</th><th>Description</th></tr></thead><tbody><tr><td><strong>New user</strong></td><td>Create a new user in Active Directory.</td></tr><tr><td><strong>New group</strong></td><td>Create a new group in Active Directory.</td></tr><tr><td><strong>Find BitLocker</strong></td><td>Retrieve the recovery password for a BitLocker-encrypted key.</td></tr><tr><td><strong>Enter search filter</strong></td><td>Locate any object within the domain, such as users, groups, or computers.</td></tr></tbody></table>

#### User and group settings

<table><thead><tr><th width="216">Settings</th><th>Description</th></tr></thead><tbody><tr><td><strong>Enable</strong></td><td>Reactivate an object, making it active.</td></tr><tr><td><strong>Disable</strong></td><td>Disable an object without deleting it.</td></tr><tr><td><strong>Unlock</strong></td><td>Release a user account that has been locked.</td></tr><tr><td><strong>Reset password</strong></td><td>Assign a new password to a user account.</td></tr><tr><td><strong>Delete</strong></td><td>Permanently delete an object from Active Directory.</td></tr><tr><td><strong>Properties</strong></td><td>View or modify the attributes and settings of an object.</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:

```
GET https://docs.devolutions.net/server/knowledge-base/how-to-articles/configure-a-web-based-active-directory-dashboard-entry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
