> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/xu-ni-ji/vm-remote-console.md).

# 使用虚拟机远程控制台

远程控制台提供与虚拟机的直接交互（鼠标/键盘）。

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

## 控制台工具栏

除 *退出* 按钮外，所有工具栏选项都以切换开关的方式工作，在开启/打开或关闭/关闭之间切换。例如：点击聊天按钮会打开聊天窗口，再次点击该按钮会关闭聊天窗口。按钮在开启/打开时为橙色；在关闭/关闭时为白色。

#### ![exiticon.png](/files/4cf38589db05feff39f1ce7ab1aa8a9de087566e) 退出

退出控制台并返回上一屏幕。

#### ![expandconsole-icon.png](/files/f2a5e3fa6d044c991ca1b33baeaa7e3b941a1ba8) 展开控制台

启用/停用控制台的全屏选项（展开到整个浏览器标签页）

#### ![virtkeyboard-icon.png](/files/1538ee349facb5fe260cccae849c2c16d6ed8a26) 虚拟键盘

为没有物理键盘的设备（手机、平板等）提供虚拟键盘。

#### ![dragview-icon.png](/files/616b57c48f932d1d9e42f1d62206689d3c2a4215) 拖动视图区域

当来宾系统屏幕超过可视区域时，允许移动控制台的可视部分。

#### ![browserfullscreen-icon.png](/files/c396125a7d632f8c60d58220243bf0f1981e6817) 切换浏览器全屏

启用/停用浏览器的全屏选项。

#### ![eject-icon.png](/files/bcd89ce68af92fddb03b2e10adddd71f209b7690) 更改/弹出 CD-ROM

切换 CD-ROM 选择表单的视图，在其中选择一个 \*.iso 文件。

#### ![clipboard-icon.png](/files/761552b40e011d1993b680a530ace6046b063290) 剪贴板

打开剪贴板窗口，可在其中放置要插入虚拟机的文本。

* 该 **关闭** 按钮将关闭剪贴板窗口（也可以再次点击“剪贴板”按钮来关闭）。
* 该 **清除** 按钮会清除剪贴板中的当前内容。
* 该 **在控制台中粘贴** 按钮会将剪贴板内容粘贴到控制台当前光标位置。

{% hint style="info" %}
在执行任何其他剪贴板操作、输入或在虚拟机内移动光标之前，请等待所有内容成功粘贴到控制台中。
{% endhint %}

#### ![power-icon.png](/files/f0c9d523ae35cb26d78a550ee7314c8a5e375e67) 电源

打开/关闭电源按钮窗口：

* **\[重置]** - 重启虚拟机操作系统；不会关闭虚拟硬件电源。
* **\[ACPI]** - 关闭电源（正常关机）
* **\[强制关闭]** - 关闭电源（非正常关机）- 当来宾操作系统已锁定且无法正常关机时，作为最后手段使用。

#### ![extrakeys-icon.png](/files/bc73ecd140432af1fb69f7d2ab60922a40e69d2b) 额外按键

打开/关闭额外按键窗口，它允许向机器模拟键盘操作，例如：

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

\* **切换开/关** （当按钮为橙色时，表示模拟按住该键。）

{% hint style="success" %}
在使用手机或平板等移动设备时，也会显示完整的虚拟键盘选项
{% endhint %}

#### ![chat-icon.png](/files/82dc2fd766d15adb37458f6f3e321b4c52bd6f22) 聊天

打开/关闭聊天窗口，所有已连接到该虚拟机的用户都可以在其中相互发送消息。


---

# 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.verge.io/run-the-platform/zh/xu-ni-ji/vm-remote-console.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.
