> 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/it/knowledge-base/how-to-articles/cyberark-remote-app.md).

# App remota CyberArk

Avvii una Remote App all'interno di una sessione RDP tramite CyberArk in Remote Desktop Manager utilizzando una voce Dashboard o una voce credenziale PVWA.

Remote App consente di aprire un'applicazione all'interno di una sessione RDP tramite CyberArk in Remote Desktop Manager. È possibile avviarla in due modi: dalla voce dashboard CyberArk o utilizzando una voce credenziale PVWA.

{% hint style="info" %}
Le integrazioni CyberArk richiedono la licenza [Privileged access management solutions package](https://docs.devolutions.net/resources/it/getting-started-with-devolutions-packages/privileged-access-management-package).
{% endhint %}

### Da una voce dashboard CyberArk

1. Apra Remote Desktop Manager e aggiunga una nuova voce.
2. Selezioni ***CyberArk dashboard***.
3. Inserisca le informazioni richieste, quindi apra la scheda ***Advanced***.
4. Nella scheda ***General***, abiliti ***Open sessions externally***.
5. Selezioni l'account e avvii la sessione RDP.
6. Quando richiesto, selezioni il componente di connessione necessario.

La sessione RDP si avvia e apre solo l'applicazione selezionata.

### Da una voce credenziale CyberArk PVWA

1. Nella voce credenziale ***CyberArk PVWA***, imposti ***Resolving mode*** su ***PSM connection***.
2. Inserisca le informazioni richieste e salvi la voce.
3. Modifichi una voce RDP correlata.
4. In ***Display***, imposti ***External (default)*** ***(Current desktop)***.
5. Colleghi la voce credenziale ***CyberArk PVWA*** alla sessione RDP. Vada su ***Credentials*** – ***Linked (vault)***.
6. Selezioni la voce credenziale ***CyberArk PVWA*** nell'elenco a discesa.
7. Nella scheda ***Programs***, abiliti ***Use RemoteApp (seamless mode)***.
8. Vada al campo ***Program*** e inserisca `||PSMInitSession`.
9. Clicchi su ***Save*** per chiudere la voce.

Quando avvia la sessione RDP e seleziona il componente di connessione necessario, la sessione apre solo l'applicazione scelta.


---

# 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/it/knowledge-base/how-to-articles/cyberark-remote-app.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.
