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

# 租户（虚拟数据中心）

VergeOS 原生支持多租户，允许单一安装承载多个封装的安全隔离区，称为 **租户**。每个租户都是一个独立且完整的虚拟数据中心，包含基础 VergeOS 环境的全部功能（不包括硬件管理）。每个租户都可通过唯一 URL 访问其自己的用户界面。

通过完整的网络封装和专属存储卷确保隐私与安全，与其他策略（如基于 VLAN 的分段）不同，真正实现租户之间的隔离。

## 快速入门

初次接触 VergeOS 租户？从这里开始：

1. [**创建你的第一个租户**](/run-the-platform/zh/zu-hu/create-tenants.md) - 设置基本的租户环境
2. [**分配外部访问**](/run-the-platform/zh/zu-hu/assign-ip-to-tenant.md) - 提供网络连接
3. [**配置监控**](/run-the-platform/zh/zu-hu/tenant-monitoring.md) - 设置监督和报告

## 主要特性

* **内置功能：** 租户完整解决方案（无需额外许可、工具或应用）
* **嵌套多租户：** 每个租户都可利用其已分配资源创建子租户，形成层级化的委派与资源管理结构
* **资源跟踪：** 按租户进行资源跟踪，包括重复数据删除统计，有助于计费和容量规划
* **用户管理灵活性：** 可选地，可通过以下方式将租户配置为集中式身份管理：其父级、另一个 VergeOS 系统或第三方身份提供商
* **个性化备份/灾难恢复：** 可按租户自定义灾难恢复策略
* **可移植性：** 每个租户都是一个可移植、独立封装的系统，可作为一个整体移动到其他位置
* **自动化部署：** [租户配方](/automate-protect-and-extend/zh/zi-dong-hua/tenant-recipes.md) 可实现快速部署、合规、自助服务应用等。
* **自定义品牌：** 父系统可允许租户使用其自身公司的徽标、配色方案和字体选择，对其用户界面进行“品牌化”，使用 [**主题**](/run-the-platform/zh/xi-tong-guan-li/themes.md) （可按租户允许/禁止）

## 安全与隔离

VergeOS 租户通过以下方式提供企业级安全：

* **网络封装**：租户之间实现完整的第 2/3 层隔离
* **存储隔离**：带加密支持的专用存储卷
* **管理分离**：独立的用户管理和权限
* **资源边界**：有保障的资源分配和限制

## 实际应用

VergeOS 租户在实际环境中的应用示例：

* 一个 **服务提供商** 为其客户创建安全、功能齐全的虚拟数据中心，而这些客户又可以为自己的客户创建虚拟数据中心
* 一个 **企业** 在集中基础设施管理的同时，将工作负载分离，并将管理权限委派给不同地区或业务组
* 一个 **教育机构** 提供专门环境以分隔不同院系或研究项目，消除传统孤立的独立系统

## 相关文档

### 快速入门

* [创建租户](/run-the-platform/zh/zu-hu/create-tenants.md)
* [分配外部 IP 地址](/run-the-platform/zh/zu-hu/assign-ip-to-tenant.md)
* [修改租户属性](/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)
* [租户使用报告](/run-the-platform/zh/zu-hu/tenant-usagereports.md)

### 数据共享与保护

* [与租户共享文件](/run-the-platform/zh/zu-hu/provide-files-to-tenant.md)
* [与租户共享虚拟机](/run-the-platform/zh/zu-hu/share-vm-snapshot.md)
* [租户快照](/run-the-platform/zh/zu-hu/tenant-snapshots.md)
* [租户恢复](/run-the-platform/zh/zu-hu/tenant-restores.md)

### 监控与管理

* [监控租户](/run-the-platform/zh/zu-hu/tenant-monitoring.md)


---

# 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/overview.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.
