> 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/troubleshooting-articles/rdp-web-client-not-showing.md).

# El cliente web RDP no se muestra

Si no puede iniciar el cliente web RDP en la interfaz web de Devolutions Server, compruebe si cumple los requisitos necesarios mediante las soluciones que se indican a continuación.

## Soluciones

### Licencias

Se debe asignar al usuario una licencia de paquete que incluya Devolutions Gateway. Si no dispone de esta licencia, el botón ***Abrir en el navegador***, que permite abrir la entrada RDP en un cliente web, no aparecerá.

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

### Devolutions Gateway

Devolutions Gateway es necesario para abrir una sesión RDP en el cliente web de Devolutions Server. Si tiene un Gateway instalado, compruebe su [configuración](/gateway/es/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server.md).

### Permiso *Ver contraseña*

Necesita tener el permiso ***Ver contraseña*** para iniciar la sesión RDP.

Para comprobar si se le ha concedido este permiso, seleccione su entrada en la interfaz web de Devolutions Server y, a continuación, haga clic en la pestaña ***Permisos***. Si ve ***Permitido*** debajo del permiso ***Ver contraseña***, tiene los permisos adecuados. Si ve ***No permitido***, no tiene este permiso. Si cree que debería tenerlo, contacte con su administrador.

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


---

# 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/troubleshooting-articles/rdp-web-client-not-showing.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.
