官方网站:http://openclaw.ai/ · 本站基于官网提供更快更易部署的中文教程与 GitHub 快装方案

Star FastOpenClaw
FastOpenClaw 快速一键安装OpenClaw官方教程百科

OpenClaw 安装与设置清单:从本地到可回复

2026-03-03

#安装教程#OpenClaw#Checklist#部署

安装前检查

  • Node.js >= 22
  • 模型 API Key 已准备
  • 至少一个机器人通道账号已准备

安装步骤

curl -fsSL https://raw.githubusercontent.com/upgiorgio/FastOpenClaw/main/install.sh | bash
openclaw onboard --install-daemon
openclaw status

设置建议

  1. 主卡(模型):先选稳定可达平台。
  2. 副卡(备用模型):用于故障降级。
  3. 首通道:先接 Telegram 或飞书其中一个。

验收标准

  • openclaw status 显示 running。
  • 机器人可连续回复 3 次。
  • 日志中无持续报错。

失败时先做什么

openclaw health
openclaw logs --tail 120
openclaw gateway restart

不要一次改动多个变量,按单变量方式逐步排查。