文章目录
- pnpm store prune rm -rf node_modules # 重新安装依赖并构建 pnpm install
- 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. 重新安装了一遍,问题都没解决
目录
- 查看绑定情况
- 绑定到lan
- 设备列表和配对
- 看npm版本
- 没有用npmp安装
- 而是用npm重新安装
- 最终安装openclaw-cn来解决
- 总结
在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
打开网络连通
openclaw config set gateway.bind lan
重启gateway
openclaw gateway restart
配置设备对
openclaw devices list
批准
openclaw devices approve
不管用
npm -v
11.3.0
升级到11.11
npm install -g npm@11.11.0
然后重新build
pnpm store prune
rm -rf node_modules
# 重新安装依赖并构建
pnpm install
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启动后web控制面板无法登录返回信息:Not Found的文章就介绍到这了,更多相关OpenClaw启动后Not Found内容请搜索风君子博客以前的文章或继续浏览下面的相关文章,希望大家以后多多支持风君子博客!