> 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/concepts/dual-account-principle.md).

# Dual-Account-Prinzip

Das **Dual-Account-Prinzip** in Devolutions PAM ist eine Best Practice, die die Sicherheit erhöht, indem privilegierte Benutzer mit zwei unterschiedlichen [privilegierten Konten](/pam/de/concepts/privileged-account.md) arbeiten müssen. Das eine ist ein **Konto mit niedrigen Berechtigungen** für routinemäßige Aufgaben wie das Lesen von E-Mails und das Surfen im Internet. Das andere ist ein **Konto mit hohen Berechtigungen**, das ausschließlich für administrative Aktionen verwendet wird, wie das Ändern von Systemeinstellungen oder den Zugriff auf sensible Ressourcen in der Infrastruktur.

Diese Trennung verringert das Risiko einer Kompromittierung, indem die Exposition erhöhter Berechtigungen während der täglichen Nutzung begrenzt wird. Wenn Malware oder Phishing das Konto mit niedrigen Berechtigungen kompromittiert, kann der Angreifer nicht unmittelbar auf kritische Infrastruktur zugreifen.

In Devolutions PAM wird dieses Prinzip durchgesetzt, indem jedem Kontotyp bestimmte Rollen und Berechtigungen zugewiesen werden. Automatisierte Workflows und Zugriffskontrollen können sicherstellen, dass erhöhte Anmeldeinformationen nur bei Bedarf verwendet werden, was dazu beiträgt, die operative Sicherheit und [Compliance](/pam/de/concepts/compliance-reporting.md) aufrechtzuerhalten.

#### Aliasse für Dual-Account-Prinzip

* Prinzip der doppelten Identität
* Konten mit hohen Berechtigungen
  * Administratorkonto
  * Dash-Konto

#### Verwandte Themen

* [Rollen und Berechtigungen (PAM) in Devolutions Server](/pam/de/pam-with-devolutions-server/pam-permissions.md)

#### Siehe auch

* [Glossary of Common Privileged Access Management (PAM) Terms](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [Need Cybersecurity Insurance? Then You Probably Need PAM, Too](https://blog.devolutions.net/2023/10/need-cybersecurity-insurance-then-you-probably-need-pam-too/)
* [Devolutions Academy – Make use of the dual account principal](https://internal-academy.devolutions.net/student/activity/2846797-make-use-of-the-dual-account-principle)


---

# 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/concepts/dual-account-principle.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.
