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

# Entrada de CyberArk SIA

Puede configurar una entrada de CyberArk SIA (Secure Infrastructure Access) en Remote Desktop Manager para que apunte a su subdominio de CyberArk SIA y, a continuación, vincular esa entrada a su sesión RDP como si fuera una VPN.

{% hint style="info" %}
Las integraciones con CyberArk requieren la licencia del [paquete de soluciones de gestión de accesos privilegiados](https://docs.devolutions.net/resources/es/getting-started-with-devolutions-packages/privileged-access-management-package).
{% endhint %}

#### Creación de la entrada de CyberArk SIA

1. Abra Remote Desktop Manager.
2. Añada una nueva entrada.
3. Seleccione la entrada ***CyberArk SIA***.
4. En la pestaña ***General***:
   * ***Subdominio***: introduzca el subdominio de su instancia de SIA, por ejemplo, `devolutions` si su URL es `https://devolutions.cyberark.cloud`.
   * ***Nombre de usuario / Contraseña (solo SSH)***: proporcione las credenciales si tiene previsto usar sesiones SSH.

     ![](https://cdnweb.devolutions.net/docs/RDMW6090_2025_3.png)
5. Haga clic en ***Añadir*** para guardar la entrada.<br>

   #### Vinculación de la entrada de CyberArk SIA a su sesión RDP
6. Después de crear su entrada de CyberArk SIA, puede seleccionarla en la configuración de su entrada RDP.
   1. En Remote Desktop Manager, edite su entrada RDP.
   2. Vaya a ***VPN/Túnel/Puerta de enlace***.
   3. Seleccione ***CyberArk SIA*** entre los tipos de VPN/puertas de enlace disponibles.
   4. Seleccione el método de conexión.
   5. Elija ***CyberArk SIA*** en ***Tipo***.
   6. En ***Modo de acceso***, seleccione ***Zero standing privileges*** o ***Vaulted credentials***.
   7. Introduzca la información correspondiente al modo de acceso seleccionado.

      ![](https://cdnweb.devolutions.net/docs/RDMW6057_2025_1.png)
   8. Vaya a la pestaña ***Configuración*** (CyberArk SIA) y, a continuación, seleccione la sesión creada anteriormente.
   9. Guarde su entrada RDP haciendo clic en ***Actualizar***.


---

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