Skip to content

Commit 56d544a

Browse files
committed
fix docs
1 parent 6f9e9b0 commit 56d544a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed
318 KB
Loading

docs/zh/installation/linux/index.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,16 +282,19 @@ systemctl status rustfs
282282

283283
3. 检查服务端口
284284
```bash
285+
netstat -ntpl
285286
```
286287

287-
4. 验证控制台访问
288-
```bash
289-
curl -u rustfsadmin:rustfsadmin http://localhost:9000/
290-
```
291288

292-
5. 查看日志文件
289+
4. 查看日志文件
293290
```bash
294291
tail -f /var/logs/rustfs/rustfs*.log
295292
```
296293

297294

295+
5. 访问访问控制台
296+
297+
输入服务器的IP地址和端口,尝试访问访问控制台,查看到的界面如下:
298+
299+
![Console](./images/console.png)
300+

0 commit comments

Comments
 (0)