Skip to content

Commit b518fdd

Browse files
committedOct 30, 2024
docs: update README.md
1 parent 4256408 commit b518fdd

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ rm -rf /h-ui
145145
## Default Installation Information
146146

147147
- Panel Port: 8081
148-
- Username/Password: sysadmin
148+
- Username/Password: Random 6 characters
149149

150150
## System Upgrade
151151

‎README_ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ rm -rf /h-ui
145145
## 默认安装信息
146146

147147
- 面板端口: 8081
148-
- 用户名/密码: sysadmin
148+
- 用户名/密码: 随机6位字符
149149

150150
## 系统升级
151151

‎docs/FAQ.md

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ chmod +x ./h-ui
2020
./h-ui -p [port]
2121
```
2222

23+
- Reset sysadmin username and password
24+
25+
```bash
26+
./h-ui reset
27+
```
28+
2329
## Meaning of folders in project
2430

2531
- bin: Hysteria2 executable and configuration files

‎docs/FAQ_ZH.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ chmod +x ./h-ui
2020
./h-ui -p [端口]
2121
```
2222

23+
24+
- 重设系统管理员用户名和密码
25+
26+
```bash
27+
./h-ui reset
28+
```
29+
2330
## 项目工程中文件夹的含义
2431

2532
- bin: Hysteria2 的可执行文件和配置文件

0 commit comments

Comments
 (0)
Please sign in to comment.