> 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

Chủ đề quản trị nền tảng — cập nhật, bảo mật, xác thực, thương hiệu và hiệu năng.

* [Cấu hình VergeOS làm máy khách OIDC](/knowledge-base/vi/system-administration/configuring-vergeos-as-oidc-client.md) — Hướng dẫn từng bước để 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.
* [Tình trạng cấp phát CPU vượt mức 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 khối lượng công việc 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 nhận diện thương hiệu, logo, màu sắc và giao diện trong UI VergeOS, bao gồm hỗ trợ chế độ sáng và tối cùng đa tenant…
* [Các phương pháp hay nhất cho cơ sở dữ liệu](/knowledge-base/vi/system-administration/database-best-practices.md) — Các phương pháp hay 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 trên 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 cần nhiều hơn mức mặc định 64GB RAM.
* [Trình tự cấp nguồn đúng](/knowledge-base/vi/system-administration/proper-power-sequence-for-vergeos.md) — Trình tự tắt và bật nguồn chính xác cho môi trường VergeOS, bao gồm các lưu ý đa cụm và thứ tự cho các nút đ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 việc tắt khối lượng công việc 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 gỡ bỏ 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.
* [Yêu cầu giấy phép Airgap](/knowledge-base/vi/system-administration/requesting-an-airgap-license.md) — Cách yêu cầu giấy phép airgap cho các hệ thống VergeOS không có truy cập Internet đi ra, và cách tải lên tệp giấy phép bạn nhận được từ Verge.io.
* [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) để 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ề việc thực hiện các bả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.
* [Các phương pháp hay nhất khi quét lỗ hổng bảo mật](/knowledge-base/vi/system-administration/vulnerability-scanning-best-practices.md) — Các phương pháp hay nhất khi thực hiện quét lỗ hổng trên môi trường VergeOS, bao gồm các 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.
