> 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/ribbon-menu-bar/actions/vnc.md).

# VNC

Envíe comandos de sesión VNC en Remote Desktop Manager, como actualizar la pantalla, Ctrl+Alt+Delete, teclas personalizadas, transferencia de ficheros y chat.

Las acciones ***Commands*** de VNC permiten a los usuarios enviar comandos remotos al host. También hay una barra de herramientas integrada en la sesión para acciones más precisas.

### Configuración

<table><thead><tr><th width="190.79998779296875">OPCIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Refresh screen</strong></td><td>Actualizar la pantalla del host.</td></tr><tr><td><strong>Window start menu</strong></td><td>Abrir el menú Inicio en el ordenador host.</td></tr><tr><td><strong>Send Ctrl+Alt+Delete</strong></td><td>Enviar la combinación de teclas <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd> al host.</td></tr><tr><td><strong>Send custom keys</strong></td><td>Enviar combinaciones de teclas personalizadas al host.</td></tr><tr><td><strong>Alt</strong></td><td>Enviar <kbd>Alt</kbd> al host.</td></tr><tr><td><strong>Ctrl</strong></td><td>Enviar <kbd>Ctrl</kbd> al host.</td></tr><tr><td><strong>View only mode</strong></td><td>Impedir que la sesión reciba cualquier entrada del teclado o del ratón. Esta función se solicitó para permitir la monitorización evitando errores de manipulación. Úsela para tener acceso de solo lectura al servidor remoto.</td></tr><tr><td><strong>Remote input</strong></td><td>Los eventos de teclado y puntero se enviarán al servidor, y los portapapeles local y remoto se sincronizarán.</td></tr><tr><td><strong>Open file transfer</strong></td><td>Abrir la transferencia de ficheros con el ordenador host.</td></tr><tr><td><strong>Open chat dialog</strong></td><td>Abrir un cuadro de diálogo de chat con el ordenador host.</td></tr><tr><td><strong>Options</strong></td><td>Abrir la ventana de opciones de conexión.</td></tr><tr><td><strong>Information</strong></td><td>Abrir la ventana que contiene información sobre el estado y el tráfico de su conexión VNC.</td></tr></tbody></table>


---

# 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/ribbon-menu-bar/actions/vnc.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.
