启动 OpenClaw 的命令是:
openclaw gateway start
openclaw gateway run
其他常用命令:
iwr -useb https://openclaw.ai/install.ps1 | iex   ——安装openclaw
openclaw update 更新
openclaw gateway status — 查看运行状态
openclaw gateway restart — 重启服务

卸载相关命令:

# 卸载 Gateway 服务
openclaw gateway uninstall

# 如果卸载失败或残留,强制卸载
openclaw gateway uninstall --force

# 查看服务状态确认是否卸载干净
openclaw gateway status

如果你想彻底删除 Gateway(不只是服务,连程序也卸掉):

# 删除 OpenClaw 程序
npm remove -g openclaw
# 或者如果用 Volta 装的
volta uninstall openclaw

发表评论