> 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/privileged-remote-access.md).

# Privilegierter Remote-Zugriff

**Privilegierter Remote-Zugriff** (PRA) ermöglicht Organisationen die sichere Verwaltung und Überwachung hochriskanter [Sitzungen](/pam/de/concepts/session-management.md), die Standardprotokolle wie RDP, VNC, SSH und HTTP/S verwenden. Er stellt sicher, dass nur autorisierte Benutzer Sitzungen mit kritischen Systemen starten und mit ihnen interagieren können, während die vollständige Transparenz darüber gewahrt bleibt, was während dieser Sitzungen geschieht.

In Devolutions-Produkten wird dieses Konzept primär durch Devolutions PAM unterstützt, das in Kombination mit Remote Desktop Manager arbeitet, um den Zugriff auf Remote-Ressourcen zu vermitteln, ohne Anmeldeinformationen offenzulegen. Sitzungen können interaktiv, automatisch oder per Skript gestartet werden, und jede Sitzung kann überwacht, [aufgezeichnet](/pam/de/concepts/session-recording.md) und für [Compliance](/pam/de/concepts/compliance-reporting.md) sowie forensische Analysen auditiert werden. Das Einfügen von Anmeldeinformationen sichert den Zugriff zusätzlich ab, indem es verhindert, dass Benutzer die tatsächlichen Passwörter jemals sehen.

Dieser Ansatz hilft dabei, sensible Ressourcen zu schützen, IT-Abläufe zu optimieren und die Einhaltung interner und regulatorischer Zugriffskontrollanforderungen zu gewährleisten.

#### Aliase für privilegierten Remote-Zugriff

* PRA
* Privilegierte Sitzungsverwaltung
* Remote-Zugriff mit privilegierten Rechten
* Überwachung privilegierter Benutzersitzungen

#### Verwandte Themen

* [Externe PAM-Integrationen](https://docs.devolutions.net/rdm/de/concepts/advanced-concepts/external-pam-integrations)
* [Protokolle, Berichte und Audits](https://docs.devolutions.net/rdm/de/concepts/advanced-concepts/logs-reports-and-audits)
* [Sitzungsverwaltung](/pam/de/concepts/session-management.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/concepts/privileged-remote-access.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.
