> 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-session.md).

# Privileged session

A **privileged session** is an interactive session where a user accesses a system, application, or network using elevated permissions, such as those of an administrator or superuser. These [sessions](https://docs.devolutions.net/pam/concepts/session-management/) are often associated with sensitive data and critical infrastructure, making their secure management essential to reducing the risk of misuse, breaches, or operational disruption.

In Devolutions solutions, such as Devolutions PAM and Devolutions Server, privileged sessions can be securely initiated, monitored, and [recorded](https://docs.devolutions.net/pam/concepts/session-recording/). Devolutions PAM allows administrators to control who initiates these sessions, how credentials are injected, and when access is permitted, ensuring full accountability and [compliance](https://docs.devolutions.net/pam/concepts/compliance-reporting/). Privileged session monitoring captures session activity in real time or via recordings, helping organizations detect suspicious behavior, maintain security standards, and meet audit requirements.

Privileged sessions can be interactive, automated, or launched through tools like Remote Desktop Manager using credential injection, templates, or scripts. This helps streamline administrative tasks while protecting privileged credentials from exposure.

#### Privileged session aliases

* Privileged user session
* Elevated access session
* Administrative session
* PAM session

#### 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/)
* [Permissions/RBAC/Roles](https://docs.devolutions.net/rdm/concepts/advanced-concepts/permissions-rbac-roles/)

#### See also

* [Devolutions PAM: A simple, secure privileged access management solution for IT teams of any size](https://youtu.be/VDNiaZT9yoQ?feature=shared\&t=233)


---

# 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-session.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.
