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

# Configurare una voce dashboard di Active Directory basata sul web

La dashboard Active Directory può essere avviata direttamente dall'interfaccia web di Devolutions Server.

### Requisiti

* Windows 10 o 11.
* Windows Server 2016 e versioni successive.
* [Devolutions Gateway](https://docs.devolutions.net/gateway/it/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server) versione 2023.1 o successiva.
* L'[***autorizzazione*** ***Visualizza password***](https://docs.devolutions.net/rdm/it/user-group-based-access-control/permissions) è necessaria per avviare la sessione tramite l'interfaccia web di Devolutions Server.

### Configurazione della voce

Configuri correttamente una dashboard Active Directory seguendo i passaggi seguenti. Per prima cosa [crei una voce dashboard Active Directory](/server/it/web-interface/vaults/entries/create-entries-manually.md) se non è già stato fatto.

1. Nelle ***Proprietà*** della voce, vada alla sezione ***VPN/tunnel/gateway***.
2. In ***Connetti***, selezioni ***Connetti sempre***.
3. Selezioni ***Devolutions Gateway*** come ***Tipo di VPN***.
4. Clicchi su ***Aggiorna*** per salvare.

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

### Aprire la dashboard in un browser

Una volta soddisfatte tutte le condizioni, clicchi su ***Apri nel browser*** per avviare la connessione sul web.

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

### Interfaccia utente

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

#### Impostazioni della dashboard

<table><thead><tr><th width="186">Impostazioni</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Nuovo utente</strong></td><td>Crea un nuovo utente in Active Directory.</td></tr><tr><td><strong>Nuovo gruppo</strong></td><td>Crea un nuovo gruppo in Active Directory.</td></tr><tr><td><strong>Trova BitLocker</strong></td><td>Recupera la password di ripristino per una chiave crittografata con BitLocker.</td></tr><tr><td><strong>Inserisci filtro di ricerca</strong></td><td>Individua qualsiasi oggetto all'interno del dominio, come utenti, gruppi o computer.</td></tr></tbody></table>

#### Impostazioni di utenti e gruppi

<table><thead><tr><th width="216">Impostazioni</th><th>Descrizione</th></tr></thead><tbody><tr><td><strong>Abilita</strong></td><td>Riattiva un oggetto, rendendolo attivo.</td></tr><tr><td><strong>Disabilita</strong></td><td>Disabilita un oggetto senza eliminarlo.</td></tr><tr><td><strong>Sblocca</strong></td><td>Rilascia un account utente che è stato bloccato.</td></tr><tr><td><strong>Reimposta password</strong></td><td>Assegna una nuova password a un account utente.</td></tr><tr><td><strong>Elimina</strong></td><td>Elimina definitivamente un oggetto da Active Directory.</td></tr><tr><td><strong>Proprietà</strong></td><td>Visualizza o modifica gli attributi e le impostazioni di un oggetto.</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/it/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.
