> 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-remote-app.md).

# CyberArk remote app

Remote App lets you open an application inside an RDP session through CyberArk in Remote Desktop Manager. You can launch it in two ways: from the CyberArk dashboard entry or by using a PVWA credential entry.

{% 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 %}

### From a CyberArk dashboard entry

1. Open Remote Desktop Manager and add a new entry.
2. Select ***CyberArk dashboard***.
3. Enter the required information, then open the ***Advanced*** tab.
4. In the ***General*** tab, enable ***Open sessions externally***.

![](https://cdnweb.devolutions.net/docs/RDMW6067_2025_3.png)

5. Select the account and launch the RDP session.
6. When prompted, select the required connection component.

The RDP session starts and opens only the selected application.

### From a CyberArk PVWA credential entry

1. In your ***CyberArk PVWA*** credential entry, set ***Resolving mode*** to ***PSM connection***.
2. Enter the required information and save the entry.

![](https://cdnweb.devolutions.net/docs/RDMW6068_2025_3.png)

3. Edit a related RDP entry.
4. In ***Display***, set ***External (default)*** ***(Current desktop)***.
5. Link the ***CyberArk PVWA*** credential entry to the RDP session. Go to ***Credentials*** – ***Linked (vault)***.
6. Select the ***CyberArk PVWA*** credential entry in the drop-down list.
7. On the ***Programs*** tab, enable ***Use RemoteApp (seamless mode)***.
8. Go to the ***Program*** field and enter `||PSMInitSession`.
9. Click ***Save*** to close the entry.

When you launch the RDP session and select the required connection component, the session opens only the application you chose.


---

# 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-remote-app.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.
