> 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-sia-entry.md).

# Voce CyberArk SIA

È possibile configurare una voce CyberArk SIA (Secure Infrastructure Access) in Remote Desktop Manager per puntare al sottodominio CyberArk SIA, quindi collegare tale voce alla sessione RDP come se fosse una VPN.

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

#### Creazione della voce CyberArk SIA

1. Apra Remote Desktop Manager.
2. Aggiunga una nuova voce.
3. Selezioni la voce ***CyberArk SIA***.
4. Nella scheda ***Generale***:
   * ***Sottodominio***: Inserisca il sottodominio della sua istanza SIA, ad esempio `devolutions` se il suo URL è `https://devolutions.cyberark.cloud`.
   * ***Nome utente / Password (solo SSH)***: Fornisca le credenziali se prevede di utilizzare sessioni SSH.

     ![](https://cdnweb.devolutions.net/docs/RDMW6090_2025_3.png)
5. Clicchi su ***Aggiungi*** per salvare la voce.<br>

   #### Collegamento della voce CyberArk SIA alla sessione RDP
6. Dopo aver creato la voce CyberArk SIA, può selezionarla nella configurazione della sua voce RDP.
   1. In Remote Desktop Manager, modifichi la sua voce RDP.
   2. Vada su ***VPN/Tunnel/Gateway***.
   3. Selezioni ***CyberArk SIA*** tra i tipi di VPN/gateway disponibili.
   4. Selezioni il metodo di connessione.
   5. Scelga ***CyberArk SIA*** in ***Tipo***.
   6. In ***Modalità di accesso***, selezioni ***Zero standing privileges*** o ***Vaulted credentials***.
   7. Inserisca le informazioni corrispondenti alla modalità di accesso selezionata.

      ![](https://cdnweb.devolutions.net/docs/RDMW6057_2025_1.png)
   8. Vada alla scheda ***Impostazioni*** (CyberArk SIA), quindi selezioni la sessione creata in precedenza.
   9. Salvi la sua voce RDP cliccando su ***Aggiorna***.


---

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