> 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/zu-hu/tenant-modifications.md).

# 修改租户

本页提供有关以下内容的信息 **编辑基础配置** 租户的。

参见 [**增加租户资源**](/run-the-platform/zh/zu-hu/add-tenant-resources.md) 或 [**减少租户资源**](/run-the-platform/zh/zu-hu/reduce-tenant-resources.md) 了解修改资源的说明。

## 租户属性

要修改现有租户的以下任一属性，请前往 **单个租户仪表板** 并点击 **编辑** 左侧菜单中的。

* **名称** - 可在不引发问题的情况下更改，因为每个租户都通过与名称无关的唯一标识符进行跟踪。
* **URL 链接** - 使用的链接 **从您自己的仪表板** 以连接到租户的 UI。默认将使用 UI 地址（租户用于连接其自己的 UI 的链接），但可以修改以适应提供方和租户不同的连接 URL。
* **管理员密码** - 可编辑此项以为租户管理员账户执行密码重置。
* **要求更改密码** - 可随时启用此选项，要求租户在下次登录时设置新的管理员密码。这有助于在重置遗忘的租户管理员密码后，确保凭据保持安全。
* **显示系统快照** - 可 **启用/禁用** ，可随时操作。启用后，租户将看到您的（提供方的）可用快照列表，并可下载以恢复其自己的系统或单个 VM。
* **主题访问权限**:
  * ***不能创建新主题，对所有主机主题具有只读访问权限***
  * ***不能创建新主题，对指定的主机主题具有只读访问权限***
  * ***可创建新主题，无法访问主机主题***
  * ***可创建新主题，对主机主题具有只读访问权限***

{% hint style="warning" %}
**更改主题访问权限**

在租户创建了自定义主题后限制其主题访问权限可能会导致问题
{% endhint %}

* **自定义帮助 URL** - 租户 UI 中“帮助”链接的地址
  * **"默认"** - 指向标准 VergeOS 帮助内容的链接
  * **空白** - 禁用租户帮助链接（租户 UI 中的帮助链接将显示 404 错误页面）
  * **自定义 URL** - 可提供 URL 以适配用于帮助内容的自定义文档存储
* **UI 地址** - 供租户访问其自身 VergeOS UI 的链接。此字段为 **自动填充** ，带有 [**首个外部 IP**](/run-the-platform/zh/zu-hu/assign-ip-to-tenant.md) 分配给租户。如果/当为租户分配额外的外部 IP 时， **UI 地址可更改** 为其他 IP 地址之一。 **自动** 由系统更新； *应用规则* 设置为 **两者都** 相关的 **外部** 网络和 **租户** 网络如果 *UI 地址* 被修改。
* **UI FQDN** - 仅适用于 [**代理**](/knowledge-base/zh/tenants/configuring-proxy.md) 正在使用时。从下拉列表中选择所需的 FQDN。
* **OIDC 应用程序** - 允许选择一个集中式授权源。已配置的授权源将显示在下拉列表中。


---

# 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/zu-hu/tenant-modifications.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.
