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

# Remote privilege access management

**Remote privilege access management** (RPAM) is a specialized approach within the broader scope of privileged access management. It focuses on providing secure, granular, and time-limited access to internal resources for third-party vendors, contractors, or remote employees, without requiring VPN connectivity or broad network access. This greatly reduces the attack surface and protects sensitive infrastructure.

Unlike traditional PAM, which emphasizes managing internal [privileged accounts](https://docs.devolutions.net/pam/concepts/privileged-account/) across all systems, RPAM is optimized for external use cases. It ensures users only access what they need and nothing more, often by brokering connections through hardened gateways and enforcing [session recording](https://docs.devolutions.net/pam/concepts/session-recording/), credential injection, and [just-in-time access](https://docs.devolutions.net/pam/concepts/jit-elevation/).

Devolutions PAM, when used with Devolutions Gateway, supports RPAM scenarios by brokering secure remote connections while hiding internal system credentials. This setup helps organizations centralize control, log all access activity, and enforce policies without exposing the entire network.

#### Remote privilege access management aliases

* Remote PAM / RPAM
* Vendor access management (VAM)
* Vendor privileged access management (VPAM)

#### Related topics

* [Devolutions Gateway overview](https://docs.devolutions.net/gateway/overview/what-is-gateway/)
* [Devolutions PAM overview](https://docs.devolutions.net/pam/overview/what-is-pam/)
* [External PAM integrations](https://docs.devolutions.net/rdm/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:

```
GET https://docs.devolutions.net/pam/concepts/remote-privilege-access-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
