> 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/check-out-and-check-in.md).

# Auschecken und Einchecken

**Check-out** und **Check-in** sind Prozesse zur Absicherung und Verwaltung von [privilegierten Konten](/pam/de/concepts/privileged-account.md). **Check-out** bezeichnet das Reservieren eines privilegierten Kontos zur exklusiven Nutzung, wodurch es für den Zugriff durch andere gesperrt wird. Wenn aktiviert, kann MFA auch zum Zeitpunkt des Check-outs erforderlich sein, sodass Benutzer aufgefordert werden, ihre Identität mit einem zweiten Faktor zu verifizieren, bevor eine privilegierte Sitzung gestartet wird.

**Check-in** hebt diese Sperre auf, in der Regel gefolgt von einer [Passwortrotation](/pam/de/concepts/password-rotation.md), um die Kontosicherheit zu gewährleisten. Dieser Mechanismus stellt sicher, dass Anmeldeinformationen nicht ohne Aufsicht wiederverwendet werden.

Der Check-in kann manuell, automatisch am Ende des Check-out-Zeitraums oder beim Schließen einer Sitzung in Remote Desktop Manager erfolgen, abhängig von der Benutzerkonfiguration. Dies bietet Flexibilität und hilft gleichzeitig, sichere Praktiken durchzusetzen. Mit [Just-in-Time (JIT)-Zugriff](https://github.com/Devolutions/docs/tree/master/translations/de/pam/concepts/just-in-time-elevation.md) werden Gruppen- oder Rollenmitgliedschaften privilegierter Konten beim Check-out temporär geändert und beim Check-in wiederhergestellt, wodurch der Zugriff auf das beschränkt wird, was während der Sitzung benötigt wird.

Diese Funktionalität unterstützt den sicheren, zeitlich begrenzten Zugriff auf sensible Ressourcen und hilft Organisationen, privilegierte Nutzung zu kontrollieren und zu überwachen, insbesondere in Kombination mit Protokollierungs- und Sitzungsauditing-Funktionen in Devolutions APM und Devolutions Server.

#### Aliasse

* Kontoabruf (CyberArk)
* Reservierung privilegierter Konten

#### Verwandte Themen <a href="#related-topics" id="related-topics"></a>

* [Zugriff auf ein privilegiertes Konto in Devolutions Cloud genehmigen](/pam/de/pam-with-devolutions-cloud/privileged-accounts/approve-access-to-a-privileged-account.md)
* [Zugriff auf ein privilegiertes Konto in Devolutions Cloud anfordern](/pam/de/pam-with-devolutions-cloud/privileged-accounts/request-access-to-a-privileged-account.md)
* [Bericht über Check-out-Anfragen in Devolutions Cloud](/pam/de/pam-with-devolutions-cloud/privileged-access-reports/check-out-requests.md)

#### Siehe auch <a href="#see-also" id="see-also"></a>

* [Privilegierte Konten (Devolutions Server)](/pam/de/pam-with-devolutions-server/privileged-accounts.md)
* [Privilegierte Konten (Devolutions Cloud)](/pam/de/pam-with-devolutions-cloud/privileged-accounts.md)
* [Spotlight on automatic privileged account check-in](https://blog.devolutions.net/2024/11/inside-20243-automatic-privileged-account-check-in/)
* [Glossary of Common Privileged Access Management (PAM) Terms](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [Need Cybersecurity Insurance? Then You Probably Need PAM, Too](https://blog.devolutions.net/2023/10/need-cybersecurity-insurance-then-you-probably-need-pam-too/)


---

# 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/check-out-and-check-in.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.
