小龙虾官网:https://docs.openclaw.ai/zh-CN/start/getting-started
执行后会检查你有没有环境,没有的话就自动安装
jscurl -fsSL https://openclaw.ai/install.sh | bash
jsvi ~/.openclaw/openclaw.json
js{
"meta": {
"lastTouchedVersion": "2026.3.24",
"lastTouchedAt": "2026-03-28T21:11:55.178Z"
},
"wizard": {
"lastRunAt": "2026-03-28T21:11:46.302Z",
"lastRunVersion": "2026.3.24",
"lastRunCommand": "configure",
"lastRunMode": "local"
},
"agents": {
"defaults": {
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true,
"ownerDisplay": "raw"
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "lan",
"controlUi": {
"allowedOrigins": ["*"]
},
"auth": {
"mode": "token",
"token": "d8ffabe38085c8221072030899e106d"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
}
}
}
后台启动
jsnohup openclaw gateway run > /tmp/openclaw.log 2>&1 &
本文作者:松轩(^U^)
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!