Openclaw--部署

Openclaw–部署

0.前言

  由于考虑安全性的问题,本人是在虚拟机中配置的了一个ubuntu 系统进行安装,尽管小龙虾在网络上吹的神乎其技,但是还是不建议直接安装在本地!!那接下来就安排安装

1.升级node版本

  • 更新系统并安装必要工具
1
2
sudo apt update
sudo apt install -y curl software-properties-common下载Node.js 22.x的版本
  • 下载Node.js 22.x的版本
1
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
  • 安装Node.js
1
sudo apt install -y nodejs
  • 检查安装版本
1
2
node -v
npm -v

  如果没有安装到指定版本在后续安装中会有报错:

2.安装git工具

1
sudo apt install git-all

3.安装小龙虾

1
curl -fsSL https://openclaw.ai/install.sh | bash

  具体操作可以参考阿里云文档,这里讲解的比较信息,按照步骤来即可,不过免费的百炼api不够用,这边是用的minimax的,这个也是openclaw开发者所推荐的模型

1
https://developer.aliyun.com/article/1713250

  最终启动

1
openclaw dashboard --no-open

(吐槽下,真的烧token啊TAT)

4.设置任务

  我们可以简单在代理中构建AI agent

  最后设置定时任务去进行产出,比如这里写了一个定时写作的agent任务


Openclaw--部署
https://one-null-pointer.github.io/2026/02/22/Openclaw--部署/
Author
liaoyue
Posted on
February 22, 2026
传送口