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

# Privileged remote access

**Privileged remote access** (PRA) enables organizations to securely manage and oversee high-risk [sessions](https://docs.devolutions.net/pam/concepts/session-management/) that use standard protocols like RDP, VNC, SSH, and HTTP/S. It ensures that only authorized users can initiate and interact with critical systems while maintaining complete visibility into what happens during those sessions.

In Devolutions products, this concept is primarily supported through Devolutions PAM, which works in combination with Remote Desktop Manager to broker access to remote resources without exposing credentials. Sessions can be launched interactively, automatically, or through scripting, and every session can be monitored, [recorded](https://docs.devolutions.net/pam/concepts/session-recording/), and audited for [compliance](https://docs.devolutions.net/pam/concepts/compliance-reporting/) and forensic analysis. Credential injection further secures access by preventing users from ever seeing the actual passwords.

This approach helps protect sensitive assets, streamline IT operations, and ensure compliance with internal and regulatory access control requirements.

#### Privileged remote access aliases

* PRA
* Privileged session management
* Remote privileged access
* Privileged user session monitoring

#### Related topics

* [External PAM integrations](https://docs.devolutions.net/rdm/concepts/advanced-concepts/external-pam-integrations/)
* [Logs, reports, and audits](https://docs.devolutions.net/rdm/concepts/advanced-concepts/logs-reports-audits/)
* [Session management](https://docs.devolutions.net/pam/concepts/session-management/)


---

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