docs(nanokvm-go): update password reset guide and sidebar (#995)

This commit is contained in:
梁子月
2026-07-29 16:46:10 +08:00
committed by GitHub
parent 1431ecef46
commit 57902206d4
8 changed files with 24 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -74,7 +74,7 @@ To be added.
If you encounter any issues or have suggestions during use, please provide feedback through the following channels:
+ [Github issues](https://github.com/sipeed/NanoKVM/issues)
+ [NanoKVM GitHub repository](https://github.com/sipeed/NanoKVM)
+ [Github issues](https://github.com/sipeed/NanoKVM-Go/issues)
+ [NanoKVM GitHub repository](https://github.com/sipeed/NanoKVM-Go)
+ [MaixHub forum](https://maixhub.com/discussion/nanokvm)
+ QQ group: 703230713

View File

@@ -230,12 +230,14 @@ Changing the password updates both the web login password and the system `root`
### Reset Forgotten Password
If you forget the web login password, click `Forgot Password` on the login page to view the default account information and reset entry.
If you forget the web login password, you can only reset it by restoring the device to factory settings. Restoring factory settings clears the current device configuration.
![NanoKVM Go forgot password entry](./../../../assets/NanoKVM/go/user_guide/nanokvm-go-login-forgot-password-en.webp)
1. On the device settings screen, swipe to the last page and find the `About` option.
The page shows that the default web account is `admin/admin`, and the default SSH account is `root/sipeed`. If the password has been changed and you cannot log in, click the `Reset` link on the page and follow the reset instructions to reset the password.
![NanoKVM Go About entry](./../../../assets/NanoKVM/go/user_guide/nanokvm-go-reset-about-entry.webp)
![NanoKVM Go forgot password prompt](./../../../assets/NanoKVM/go/user_guide/nanokvm-go-forgot-password-reset-en.webp)
2. Press and hold `Reset` to restore factory settings.
After the reset is complete, log in again with the default account and set a new secure password as soon as possible.
![NanoKVM Go Reset button](./../../../assets/NanoKVM/go/user_guide/nanokvm-go-reset-button.webp)
After the reset is complete, log in with the default username `admin` and default password `admin`, then set a new secure password as soon as possible.

View File

@@ -550,6 +550,8 @@ items:
file: kvm/NanoKVM_Go/quick_start.md
- label: User Guide
file: kvm/NanoKVM_Go/user_guide.md
- label: Update Application
file: kvm/NanoKVM_Go/system/updating.md
- label: Network
items:
- label: Tailscale
@@ -558,14 +560,12 @@ items:
file: kvm/NanoKVM_Go/network/frp.md
- label: Static IP
file: kvm/NanoKVM_Go/network/static_ip.md
- label: System
- label: Development
items:
- label: System Build
file: kvm/NanoKVM_Go/system/introduction.md
- label: Flash Image
file: kvm/NanoKVM_Go/system/flashing.md
- label: Update Application
file: kvm/NanoKVM_Go/system/updating.md
- label: FAQ
file: kvm/NanoKVM_Go/faq.md
- label: NanoKVM PCIe

View File

@@ -65,7 +65,7 @@ NanoKVM Go 侧面提供两个 Type-C 接口和一个复位孔。带闪电标志
如果您在使用过程中有任何问题或建议,请通过以下渠道反馈:
+ [Github issues](https://github.com/sipeed/NanoKVM/issues)
+ [NanoKVM GitHub 仓库](https://github.com/sipeed/NanoKVM)
+ [Github issues](https://github.com/sipeed/NanoKVM-Go/issues)
+ [NanoKVM GitHub 仓库](https://github.com/sipeed/NanoKVM-Go)
+ [MaixHub 论坛](https://maixhub.com/discussion/nanokvm)
+ QQ 交流群: 703230713

View File

@@ -230,12 +230,14 @@ NanoKVM Go 默认网页登录账号为 `admin`,默认密码为 `admin`。首
### 忘记密码重置
如果忘记网页登录密码,可在登录页面点击 `忘记密码` 查看默认账号信息和重置入口
如果忘记网页登录密码,只能通过恢复出厂设置来重设密码。恢复出厂设置会清除当前设备配置
![NanoKVM Go 忘记密码入口](./../../../assets/NanoKVM/go/user_guide/nanokvm-go-login-forgot-password.webp)
1. 在设备屏幕的设置界面滑动到最后一页,找到 `About` 选项。
页面会提示默认网页登录账号为 `admin/admin`,默认 SSH 账号为 `root/sipeed`。如果密码已经被修改且无法登录,请点击页面中的 `Reset` 链接,并按重置说明完成密码重置。
![NanoKVM Go About 入口](./../../../assets/NanoKVM/go/user_guide/nanokvm-go-reset-about-entry.webp)
![NanoKVM Go 忘记密码提示](./../../../assets/NanoKVM/go/user_guide/nanokvm-go-forgot-password-reset.webp)
2. 长按 `Reset` 恢复出厂设置。
重置完成后,使用默认账号重新登录,并尽快重新设置新的安全密码。
![NanoKVM Go Reset 按钮](./../../../assets/NanoKVM/go/user_guide/nanokvm-go-reset-button.webp)
恢复完成后,使用默认账号 `admin` 和默认密码 `admin` 登录,并尽快重新设置新的安全密码。

View File

@@ -551,6 +551,8 @@ items:
file: kvm/NanoKVM_Go/quick_start.md
- label: 用户指南
file: kvm/NanoKVM_Go/user_guide.md
- label: 更新应用
file: kvm/NanoKVM_Go/system/updating.md
- label: 网络
items:
- label: Tailscale
@@ -559,14 +561,12 @@ items:
file: kvm/NanoKVM_Go/network/frp.md
- label: 静态 IP
file: kvm/NanoKVM_Go/network/static_ip.md
- label: 系统
- label: 二次开发
items:
- label: 系统编译
file: kvm/NanoKVM_Go/system/introduction.md
- label: 烧录镜像
file: kvm/NanoKVM_Go/system/flashing.md
- label: 更新应用
file: kvm/NanoKVM_Go/system/updating.md
- label: FAQ
file: kvm/NanoKVM_Go/faq.md
- label: NanoKVM PCIe