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

# Các tenant

* [Cho phép kết nối từ Root đến Site của Tenant](/knowledge-base/vi/tenants/allow-root-to-tenant-site-connection.md) — Cách cấu hình một quy tắc mạng trên mạng ngoài của hệ thống root để cho phép kết nối site-to-site giữa hệ thống root và một…
* [Cấu hình Proxy](/knowledge-base/vi/tenants/configuring-proxy.md) — Cách cấu hình một kết nối proxy để phục vụ nhiều môi trường tenant bằng một địa chỉ IP duy nhất ánh xạ tới các hostname FQDN.
* [Cấu hình Nâng cao cho Device Passthrough](/knowledge-base/vi/tenants/dev-passthrough-advanced.md) — Thông tin cấu hình nâng cao cho device passthrough, bao gồm việc tạo và chỉnh sửa thủ công các quy tắc tài nguyên cho PCI, USB, SR-IOV, và…
* [Cung cấp Truy cập Layer 2 cho một Tenant - LEGACY](/knowledge-base/vi/tenants/provide-layer2-to-tenant.md) — Hướng dẫn sử dụng Virtual Switch Ports (trước đây là Virtual Wires) để cung cấp quyền truy cập mạng Layer 2 dựa trên VLAN cho một tenant, bao gồm…
* [Đặt lại Mật khẩu Quản trị của Tenant](/knowledge-base/vi/tenants/reset-a-tenants-administrative-password.md) — Hướng dẫn từng bước để đặt lại mật khẩu quản trị cho môi trường tenant trong VergeOS.
* [Chia sẻ một VM vào Tenant](/knowledge-base/vi/tenants/sharing-a-vm-into-a-tenant.md) — Cách chia sẻ một ảnh máy ảo từ môi trường cha vào một tenant bằng cách sử dụng snapshot và các đối tượng dùng chung trong VergeOS.
* [Chia sẻ Tệp cho Các Tenant](/knowledge-base/vi/tenants/sharing-files-to-tenants.md) — Cách chia sẻ các tệp như ảnh phương tiện từ Nhà cung cấp Dịch vụ tới các Tenant bằng tính năng lệnh branch của VergeOS.
* [Hướng dẫn Tenant Crash Cart](/knowledge-base/vi/tenants/tenant-crash-cart-guide.md) — Cách triển khai và sử dụng máy ảo tiện ích Tenant Crash Cart để giành quyền truy cập khẩn cấp vào giao diện VergeOS của một tenant khi truy cập mạng bình thường là…
* [Hướng dẫn nhanh về IP ngoài của Tenant](/knowledge-base/vi/tenants/configuring-tenant-external-ips.md) — Hướng dẫn từng bước để cấu hình địa chỉ IP ngoài và IP công cộng cho các VM của tenant, bao gồm các trường hợp một IP đơn, một khối IP và chỉ NAT.
* [Hướng dẫn Lập Kế hoạch Node cho Tenant](/knowledge-base/vi/tenants/tenant-node-planning-guide.md) — Hướng dẫn xác định số lượng node tenant tối ưu, phân bổ tài nguyên tính toán và chiến lược bố trí vật lý cho tenant VergeOS…
* [Xem Thống kê Mức Tiêu thụ của Tenant](/knowledge-base/vi/tenants/viewing-tenant-consumption-statistics.md) — Cách xem thống kê mức tiêu thụ RAM và lưu trữ của tenant bằng bảng điều khiển lịch sử tenant, bao gồm các phép tính phần trăm thứ 95.
* [Khả năng Hot-Plug của VM và Tenant](/knowledge-base/vi/tenants/vm-hotplug-capabilities.md) — Tìm hiểu những tài nguyên nào có thể được thay đổi trên các VM và tenant đang chạy mà không cần khởi động lại, bao gồm ổ đĩa, NIC, RAM và 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/vi/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.
