> 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/vdi-user.md).

# VDI 用户说明

## VDI 仪表板

### VDI 用户

* 您的 VDI 仪表板会显示您有权限访问的所有虚拟桌面。
* 登录后，您的 VDI 仪表板会立即显示。

### 普通用户

* 您的 VDI 仪表板会显示所有被指定为 **收藏**.
* 要访问您的 VDI 仪表板，请导航至： **机器** > **我的虚拟机**.

## 使用 VM 控制台

控制台可让您使用键盘和鼠标访问虚拟机。要访问控制台，只需在您的 VDI 仪表板上单击所需的虚拟机。注意：VM 必须正在运行；如果未运行，将会出现一条消息，要求您确认是否启动该 VM（需要权限）；点击“是”进行确认。一旦 VM 显示为正在运行，请再次单击以访问远程控制台。请参见 [**使用控制台**](/run-the-platform/zh/xu-ni-ji/vm-remote-console.md) 以获取在远程控制台中操作的帮助。

## 更改密码或用户设置

### 要更改您的密码

1. **点击您的用户名** 位于右上角。
2. 单击 **编辑用户** 在下拉菜单中。
3. 输入新 ***密码***
4. 再次在“确认密码”字段中输入新密码。

{% hint style="info" %}
密码只有在满足贵组织的要求时才会被接受；这些要求会显示在确认密码输入框下方的提示中。（要求可能包括：最小长度、一个特殊字符、一个数字、一个大写字母等。）
{% endhint %}

5. 单击 **提交** 以保存更改。

### 双因素认证

双因素认证通过要求除正确的用户名和密码外，还需通过您的电子邮件地址或特殊的 TOTP（基于时间的一次性验证码）进行额外授权，从而为登录提供额外安全保障。 **如果系统管理员已要求启用双因素认证，它会自动为所有用户启用，并且该选项不会出现在您的设置中。**

如果 *双因素认证* 该选项被禁用（未勾选），您只需输入相应的用户名和密码即可登录用户界面。若该选项被启用（已勾选），登录时还需要输入发送到您关联电子邮件地址的验证码，或通过 TOTP 应用获取的验证码。

{% hint style="warning" %}
当 *双因素认证* （通过电子邮件）启用时，非常重要的一点是，您帐户中配置的电子邮件地址必须是您能够访问的地址，以便获取成功登录所需的代码。
{% endhint %}

## 消息

消息中心图标会指示您是否收到了管理员的新消息。

**查看您的消息：**

1. **点击消息中心图标** 位于右上角附近。
2. **双击所需消息** 以查看完整内容。
3. 单击 **确认** 在左侧菜单中保留该消息并将其标记为已确认，然后点击 **是** 以确认。

{% hint style="success" %}

* 点击消息收件箱面包屑（位于左上角附近）返回消息列表。
* 点击“我的虚拟机”面包屑（位于左上角附近）返回 VDI 仪表板。
  {% endhint %}


---

# 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/vdi-user.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.
