1Panel 命令

命令速查表

操作需求对应命令
找回账号密码1pctl user-info
检查面板是否运行1pctl status
查看版本号1pctl version
取消安全入口1pctl reset entrance
实时查看错误日志tail -f /opt/1panel/logs/1panel.log

修改密码 1pctl update password

 ​核心原因与解决方案

1. 服务未正确启动

快照恢复后,1Panel或Docker服务可能未自动运行,导致面板无法访问。

1pctl status # 查看1Panel状态
systemctl status docker # 检查Docker是否运行

手动启动服务​:

1pctl start # 启动1Panel
systemctl start docker # 启动Docker(若未运行)

若需修改配置(如用户名、端口),可使用 1pctl update username1pctl update port

1pctl update port

世界树

一步一步来

您可能还喜欢...

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注