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

# 重置租户的管理员密码

如果您需要更改 VergeOS 系统中某个租户环境的管理凭据，请按以下步骤操作：

1. 登录托管该租户的 VergeOS 环境。
2. 导航到 **租户仪表板** 需要更改管理员密码的租户的
3. 在 **租户仪表板**，点击 **编辑** 左侧导航菜单中的按钮。这将打开“租户编辑”界面。
4. 在“租户编辑”界面中，将新密码输入到 **管理员用户密码** 字段中。
5. 重新输入密码到 **确认管理员用户密码** 字段中。
6. 在两个字段中输入相同的密码后，点击 **提交**。如果密码不匹配，将出现错误消息。
7. 成功更新管理员密码后，打开网页浏览器并访问已更改密码的租户环境。
8. 以管理员身份登录。用户名将是 **admin** 密码将是您在第 6 步中保存的新密码。

***

{% hint style="info" %}
**文档信息**

* 最后更新：2024-08-29
* 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/zh/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.
