
sudo apt update
英文版本:
curl -fsSL https://openclaw.ai/install.sh | bash
中文版本:
curl -fsSL https://clawd.org.cn/install.sh | bash




运行新手引导:openclaw onboard –install-daemon
快速检查:openclaw doctor
修复医生openclaw doctor –fix
OpenClaw configure
openclaw gateway status
openclaw gateway restart
检查 Gateway 网关健康状态:openclaw status + openclaw health
打开仪表板:openclaw dashboard
root@rk3528-1g:~# openclaw dashboard
🦞 OpenClaw 2026.2.17 (4134875) — I’m not magic—I’m just extremely persistent with retries and coping strategies.
Dashboard URL: http://127.0.0.1:18789/#token=aad8538b133bd3ca4378413f165888a3fc81510e700d3805
Copy to clipboard unavailable.
No GUI detected. Open from your computer:
ssh -N -L 18789:127.0.0.1:18789 root@192.168.2.91
Then open:
http://localhost:18789/
http://localhost:18789/#token=aad8538b133bd3ca4378413f165888a3fc81510e700d3805
局域网配置文件示例
配置文件目录/root/.openclaw.json,在根目录用ls -a查看
用浏览器登录,需要加#token=xxxxx,也可以通过ssh隧道登录到127.0.0.1网关。
参考资料:
零成本白嫖 Kimi K2.5 OpenClaw 免费配置全攻略 – 知乎
OpenCode 免费使用 Kimi K2.5 完整指南:国产最强开源模型零成本体验什么是 Kimi K2.5? Kim – 掘金