> 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/reset-a-tenants-administrative-password.md).

# Đặt lại Mật khẩu Quản trị của Tenant

Nếu bạn cần thay đổi thông tin xác thực quản trị cho một môi trường tenant trong hệ thống VergeOS của mình, hãy làm theo các bước sau:

1. Đăng nhập vào môi trường VergeOS nơi tenant được lưu trữ.
2. Đi tới **Bảng điều khiển tenant** của tenant mà bạn cần thay đổi mật khẩu quản trị.
3. Trong **Bảng điều khiển tenant**, nhấp vào **Chỉnh sửa** nút trong menu điều hướng bên trái. Thao tác này sẽ mở màn hình Chỉnh sửa Tenant.
4. Trong màn hình Chỉnh sửa Tenant, nhập mật khẩu mới vào trường **Mật khẩu người dùng quản trị** .
5. Nhập lại mật khẩu vào **Xác nhận mật khẩu người dùng quản trị** .
6. Sau khi nhập cùng một mật khẩu vào cả hai trường, hãy nhấp vào **Gửi**. Nếu mật khẩu không khớp, một thông báo lỗi sẽ xuất hiện.
7. Sau khi cập nhật mật khẩu quản trị thành công, hãy mở trình duyệt web và điều hướng đến môi trường tenant nơi mật khẩu đã được thay đổi.
8. Đăng nhập với tư cách admin. Tên người dùng sẽ là **admin** và mật khẩu sẽ là mật khẩu mới mà bạn đã lưu ở bước 6.

***

{% hint style="info" %}
**Thông tin tài liệu**

* Cập nhật lần cuối: 2024-08-29
* Phiên bản vergeOS: 4.12.6
  {% endhint %}


---

# 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/reset-a-tenants-administrative-password.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.
