Linux 平台
支持的发行版
- Ubuntu 20.04+
- Debian 11+
- Fedora 35+
- Arch Linux
安装
bash
# Ubuntu/Debian
curl -fsSL https://clawd.org.cn/install.sh | sudo bash
# Fedora
sudo dnf install moltbot
# Arch (AUR)
yay -S moltbot系统服务
bash
# 启用服务
sudo systemctl enable moltbot
# 启动服务
sudo systemctl start moltbot
# 查看状态
sudo systemctl status moltbot无头服务器
在服务器上运行时使用无头模式:
yaml
server:
headless: true
port: 8080Docker 部署
bash
docker run -d \
--name moltbot \
-v ~/.moltbot:/root/.moltbot \
-p 8080:8080 \
moltbot:latest