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

# Einen webbasierten Active Directory-Dashboard-Eintrag konfigurieren

Das Active Directory-Dashboard kann direkt über die Weboberfläche von Devolutions Server gestartet werden.

### Anforderungen

* Windows 10 oder 11.
* Windows Server 2016 und höher.
* [Devolutions Gateway](https://docs.devolutions.net/gateway/de/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server) Version 2023.1 oder höher.
* Die [***Berechtigung*** ***Passwort anzeigen***](https://docs.devolutions.net/rdm/de/user-group-based-access-control/permissions) ist erforderlich, um die Sitzung über die Weboberfläche von Devolutions Server zu starten.

### Eintragskonfiguration

Konfigurieren Sie ein Active Directory-Dashboard korrekt, indem Sie die folgenden Schritte befolgen. Erstellen Sie zunächst [einen Active Directory-Dashboard-Eintrag](/server/de/web-interface/vaults/entries/create-entries-manually.md), falls noch nicht geschehen.

1. Gehen Sie in den ***Eigenschaften*** des Eintrags zum Abschnitt ***VPN/Tunnel/Gateway***.
2. Wählen Sie unter ***Verbinden*** die Option ***Immer verbinden***.
3. Wählen Sie ***Devolutions Gateway*** als ***VPN-Typ***.
4. Klicken Sie auf ***Aktualisieren***, um zu speichern.

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

### Das Dashboard in einem Browser öffnen

Sobald alle Bedingungen erfüllt sind, klicken Sie auf ***Im Browser öffnen***, um die Verbindung im Web zu starten.

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

### Benutzeroberfläche

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

#### Dashboard-Einstellungen

<table><thead><tr><th width="186">Einstellungen</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Neuer Benutzer</strong></td><td>Einen neuen Benutzer in Active Directory erstellen.</td></tr><tr><td><strong>Neue Gruppe</strong></td><td>Eine neue Gruppe in Active Directory erstellen.</td></tr><tr><td><strong>BitLocker suchen</strong></td><td>Das Wiederherstellungspasswort für einen BitLocker-verschlüsselten Schlüssel abrufen.</td></tr><tr><td><strong>Suchfilter eingeben</strong></td><td>Ein beliebiges Objekt innerhalb der Domäne finden, z. B. Benutzer, Gruppen oder Computer.</td></tr></tbody></table>

#### Benutzer- und Gruppeneinstellungen

<table><thead><tr><th width="216">Einstellungen</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>Aktivieren</strong></td><td>Ein Objekt reaktivieren, sodass es aktiv wird.</td></tr><tr><td><strong>Deaktivieren</strong></td><td>Ein Objekt deaktivieren, ohne es zu löschen.</td></tr><tr><td><strong>Entsperren</strong></td><td>Ein gesperrtes Benutzerkonto freigeben.</td></tr><tr><td><strong>Passwort zurücksetzen</strong></td><td>Einem Benutzerkonto ein neues Passwort zuweisen.</td></tr><tr><td><strong>Löschen</strong></td><td>Ein Objekt dauerhaft aus Active Directory löschen.</td></tr><tr><td><strong>Eigenschaften</strong></td><td>Die Attribute und Einstellungen eines Objekts anzeigen oder ändern.</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/de/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.
