Skip to content

广告 · 本站推荐

腾讯云特惠活动 · 云服务器、数据库、CDN 新用户专享折扣

常用命令:先会这几条就够了

安装和初始化

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 doctor

status 看整体,channels 看通道,plugins doctor 看插件。 新手遇到问题时,不要一上来改配置,先把这几条输出看完。

用工程视角拆解 AI 智能体框架