常用命令:先会这几条就够了
安装和初始化
bash
openclaw onboard --install-daemon打开向导,并把 Gateway 装成后台服务。
打开控制台
bash
openclaw dashboard打开浏览器 Control UI。
自动体检
bash
openclaw doctor检查配置、服务、权限、迁移和常见风险。
看日志
bash
openclaw logs --follow实时看 Gateway 日志。排查问题时很常用。
看状态
bash
openclaw status --all
openclaw channels status --probe
openclaw plugins doctorstatus 看整体,channels 看通道,plugins doctor 看插件。 新手遇到问题时,不要一上来改配置,先把这几条输出看完。
