> 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/gateway/es/knowledge-base/how-to-articles/launch-an-ssh-session-in-a-web-client.md).

# Iniciar una sesión SSH en un cliente web

Inicie una sesión SSH directamente desde su navegador web favorito a través de la interfaz web de Devolutions Server o Devolutions Cloud.

### Requisitos

Para utilizar esta función, deben cumplirse ciertos requisitos, concretamente:

* Windows 10 u 11.
* [Devolutions Gateway](/gateway/es/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server.md) versión 2023.1 o posterior.
* [Devolutions Server](https://docs.devolutions.net/server/es/getting-started/installation/devolutions-server-upgrade) versión 2023.1 o posterior.
* Debe crearse una entrada de [sesión de terminal SSH](https://docs.devolutions.net/rdm/es/knowledge-base/knowledge-base-articles/entry-settings/ssh-terminal) con un tipo de VPN Devolutions Gateway configurado.
* Debe asignarse una licencia de Remote Desktop Manager o Devolutions Launcher al usuario que inicia la sesión.

### Entradas de sesión compatibles

Otros tipos de sesión se pueden iniciar a través de la interfaz web de Devolutions Server:

* Active Directory
* Apple Remote Desktop (ARD)
* PowerShell (remoto)
* [RDP (Microsoft Remote Desktop)](/gateway/es/knowledge-base/how-to-articles/launch-an-rdp-session-in-a-web-client.md)
* Terminal SSH
* Telnet
* VNC

### Configuración de la sesión de terminal SSH

Siga los pasos siguientes para configurar correctamente su sesión de terminal SSH y poder iniciarla en un navegador:

{% hint style="info" %}
En los pasos siguientes se da por supuesto que ya dispone de una entrada de sesión de terminal SSH. Si aún no la ha creado y desea saber cómo hacerlo, consulte [Crear entradas manualmente](https://docs.devolutions.net/server/es/web-interface/vaults/entries/create-entries-manually).
{% endhint %}

1. En la interfaz web de Devolutions Server, vaya a ***Propiedades...*** de su entrada de terminal SSH.
2. En la sección ***VPN/Túnel/Gateway***, seleccione ***Devolutions Gateway*** en la lista desplegable ***Tipo de VPN***.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS4191_2025_1.png" alt=""><figcaption></figcaption></figure>

3. En el menú desplegable ***Conectar***, seleccione ***Conectar siempre***.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS4192_2025_1.png" alt=""><figcaption></figcaption></figure>

4. En ***Configuración***, seleccione el Gateway que se utilizará para esta conexión y, a continuación, haga clic en ***Comprobar estado*** para asegurarse de que el Gateway funciona. Su versión debe ser 2023.1 o posterior para que esto funcione. Haga clic en ***Actualizar*** para guardar los cambios.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS4193_2025_1.png" alt=""><figcaption></figcaption></figure>

5. Una vez que se cumplan todas las condiciones, puede pulsar el botón ***Abrir en cliente web***.

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

### Véase también

* [Iniciar una sesión RDP en un cliente web](/gateway/es/knowledge-base/how-to-articles/launch-an-rdp-session-in-a-web-client.md)
* [Opciones de la entrada de terminal SSH](https://docs.devolutions.net/rdm/es/knowledge-base/knowledge-base-articles/entry-settings/ssh-terminal)


---

# 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/gateway/es/knowledge-base/how-to-articles/launch-an-ssh-session-in-a-web-client.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.
