安装命令
npm install -g openclaw@latest装完以后,再运行初始化
openclaw onboard --install-daemon删除OpenClaw的命令
openclaw uninstall --all --yes --non-interactive && npm rm -g openclaw启动:
openclaw gateway start停止:
openclaw gateway stop重启:
openclaw gateway restart查看状态:
openclaw status --deep
systemctl --user status openclaw-gateway.service查看日志:
openclaw logs --follow
