File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ rm -rf /h-ui
145
145
## Default Installation Information
146
146
147
147
- Panel Port: 8081
148
- - Username/Password: sysadmin
148
+ - Username/Password: Random 6 characters
149
149
150
150
## System Upgrade
151
151
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ rm -rf /h-ui
145
145
## 默认安装信息
146
146
147
147
- 面板端口: 8081
148
- - 用户名/密码: sysadmin
148
+ - 用户名/密码: 随机6位字符
149
149
150
150
## 系统升级
151
151
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ chmod +x ./h-ui
20
20
./h-ui -p [port]
21
21
```
22
22
23
+ - Reset sysadmin username and password
24
+
25
+ ``` bash
26
+ ./h-ui reset
27
+ ```
28
+
23
29
## Meaning of folders in project
24
30
25
31
- bin: Hysteria2 executable and configuration files
Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ chmod +x ./h-ui
20
20
./h-ui -p [端口]
21
21
```
22
22
23
+
24
+ - 重设系统管理员用户名和密码
25
+
26
+ ``` bash
27
+ ./h-ui reset
28
+ ```
29
+
23
30
## 项目工程中文件夹的含义
24
31
25
32
- bin: Hysteria2 的可执行文件和配置文件
You can’t perform that action at this time.
0 commit comments