> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/virtual-machines/vm-remote-console.md).

# Using the Virtual Machine Remote Console

The remote console provides direct interaction (mouse/keyboard) with Virtual Machines.

![vdi-console.png](/files/WdCHMujqPVStYX0Pxq0n)

## Console Toolbar

All toolbar options, except the *Exit* button, work as a toggle, switching between on/open or off/closed. For example: clicking the chat button opens the chat window, and clicking the button again closes the chat window. A button is orange when on/open; white when off/closed.

#### ![exiticon.png](/files/X4TeBmx7ZoapeavfDYX1) Exit

Exits the console and returns to the previous screen.

#### ![expandconsole-icon.png](/files/jHqIOPwGyxY19dDdZgty) Expand console

Activates/deactivates the console's full-screen option (expand to entire browser tab)

#### ![virtkeyboard-icon.png](/files/AhEncWik5ayRFvMDB9Ht) Virtual Keyboard

Provides a virtual keyboard on devices that do not have a physical keyboard (cellphones, tablets, etc.)

#### ![dragview-icon.png](/files/peVJrIICFAhBOfTgi9yZ) Drag view port

Alows moving the viewable portion of the console when the guest system screen exceeds the viewable area.

#### ![browserfullscreen-icon.png](/files/QM1BnUxycM4fO4kIE1CF) Toggle Browser Full Screen

Activates/deactivates the browser's full-screen option.

#### ![eject-icon.png](/files/yG9y2WZRHDYMaEMqVTU8) Change/Eject CD-ROM

Toggles the view of the CD-ROM selection form, where an \*.iso file is selected.

#### ![clipboard-icon.png](/files/SZyC6KH4bLxvesAbwR1F) Clipboard

Opens the clipboard window where text can be placed to insert into the Virtual Machine.

* The **Close** button will close the Clipboard window (can also be closed by clicking the Clipboard button again).
* The **Clear** button clears current contents from the Clipboard.
* The **Paste in Console** button pastes the Clipboard contents into the console at the current cursor position.

{% hint style="info" %}
Wait until all contents have successfully pasted into the console before performing any other clipboard operations, typing, or moving cursor within the VM.
{% endhint %}

#### ![power-icon.png](/files/gukLRP1XfRMSSgWQdJFa) Power

Opens/closes the power buttons window:

* **\[Reset]** - restarts the VM operating system; does not power down the virtual hardware.
* **\[ACPI]** - Power down (graceful)
* **\[Kill]** - Power down (ungraceful) - use as a last resort when guest OS is locked and graceful shutdown is not an option.

#### ![extrakeys-icon.png](/files/q0pdfLGiP9cTkkWFWP2A) Extra Keys

opens/closes the extra keys window, which allows simulating keyboard operations to the machine, such as:

* **\[Ctrl-Alt-Del]**
* **\[Ctrl]\***
* **\[Alt]\***
* **\[Tab]\***
* **\[Esc]\***

\* **Toggles on/off** (When the button is orange simulates holding down the key.)

{% hint style="success" %}
A full virtual keyboard option is also visible when using a mobile device, such as a cell phone or tablet
{% endhint %}

#### ![chat-icon.png](/files/EYgZrX7g7ix7c6nPYAA3) Chat

opens/closes the chat window where all users that are consoled into the virtual machine can share messages with each other.


---

# 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:

```
GET https://docs.vergeos-demo.com/run-the-platform/virtual-machines/vm-remote-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
