Files
doc/docs/tutorial-extras/1-start.md
2026-01-03 05:43:40 +08:00

81 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_position: 1
---
# 开始使用
刷机成功后浏览器输入IP地址进入系统首页。接下来**首先要做的第一件事情**
## 1.进入后台终端
:::caution
🉑️请首先要做第一件事就是修改密码。
:::
系统提供了两个账户,一个是具有全部权限的 root 用户,一个是普通权限的 ubuntu 用户,
默认账号 `root`,默认密码 `ecoo1234`
默认账号 `ubuntu`,默认密码 `ecoo1234`
- 建议使用 SSH 终端管理器登录后台
Windows 操作系统可以使用 [putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) 工具或者 [MobaXterm](https://node4.histb.com:9088/update/soft_init/MobaXterm.zip) 工具,
Linux 操作系统直接 `ssh root@<IP>`
- 或者使用网页ttyd进入后台终端
浏览器 `<IP>:7681` 进入
![](./img/login.png)
- 或者使用 mobaxterm 进入后台终端
![](./img/login3.jpg)
## 2.修改后台(终端)密码:
终端输入以下命令进行更改:
```shell
root@hi3798mv200:~# passwd root
New password:
Retype new password:
passwd: password updated successfully
root@hi3798mv200:~# passwd ubuntu
New password:
Retype new password:
passwd: password updated successfully
root@hi3798mv200:~#
```
提示输入两次新的密码,回车后,提示修改成功的英文 successfully
**注意**:密码是不会显示的,盲敲输入后按回车即可。
## 3.首次使用需要设置首页登陆(前端)密码
![](./img/login1.png)
为了您的系统安全,首次设置密码时,需要证明设备在您身边,所以限制必须局域网 IP 才能打开首页;
如果您的局域网 IP 不在白名单内,可以去 SSH 后台自行修改文档:```/var/www/html/ip_whitelist_check.php```
## 4.阅读手册
接下来请务必认真详细的阅读完本手册,无论你是小白还是高玩。
## 5.加入作者微信群
作者微信号 `teasiu` , 捐助5元起拉入微信群交流学习。
或者加入 TeleGram 群号: `t.me/histb_nas`
## 6.逛逛用户社区
[https://bbs.histb.com](https://bbs.histb.com)