We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9e9b0 commit 56d544aCopy full SHA for 56d544a
docs/zh/installation/linux/images/console.jpg
318 KB
docs/zh/installation/linux/index.md
@@ -282,16 +282,19 @@ systemctl status rustfs
282
283
3. 检查服务端口
284
```bash
285
+netstat -ntpl
286
```
287
-4. 验证控制台访问
288
-```bash
289
-curl -u rustfsadmin:rustfsadmin http://localhost:9000/
290
-```
291
292
-5. 查看日志文件
+4. 查看日志文件
293
294
tail -f /var/logs/rustfs/rustfs*.log
295
296
297
+5. 访问访问控制台
+
+输入服务器的IP地址和端口,尝试访问访问控制台,查看到的界面如下:
298
299
+
300
0 commit comments