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

# VNC

Senden Sie VNC-Sitzungsbefehle in Remote Desktop Manager, wie z. B. Bildschirm aktualisieren, Strg+Alt+Entf, benutzerdefinierte Tasten, Dateiübertragung und Chat.

Die VNC-Aktionen ***Befehle*** ermöglichen es den Benutzern, Remote-Befehle an den Host zu senden. Innerhalb der Sitzung gibt es zudem eine eingebettete Symbolleiste für präzisere Aktionen.

### Einstellungen

<table><thead><tr><th width="190.79998779296875">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Bildschirm aktualisieren</strong></td><td>Den Bildschirm des Hosts aktualisieren.</td></tr><tr><td><strong>Windows-Startmenü</strong></td><td>Das Startmenü auf dem Host-Computer öffnen.</td></tr><tr><td><strong>Strg+Alt+Entf senden</strong></td><td>Die Tastenkombination <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd> an den Host senden.</td></tr><tr><td><strong>Benutzerdefinierte Tasten senden</strong></td><td>Benutzerdefinierte Tastenkombinationen an den Host senden.</td></tr><tr><td><strong>Alt</strong></td><td><kbd>Alt</kbd> an den Host senden.</td></tr><tr><td><strong>Strg</strong></td><td><kbd>Ctrl</kbd> an den Host senden.</td></tr><tr><td><strong>Nur-Ansicht-Modus</strong></td><td>Verhindert, dass die Sitzung Eingaben von der Tastatur oder der Maus empfängt. Diese Funktion wurde angefragt, um eine Überwachung zu ermöglichen und gleichzeitig Manipulationsfehler zu vermeiden. Verwenden Sie sie, um schreibgeschützten Zugriff auf den Remote-Server zu haben.</td></tr><tr><td><strong>Remote-Eingabe</strong></td><td>Tastatur- und Zeigerereignisse werden an den Server gesendet, und die lokale und die entfernte Zwischenablage werden synchronisiert.</td></tr><tr><td><strong>Dateiübertragung öffnen</strong></td><td>Die Dateiübertragung mit dem Host-Computer öffnen.</td></tr><tr><td><strong>Chat-Dialog öffnen</strong></td><td>Einen Chat-Dialog mit dem Host-Computer öffnen.</td></tr><tr><td><strong>Optionen</strong></td><td>Das Fenster mit den Verbindungsoptionen öffnen.</td></tr><tr><td><strong>Informationen</strong></td><td>Das Fenster mit Informationen zum Status und Datenverkehr Ihrer VNC-Verbindung öffnen.</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/de/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.
