> 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/pam/de/pam-with-devolutions-server/getting-started.md).

# Erste Schritte

Um mit den Funktionen der privilegierten Zugriffsverwaltung (PAM) in Devolutions Server zu beginnen, melden Sie sich zuerst als Administrator in Ihrem Devolutions Server an. Folgen Sie dann den untenstehenden Konfigurationsschritten.

### PAM-Einstellungen konfigurieren

1. Gehen Sie in Devolutions Server zu ***Administration – Lizenzen***.
2. Fügen Sie Ihre PAM-Lizenz über die Schaltfläche ***Hinzufügen*** (+) hinzu. Danach erscheint die Lizenz in der Lizenzliste und das Menü ***Privilegierter Zugriff*** erscheint im Seitenbereich Ihres Devolutions Server.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2104.png" alt=""><figcaption></figcaption></figure>
3. Konfigurieren Sie in ***Administration – Privilegierter Zugriff – Standardeinstellungen*** die Einstellungen für die [Tresor-Sichtbarkeit](https://docs.devolutions.net/server/de/web-interface/vault-access-in-devolutions-server), das [Auschecksystem](/pam/de/pam-with-devolutions-server/checkout-process/approve-checkout.md), die [Vermittlung von Anmeldeinformationen](/pam/de/pam-with-devolutions-server/view-password-vs.-connect-execute.md), den [Zugriff auf sensible Informationen](/pam/de/pam-with-devolutions-server/view-password-vs.-connect-execute.md), die Standard-Auscheckzeiten und die Synchronisierungen.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2105.png" alt=""><figcaption></figcaption></figure>
4. Gehen Sie anschließend zu ***Administration – Systemberechtigungen – Module***.
5. Konfigurieren Sie den Zugriff auf das PAM-System für Benutzer/Administratoren und erteilen Sie denjenigen, die die privilegierten Einträge bearbeiten sollen, Rechte für privilegierte Konten. Klicken Sie dann auf ***Speichern***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2106.png" alt=""><figcaption></figcaption></figure>

#### Nächste Schritte

1. [Einen PAM-Anbieter hinzufügen](/pam/de/pam-with-devolutions-server/getting-started/add-a-pam-provider.md)
2. [Eine Konfiguration zur Kontoerkennung erstellen und ausführen](/pam/de/pam-with-devolutions-server/getting-started/create-and-run-an-account-discovery-configuration.md)
3. [Konten aus einer Konfiguration zur Kontoerkennung importieren](/pam/de/pam-with-devolutions-server/getting-started/import-accounts-from-an-account-discovery-configuration.md)
4. [PAM-Kontopasswörter zurücksetzen](/pam/de/pam-with-devolutions-server/getting-started/reset-pam-account-passwords.md)

Für benutzerdefinierte PAM-Anbieter siehe auch [Einen benutzerdefinierten PAM-Anbieter importieren](/pam/de/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-from-a-template.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/pam/de/pam-with-devolutions-server/getting-started.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.
