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

# CyberArk SIA entry

You can configure a CyberArk SIA (Secure Infrastructure Access) entry in Remote Desktop Manager to point to your CyberArk SIA subdomain, and then link that entry to your RDP session as if it were a VPN.

{% hint style="info" %}
CyberArk integrations require the [Privileged access management solutions package](https://docs.devolutions.net/resources/getting-started-packages/privileged-access-management-package/) license.
{% endhint %}

#### Creating the CyberArk SIA entry

1. Open Remote Desktop Manager.
2. Add a new entry.
3. Select the ***CyberArk SIA*** entry.
4. In the ***General*** tab:
   * ***Subdomain***: Enter the subdomain for your SIA instance, e.g., `devolutions` if your URL is `https://devolutions.cyberark.cloud`.
   * ***Username / Password (SSH only)***: Provide the credentials if you plan to use SSH sessions.

     ![](https://cdnweb.devolutions.net/docs/RDMW6090_2025_3.png)
5. Click ***Add*** to save the entry.<br>

   #### Linking the CyberArk SIA entry to your RDP session
6. After creating your CyberArk SIA entry, you can select it in the configuration of your RDP entry.
   1. In Remote Desktop Manager, edit your RDP entry.
   2. Go to the ***VPN/Tunnel/Gateway***.
   3. Select ***CyberArk SIA*** from the available types of VPNs/gateways.
   4. Select the connect method.
   5. Choose ***CyberArk SIA*** under ***Type***.
   6. Under ***Access mode***, select ***Zero standing privileges*** or ***Vaulted credentials***.
   7. Enter the information corresponding to the selected Access mode.

      ![](https://cdnweb.devolutions.net/docs/RDMW6057_2025_1.png)
   8. Save your RDP entry by clicking ***Update***.


---

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