> 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/pam-vaults.md).

# PAM-Tresore

PAM-Tresore sind eine der wichtigsten Funktionen des Moduls für privilegierte Zugriffsverwaltung von Devolutions Server. Es handelt sich um sichere Tresore, die es Administratoren ermöglichen, ihre verschiedenen privilegierten Konten zu verwalten.

Die [Sicherheitsoptionen des so erstellten Ordners](/pam/de/pam-with-devolutions-server/privileged-accounts.md) können bei Bedarf weiter angepasst werden. Die [Genehmiger können ebenfalls direkt am Ordner angepasst werden](/pam/de/pam-with-devolutions-server/privileged-accounts.md), was eine Liste seiner Administratoren ergibt.

Weitere Informationen zu PAM-Anbietern, Einstellungen, Scans und Importen finden Sie in unserem [Thema Erste Schritte](/pam/de/pam-with-devolutions-server/getting-started.md).

### Erstellung eines PAM Devolutions Server

Erstellen Sie unter ***Administration*** – ***Privilegierter Zugriff*** – ***PAM-Tresore*** mindestens einen PAM-Tresor, der privilegierte Konten enthält.

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

Alternativ können PAM-Tresore erstellt werden, indem Sie auf die Auslassungspunkte-Schaltfläche neben vorhandenen PAM-Tresoren und im Navigationsbereich klicken.

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

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

### Einrichtung des PAM-Tresors

Sobald dies erledigt ist, sollte das Einrichtungsfenster für einen neuen PAM-Tresor erscheinen.

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

Geben Sie zunächst einen ***Namen*** für Ihren PAM-Tresor (erforderlich) und eine ***Beschreibung*** (optional) ein. Legen Sie dann seine Sichtbarkeit fest:

* ***Privat***: Ein privater PAM-Tresor ist für Benutzer, die keinen Zugriff darauf haben, nicht sichtbar. Daher können keine Tresor-Zugriffsanfragen gestellt werden. Sie können nur per Einladung darauf zugreifen.
* ***Öffentlich***: Ein öffentlicher Tresor ist für alle Benutzer der Datenquelle sichtbar, auch für diejenigen, die keinen Zugriff darauf haben. Ein Benutzer kann Zugriff auf den öffentlichen Tresor anfordern.

Wenn Sie auf ***Hinzufügen*** klicken, wird der neue PAM-Tresor erstellt. Er ist anschließend unter ***Administration*** – ***Privilegierter Zugriff*** – ***PAM-Tresore*** zu finden.

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


---

# 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/pam-vaults.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.
