From 4672a04eb7e8814eb001eeeb61463f93b0069bca Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 13 May 2026 01:50:37 +0800 Subject: [PATCH] docs: update FAQ to clarify default password usage for first-time login --- docs/en/faq.md | 2 +- docs/zh/faq.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/faq.md b/docs/en/faq.md index 0d8c4b1e6..e0dc7307d 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -23,7 +23,7 @@ On first startup, the WebUI account is `astrbot` by default, and the default pas Set dashboard.host in data/cmd_config.json to enable remote access. ``` -The random initial password may be different each first startup, so please change it as soon as possible in WebUI settings after logging in. +`UiYVpZxnW8k22IWqf0ru5pOy` is the default password. ### Forgot Dashboard Password diff --git a/docs/zh/faq.md b/docs/zh/faq.md index d9cf5a2de..64792747d 100644 --- a/docs/zh/faq.md +++ b/docs/zh/faq.md @@ -24,6 +24,8 @@ Set dashboard.host in data/cmd_config.json to enable remote access. ``` +其中的 `UiYVpZxnW8k22IWqf0ru5pOy` 就是默认密码。在使用默认密码登录后,会自动进入设置账户环节。 + ### 管理面板的密码忘记了 如果你忘记了 AstrBot 管理面板的密码,你可以在 `AstrBot/data/cmd_config.json` 配置文件中找到 `"dashboard"` 字段,如下: