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

# Quản trị hệ thống

* [Cấu hình VergeOS làm ứng dụng khách OIDC](/knowledge-base/vi/system-administration/configuring-vergeos-as-oidc-client.md) — Hướng dẫn từng bước về cách thiết lập hệ thống hoặc tenant VergeOS để sử dụng xác thực OIDC với một nhà cung cấp danh tính VergeOS khác.
* [Quá cấp phát CPU và lập kế hoạch tài nguyên](/knowledge-base/vi/system-administration/cpu-overprovisioning-guide.md) — Hiểu về phân bổ CPU, tỷ lệ overcommit và các tác động đến hiệu năng trong VergeOS, bao gồm các tỷ lệ khuyến nghị theo loại workload và…
* [Tùy chỉnh giao diện người dùng](/knowledge-base/vi/system-administration/customizing-the-user-interface.md) — Hướng dẫn cách tùy chỉnh thương hiệu, logo, màu sắc và chủ đề trong giao diện VergeOS, bao gồm hỗ trợ chế độ sáng và tối và đa tenant…
* [Thực hành tốt nhất cho cơ sở dữ liệu](/knowledge-base/vi/system-administration/database-best-practices.md) — Các thực hành tốt nhất để tối ưu hiệu năng cơ sở dữ liệu trên Microsoft Windows trong VergeOS, bao gồm vị trí sao lưu, chống phân mảnh, loại trừ Defender…
* [RAM tối đa cho mỗi máy](/knowledge-base/vi/system-administration/max-ram-per-machine.md) — Cách điều chỉnh cài đặt cụm Max RAM per machine trong VergeOS để cho phép các máy ảo yêu cầu nhiều hơn 64GB RAM mặc định.
* [Trình tự bật/tắt nguồn đúng](/knowledge-base/vi/system-administration/proper-power-sequence-for-vergeos.md) — Trình tự tắt máy và bật nguồn đúng cho môi trường VergeOS, bao gồm các cân nhắc đa cụm và thứ tự cho các nút bộ điều khiển.
* [Quy trình tắt hệ thống VergeOS đúng cách](/knowledge-base/vi/system-administration/proper-vergeos-system-shutdown-procedure.md) — Hướng dẫn đầy đủ từng bước để tắt an toàn các hệ thống và cụm VergeOS, bao gồm tắt workload của tenant, đa cụm…
* [Xóa một nút khỏi cụm VergeOS](/knowledge-base/vi/system-administration/removing-a-node-from-cluster.md) — Cách xóa an toàn một nút vật lý khỏi hệ thống VergeOS, bao gồm chế độ bảo trì, tháo ổ đĩa và quy trình sửa chữa vSAN.
* [Thiết lập VergeOS làm nhà cung cấp danh tính với OIDC](/knowledge-base/vi/system-administration/setting-up-vergeos-as-identity-provider-oidc.md) — Hướng dẫn cấu hình VergeOS làm nhà cung cấp danh tính OpenID Connect (OIDC) cho xác thực tập trung trên nhiều hệ thống và…
* [Cập nhật hệ thống VergeOS với giấy phép airgap](/knowledge-base/vi/system-administration/updating-vergeos-system-with-airgap-license.md) — Hướng dẫn từng bước về cách thực hiện cập nhật phần mềm trên hệ thống VergeOS cách ly mạng bằng tệp ISO, bao gồm tải xuống, tải lên…
* [Cập nhật hệ thống VergeOS](/knowledge-base/vi/system-administration/updating-vergeos-system.md) — Hướng dẫn toàn diện về cách thực hiện cập nhật hệ thống theo yêu cầu và theo lịch trong VergeOS, bao gồm quy trình cập nhật không gián đoạn và…
* [Sử dụng iGPU để tăng tốc AI](/knowledge-base/vi/system-administration/using-igpu-ai-acceleration.md) — Hướng dẫn cấu hình iGPU (GPU tích hợp) để tăng tốc AI trong VergeOS, bao gồm thiết lập nhóm tài nguyên và gán mô hình.
* [Thực hành tốt nhất cho quét lỗ hổng](/knowledge-base/vi/system-administration/vulnerability-scanning-best-practices.md) — Các thực hành tốt nhất khi chạy quét lỗ hổng đối với môi trường VergeOS, bao gồm mục tiêu quét được khuyến nghị, kiến trúc…


---

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