> 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/knowledge-base/zh/tenants.md).

# 租户

* [允许根站点与租户站点连接](/knowledge-base/zh/tenants/allow-root-to-tenant-site-connection.md) — 如何在根系统的外部网络上配置网络规则，以允许根系统与…之间的站点到站点连接
* [配置代理](/knowledge-base/zh/tenants/configuring-proxy.md) — 如何配置代理连接，使用映射到 FQDN 主机名的单个 IP 地址为多个租户环境提供服务。
* [设备直通高级配置](/knowledge-base/zh/tenants/dev-passthrough-advanced.md) — 设备直通的高级配置信息，包括为 PCI、USB、SR-IOV 以及… 手动创建和编辑资源规则。
* [为租户提供二层访问 - 旧版](/knowledge-base/zh/tenants/provide-layer2-to-tenant.md) — 使用虚拟交换端口（原称 Virtual Wires）为租户提供基于 VLAN 的二层网络访问的说明，包括…
* [重置租户的管理员密码](/knowledge-base/zh/tenants/reset-a-tenants-administrative-password.md) — 针对在 VergeOS 中重置租户环境管理员密码的分步说明。
* [将虚拟机共享到租户中](/knowledge-base/zh/tenants/sharing-a-vm-into-a-tenant.md) — 如何使用快照和共享对象，通过 VergeOS 将父环境中的虚拟机映像共享到租户中。
* [向租户共享文件](/knowledge-base/zh/tenants/sharing-files-to-tenants.md) — 如何使用 VergeOS 的 branch 命令功能，从服务提供商向租户共享媒体映像等文件。
* [租户 Crash Cart 指南](/knowledge-base/zh/tenants/tenant-crash-cart-guide.md) — 如何部署并使用 Tenant Crash Cart 实用虚拟机，在正常网络访问…时获取对租户 VergeOS UI 的紧急访问。
* [租户外部 IP 快速入门指南](/knowledge-base/zh/tenants/configuring-tenant-external-ips.md) — 配置租户虚拟机的外部和公共 IP 地址的分步指南，涵盖单个 IP、IP 地址段以及仅 NAT 场景。
* [租户节点规划指南](/knowledge-base/zh/tenants/tenant-node-planning-guide.md) — 用于确定 VergeOS 租户的最佳节点数量、计算资源分配和物理部署策略的指南…
* [查看租户消耗统计](/knowledge-base/zh/tenants/viewing-tenant-consumption-statistics.md) — 如何使用租户历史信息仪表板查看租户 RAM 和存储消耗统计，包括第 95 百分位计算。
* [虚拟机和租户热插拔能力](/knowledge-base/zh/tenants/vm-hotplug-capabilities.md) — 了解哪些资源可以在运行中的虚拟机和租户上修改而无需重启，包括磁盘、网卡、RAM 和 CPU…


---

# 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/knowledge-base/zh/tenants.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.
