Skip to content

❓ 常见问题 FAQ

📋 安装问题

Q1: 安装失败怎么办?

A: 尝试以下步骤:

bash
# 清理后重装
npm uninstall -g openclaw
npm cache clean --force
npm install -g openclaw@latest

Q2: 端口被占用?

A:

bash
# 查看占用
lsof -i :18789
# 换端口
openclaw gateway --port 18889

🔧 配置问题

Q3: 收不到飞书消息?

A: 检查以下配置:

  1. 应用是否已发布
  2. App ID/Secret是否正确
  3. 权限是否都开启

Q4: AI不回复消息?

A:

  1. 检查API Key是否配置
  2. 查看模型是否支持
  3. 检查账户余额

💰 费用问题

Q5: 使用OpenClaw要多少钱?

费用项说明
OpenClaw免费 (开源)
API调用按量收费 (约$5-20/月)
服务器取决于配置

🌐 访问问题

Q6: 无法访问网站?

A:

  1. 检查服务是否启动:systemctl status nginx
  2. 检查防火墙:ufw allow 80
  3. 重启服务:systemctl restart nginx

🔒 安全问题

Q7: 如何保护我的配置?

  1. 设置强密码
  2. 限制IP访问
  3. 启用HTTPS
  4. 定期更新版本

📞 获取帮助

Released under the MIT License.