> 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/rdm/de/knowledge-base/how-to-articles/cyberark-sia-entry.md).

# CyberArk SIA-Eintrag

Sie können in Remote Desktop Manager einen CyberArk SIA (Secure Infrastructure Access)-Eintrag konfigurieren, der auf Ihre CyberArk SIA-Subdomain verweist, und diesen Eintrag anschließend mit Ihrer RDP-Sitzung verknüpfen, als wäre er ein VPN.

{% hint style="info" %}
CyberArk-Integrationen erfordern die Lizenz [Privileged access management solutions package](https://docs.devolutions.net/resources/de/getting-started-with-devolutions-packages/privileged-access-management-package).
{% endhint %}

#### Erstellen des CyberArk SIA-Eintrags

1. Öffnen Sie Remote Desktop Manager.
2. Fügen Sie einen neuen Eintrag hinzu.
3. Wählen Sie den Eintrag ***CyberArk SIA*** aus.
4. Im Tab ***Allgemein***:
   * ***Subdomain***: Geben Sie die Subdomain für Ihre SIA-Instanz ein, z. B. `devolutions`, wenn Ihre URL `https://devolutions.cyberark.cloud` lautet.
   * ***Benutzername / Passwort (nur SSH)***: Geben Sie die Anmeldeinformationen an, wenn Sie SSH-Sitzungen verwenden möchten.

     ![](https://cdnweb.devolutions.net/docs/RDMW6090_2025_3.png)
5. Klicken Sie auf ***Hinzufügen***, um den Eintrag zu speichern.<br>

   #### Verknüpfen des CyberArk SIA-Eintrags mit Ihrer RDP-Sitzung
6. Nachdem Sie Ihren CyberArk SIA-Eintrag erstellt haben, können Sie ihn in der Konfiguration Ihres RDP-Eintrags auswählen.
   1. Bearbeiten Sie in Remote Desktop Manager Ihren RDP-Eintrag.
   2. Gehen Sie zu ***VPN/Tunnel/Gateway***.
   3. Wählen Sie ***CyberArk SIA*** aus den verfügbaren Arten von VPNs/Gateways aus.
   4. Wählen Sie die Verbindungsmethode aus.
   5. Wählen Sie ***CyberArk SIA*** unter ***Typ*** aus.
   6. Wählen Sie unter ***Zugriffsmodus*** die Option ***Zero standing privileges*** oder ***Vaulted credentials*** aus.
   7. Geben Sie die Informationen ein, die dem ausgewählten Zugriffsmodus entsprechen.

      ![](https://cdnweb.devolutions.net/docs/RDMW6057_2025_1.png)
   8. Speichern Sie Ihren RDP-Eintrag, indem Sie auf ***Aktualisieren*** klicken.


---

# 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/rdm/de/knowledge-base/how-to-articles/cyberark-sia-entry.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.
