This commit is contained in:
teasiu
2026-01-03 04:20:46 +08:00
parent 1b0af4422b
commit eafd3cfedb
5 changed files with 18 additions and 5 deletions

View File

@@ -7,6 +7,18 @@ sidebar_position: 1
本手册由作者神雕热心撰写。由于工作量大,未详尽之处,敬请理解。 本手册由作者神雕热心撰写。由于工作量大,未详尽之处,敬请理解。
import Button from '@theme/Button';
<div style={{ margin: '20px 0' }}>
<Button
href="/docs/tutorial-extras/start"
variant="primary"
size="lg"
>
前往快速开始
</Button>
</div>
## 海纳思系统介绍: ## 海纳思系统介绍:
英文名称 Hi-NAS ,中文名称:海纳思 英文名称 Hi-NAS ,中文名称:海纳思
@@ -33,4 +45,4 @@ sidebar_position: 1
## 改进 ## 改进
每一篇教程都接受改进建议期望更多参与者fork教程仓库并踊跃提出修正。 每一篇教程都接受改进建议期望更多参与者fork教程仓库并踊跃提出修正。

View File

@@ -20,7 +20,7 @@ sidebar_position: 1
- 建议使用 SSH 终端管理器登录后台 - 建议使用 SSH 终端管理器登录后台
Windows 操作系统可以使用 [putty](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) 工具或者 [MobaXterm](https://node.histb.com:9088/update/soft_init/MobaXterm.zip) 工具, 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>` Linux 操作系统直接 `ssh root@<IP>`
@@ -55,11 +55,12 @@ root@hi3798mv200:~#
**注意**:密码是不会显示的,盲敲输入后按回车即可。 **注意**:密码是不会显示的,盲敲输入后按回车即可。
## 3.注册和登录管理页面 ## 3.首次使用需要设置密码
![](./img/login1.jpg) ![](./img/login1.png)
![](./img/login2.jpg) 为了您的系统安全,首次设置密码时,需要证明设备在您身边,所以限制必须局域网 IP 才能打开首页;
如果您的局域网 IP 不在白名单内,可以去 SSH 后台自行修改文档:```/var/www/html/ip_whitelist_check.php```
## 4.阅读手册 ## 4.阅读手册

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB