解決OpenClaw啟動后web控制面板無法登錄返回信息:Not Found
發(fā)布時間:2026-05-12 11:26:19 作者:skywalk8163
我要評論
OpenClaw在WSL中部署后出現(xiàn)'NOTfound'錯誤,通常并非單一原因所致,而是環(huán)境、依賴、構(gòu)建或服務(wù)啟動環(huán)節(jié)的連鎖問題,這篇文章主要介紹了解決OpenClaw啟動后web控制面板無法登錄返回信息:Not Found的相關(guān)資料,需要的朋友可以參考下
在1.19這臺服務(wù)器安裝了OpenClaw,不管用瀏覽器,還是直接使用curl,都是返回信息:Not Found
但是1.12這臺服務(wù)器就沒有問題...
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
打開網(wǎng)絡(luò)連通
openclaw config set gateway.bind lan
重啟gateway
openclaw gateway restart
設(shè)備列表和配對
配置設(shè)備對
openclaw devices list
批準
openclaw devices approve
不管用
看npm版本
npm -v 11.3.0
升級到11.11
npm install -g npm@11.11.0
然后重新build
沒有用npmp安裝
pnpm store prune rm -rf node_modules # 重新安裝依賴并構(gòu)建 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解決的。顯示:

總結(jié)
到此這篇關(guān)于解決OpenClaw啟動后web控制面板無法登錄返回信息:Not Found的文章就介紹到這了,更多相關(guān)OpenClaw啟動后Not Found內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持腳本之家!
相關(guān)文章

OpenClaw網(wǎng)關(guān)啟動失?。号渲梦募?quán)限錯誤的排查與修復(fù)指南
某天啟動 OpenClaw(MyClaw.app)時,網(wǎng)關(guān)無法正常啟動,應(yīng)用界面一直處于“連接中”或直接報錯,查看日志發(fā)現(xiàn)出現(xiàn)配置文件權(quán)限錯誤,所以本文給大家介紹了OpenClaw網(wǎng)關(guān)啟動2026-05-12
OpenClaw Gateway 服務(wù)啟動、停止、監(jiān)控實戰(zhàn)指南
本文深入探討 OpenClaw Gateway 服務(wù)的核心架構(gòu)與運維實踐,文章從架構(gòu)設(shè)計出發(fā),詳細解析啟動配置參數(shù)、優(yōu)雅停止策略、監(jiān)控方案實現(xiàn),并結(jié)合生產(chǎn)環(huán)境經(jīng)驗,提供故障排查指2026-03-23
這篇文章給大家介紹了Openclaw Gateway 啟動流程完整教程,本文給大家介紹的非常詳細,對大家的學習或工作具有一定的參考借鑒價值,需要的朋友參考下吧2026-03-20
OpenClaw通過引導(dǎo)程序初始化配置時,回觸發(fā)開機自啟動服務(wù),但是很多時候,我們需要手動管理,一下內(nèi)容,為具體的操作方法,感興趣的小伙伴可以跟隨小編一起學習一下2026-03-03





