> 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-administrator.md).

# VDI 管理员说明

## 用户类型=VDI

类型=VDI 的用户只能访问用户界面的 VDI 部分。当 VDI 用户登录时，会显示其 VDI 仪表板，其中包含他们有权访问的所有 VM。

{% hint style="info" %}
要创建 VDI 用户，请创建一个新用户，并在用户类型字段中选择 VDI。
{% endhint %}

### 为 VDI 用户授予 VM 控制台访问权限

{% hint style="success" %}
VDI 用户可以访问任何他们至少具有 List 和 Read 权限的 VM 的控制台（无论是直接授予，还是通过组成员关系间接授予）。以下说明提供了同时为用户授予多个 VM 控制台访问权限的最简单方法；这会自动分配 List/Read 权限。
{% endhint %}

1. 导航到 **用户仪表板** （用户 > 在列表中双击用户。）
2. 单击 **VM 控制台访问** 左侧菜单中的。
3. 单击 **将 VM 添加到直接** 左侧菜单中的。
4. **在列表中选择所需的 VM。** 在列表中。（***提示：*** *按住 Shift 或 Ctrl 可选择多个 VM。）*
5. 当选中所需的 VM 后，点击 **添加。** 您将返回到 VM 控制台访问页面。
6. **如需另外授予 VDI 用户启动 VM 的权限（可选）：**
   * 导航到 **用户仪表板** （用户 -> 在列表中双击用户。）
   * 单击 **权限** 左侧菜单中的。
   * **双击** 现有的 **该 VM 的权限** 在列表中（类型=虚拟机，名称=*VM名称*)
   * 启用权限 ***修改*** 复选框。
7. 单击 **提交** 以保存更改。

## 用户类型=Normal

类型=Normal 的用户可以访问完整的用户界面。当普通用户登录时，他们会进入主仪表板，从那里可以访问所有系统组件（取决于用户权限）。普通用户可通过选择 ***我的虚拟机*** 从左侧菜单进入。Normal 用户会在其 VDI 仪表板中看到已收藏的 VM。

### 将 VM 添加到 Normal 用户的 VM 收藏

以下步骤将 VM 添加到用户的 VDI 仪表板

1. 导航到 **用户仪表板** （用户 > 在列表中双击用户。）
2. 单击 **VM 收藏** 左侧菜单中的。
3. 单击 **添加 VM** 左侧菜单中的。
4. **选择** 所需的 **VM（们）** 在列表中。（***提示：*** *按住 Shift 或 Ctrl 可选择多个 VM。）*
5. 当选中所需的 VM 后，点击 **添加。**

{% hint style="info" %}
普通用户也可以通过点击 VM 仪表板页面顶部的星形图标来添加自己的 VM 收藏。
{% endhint %}

## **VM 所有者**

如果为某个 VM 分配了一个 ***所有者用户***，如果关联的 *所有者用户* 被删除，VM 将自动删除。将某个用户指定为 *所有者用户* 还会自动分配适当的权限，以授予该用户对该 VM 的控制台访问权限（List/Read 权限）。

### 分配一个 *所有者用户* 给某个 VM

1. 导航到 **VM 仪表板** （从顶部菜单：Virtual Machines > List > 在列表中双击该 VM。）
2. 单击 **编辑** 左侧菜单中的。
3. 在 ***所有者用户*** 字段中，从下拉列表中选择该用户。
4. 单击 **提交** 以保存更改。


---

# 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-administrator.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.
