> 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

Die VNC-Aktionen ***Befehle*** ermöglichen es den Benutzern, Remote-Befehle an den Host zu senden. Es gibt außerdem eine in die Sitzung eingebettete Symbolleiste für präzisere Aktionen.

### Einstellungen

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

<table><thead><tr><th width="190.79998779296875">OPTION</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Bildschirm aktualisieren</strong></td><td>Aktualisiert den Host-Bildschirm.</td></tr><tr><td><strong>Windows-Startmenü</strong></td><td>Öffnet das Startmenü auf dem Host-Computer.</td></tr><tr><td><strong>Strg+Alt+Entf senden</strong></td><td>Sendet die Tastenkombination <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd> an den Host.</td></tr><tr><td><strong>Benutzerdefinierte Tasten senden</strong></td><td>Sendet benutzerdefinierte Tastenkombinationen an den Host.</td></tr><tr><td><strong>Alt</strong></td><td>Sendet <kbd>Alt</kbd> an den Host.</td></tr><tr><td><strong>Strg</strong></td><td>Sendet <kbd>Ctrl</kbd> an den Host.</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 angefordert, um eine Überwachung zu ermöglichen und gleichzeitig Manipulationsfehler zu verhindern. Verwenden Sie sie, um einen Nur-Lese-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 Remote-Zwischenablage werden synchronisiert.</td></tr><tr><td><strong>Dateiübertragung öffnen</strong></td><td>Öffnet die Dateiübertragung mit dem Host-Computer.</td></tr><tr><td><strong>Chat-Dialog öffnen</strong></td><td>Öffnet einen Chat-Dialog mit dem Host-Computer.</td></tr><tr><td><strong>Optionen</strong></td><td>Öffnet das Fenster mit den Verbindungsoptionen.</td></tr><tr><td><strong>Informationen</strong></td><td>Öffnet das Fenster mit Informationen zum Status und zum Datenverkehr Ihrer VNC-Verbindung.</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.
