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

# Remote-Verwaltung privilegierter Zugriffe

**Remote Privilege Access Management** (RPAM) ist ein spezialisierter Ansatz innerhalb des umfassenderen Bereichs der privilegierten Zugriffsverwaltung. Er konzentriert sich darauf, Drittanbietern, Auftragnehmern oder Remote-Mitarbeitern sicheren, granularen und zeitlich begrenzten Zugriff auf interne Ressourcen zu gewähren, ohne dass eine VPN-Konnektivität oder ein breiter Netzwerkzugriff erforderlich ist. Dies reduziert die Angriffsfläche erheblich und schützt sensible Infrastruktur.

Im Gegensatz zum traditionellen PAM, das die Verwaltung interner [privilegierter Konten](/pam/de/concepts/privileged-account.md) über alle Systeme hinweg in den Vordergrund stellt, ist RPAM für externe Anwendungsfälle optimiert. Es stellt sicher, dass Benutzer nur auf das zugreifen, was sie benötigen, und nichts weiter – häufig indem Verbindungen über gehärtete Gateways vermittelt und [Sitzungsaufzeichnung](/pam/de/concepts/session-recording.md), Einfügen von Anmeldeinformationen und [Just-in-Time-Zugriff](https://github.com/Devolutions/docs/tree/master/translations/de/pam/concepts/just-in-time-elevation.md) erzwungen werden.

Devolutions PAM unterstützt in Verbindung mit Devolutions Gateway RPAM-Szenarien, indem es sichere Remote-Verbindungen vermittelt und dabei interne Systemanmeldeinformationen verbirgt. Diese Konfiguration hilft Organisationen, die Kontrolle zu zentralisieren, alle Zugriffsaktivitäten zu protokollieren und Richtlinien durchzusetzen, ohne das gesamte Netzwerk offenzulegen.

#### Aliase für Remote Privilege Access Management

* Remote PAM / RPAM
* Vendor Access Management (VAM)
* Vendor Privileged Access Management (VPAM)

#### Verwandte Themen

* [Überblick über Devolutions Gateway](https://docs.devolutions.net/gateway/de/overview/devolutions-gateway)
* [Überblick über Devolutions PAM](/pam/de/readme/devolutions-pam.md)
* [Externe PAM-Integrationen](https://docs.devolutions.net/rdm/de/concepts/advanced-concepts/external-pam-integrations)


---

# 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/remote-privilege-access-management.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.
