OpenClaw启动后,web控制面板无法登录,返回信息:Not Found
在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
没有用npmp安装
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解决的。显示:
