在 1.19 服务器安装 OpenClaw 后,无论是浏览器访问还是使用 curl 命令,均返回 Not Found 错误。但 1.12 服务器正常。
curl http://localhost:18789 Not Found
查看绑定情况
openclaw config get gateway.bind
# 🦞 OpenClaw 2026.3.2 (85377a2) — I'm not saying your workflow is chaotic... I'm just bringing a linter and a helmet. loopback
绑定到 lan
打开网络连通:
openclaw config set gateway.bind lan
重启 gateway:
openclaw gateway restart
设备列表和配对
配置设备对:
openclaw devices list
批准:
openclaw devices approve
无效。
查看 npm 版本
npm -v
# 11.3.0
升级到 11.11:
npm install -g [email protected]
然后重新 build。
没有用 pnpm 安装
pnpm store prune && rm -rf node_modules && pnpm install
而是用 npm 重新安装
npm i -g openclaw openclaw onboard
问题依旧。
尝试删除 OpenClaw 然后重装。
先删除:
openclaw uninstall
删除完毕:
openclaw uninstall
# 🦞 OpenClaw 2026.3.2 (85377a2) — Your task has been queued; your dignity has been deprecated.
# │ ◇ Uninstall which components?
# │ Gateway service, State + config, Workspace
# │ ◇ Proceed with uninstall?
# │ Yes
# Stopped systemd service: openclaw-gateway.service
# Removed systemd service: /home/skywalk/.config/systemd/user/openclaw-gateway.service
# Removed ~/.openclaw
# Removed ~/.openclaw/workspace
# CLI still installed. Remove via npm/pnpm if desired.
重新安装了一遍,问题仍未解决
最终安装 openclaw-cn 来解决
最终通过安装 openclaw-cn 解决,结果如下:



