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

# 系统管理

* [将 VergeOS 配置为 OIDC 客户端](/knowledge-base/zh/system-administration/configuring-vergeos-as-oidc-client.md) — 关于如何设置 VergeOS 系统或租户，以使用另一款 VergeOS 身份提供商进行 OIDC 身份验证的分步指南。
* [CPU 超配与资源规划](/knowledge-base/zh/system-administration/cpu-overprovisioning-guide.md) — 了解 VergeOS 中的 CPU 分配、超分配比率及性能影响，包括按工作负载类型推荐的比率和…
* [自定义用户界面](/knowledge-base/zh/system-administration/customizing-the-user-interface.md) — 关于如何自定义 VergeOS UI 中的品牌、徽标、颜色和主题的指南，包括对浅色和深色模式的支持以及多租户…
* [数据库最佳实践](/knowledge-base/zh/system-administration/database-best-practices.md) — 关于在 VergeOS 中优化 Microsoft Windows 上数据库性能的最佳实践，涵盖备份位置、碎片整理、Defender 排除项…
* [每台机器的最大 RAM](/knowledge-base/zh/system-administration/max-ram-per-machine.md) — 如何在 VergeOS 中调整“每台机器最大 RAM”的集群设置，以允许需要超过默认 64GB RAM 的虚拟机。
* [正确的上电顺序](/knowledge-base/zh/system-administration/proper-power-sequence-for-vergeos.md) — VergeOS 环境正确的关机和上电顺序，包括多集群注意事项以及控制器节点的顺序。
* [VergeOS 系统正确关机流程](/knowledge-base/zh/system-administration/proper-vergeos-system-shutdown-procedure.md) — 安全关闭 VergeOS 系统和集群的完整分步指南，包括租户工作负载关闭、多集群…
* [从 VergeOS 集群中移除节点](/knowledge-base/zh/system-administration/removing-a-node-from-cluster.md) — 如何从 VergeOS 系统中安全移除物理节点，包括维护模式、驱动器移除和 vSAN 修复流程。
* [将 VergeOS 作为带 OIDC 的身份提供商进行设置](/knowledge-base/zh/system-administration/setting-up-vergeos-as-identity-provider-oidc.md) — 关于将 VergeOS 配置为 OpenID Connect (OIDC) 身份提供商，以便在多个系统之间实现集中身份验证的指南和…
* [使用 Airgap 许可证更新 VergeOS 系统](/knowledge-base/zh/system-administration/updating-vergeos-system-with-airgap-license.md) — 关于如何使用 ISO 文件对离线隔离的 VergeOS 系统执行软件更新的分步指南，包括下载、上传…
* [更新 VergeOS 系统](/knowledge-base/zh/system-administration/updating-vergeos-system.md) — 关于在 VergeOS 中执行按需和计划系统更新的综合指南，包括零停机更新时间流程和…
* [利用 iGPU 进行 AI 加速](/knowledge-base/zh/system-administration/using-igpu-ai-acceleration.md) — 关于在 VergeOS 中配置 iGPU（集成 GPU）以进行 AI 加速的说明，包括资源组设置和模型分配。
* [漏洞扫描最佳实践](/knowledge-base/zh/system-administration/vulnerability-scanning-best-practices.md) — 关于针对 VergeOS 环境运行漏洞扫描的最佳实践，包括推荐的扫描目标、架构…


---

# 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/system-administration.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.
