【已解答】OpenClaw 1.0.2安装成功了无法启动
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:v11.6.0
系统版本:1.0.2
问题描述:
1。之前使用的docker版本的OpenClaw,可以正常使用,但是有点卡。2、换非docker版本的OpenClaw后,安装成功无法启动,启动之后会自动停止
相关截图(日志、错误):
宝塔用户_qsaabm 发表于 2026-3-30 15:25
非docker 版本安装的有问题,root目录下连 .openclaw文件夹都没有
bash/www/server/panel/plugin/openclaw/install.sh install
看下安装过程,如果有错误的话,记得截图发出来哈 1091561467
点击链接加入群聊【OpenClaw宝塔交流3️⃣群】:https://qm.qq.com/q/PMDhersKkw
有问题请进这个群进行沟通哈 您好,您更新到1.3.0后尝试下能不能成功使用?如果无法使用,请继续留言 大炮运维V587 发表于 2026-3-30 12:19
您好,您更新到1.3.0后尝试下能不能成功使用?如果无法使用,请继续留言
非docker 模式 都没有1.3
大炮运维V587 发表于 2026-3-30 12:19
您好,您更新到1.3.0后尝试下能不能成功使用?如果无法使用,请继续留言
非docker 模式都没1.3
宝塔用户_qsaabm 发表于 2026-3-30 14:10
非docker 模式都没1.3
ls -lh /root/.openclaw/openclaw.json
您好,您执行命令,看下这个文件存在吗?
没有的话,手动创建下
然后添加
{
"meta": {
"lastTouchedVersion": "2026.3.13",
"lastTouchedAt": "2026-03-30T06:41:42.039Z"
},
"wizard": {
"lastRunAt": "2026-03-30T06:41:16.945Z",
"lastRunVersion": "2026.3.13",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"models": {
"mode": "merge",
"providers": {
"宝塔": {
"baseUrl": "https://www.bt.cn/plugin_api/chat/openai/v1",
"apiKey": "--",
"api": "openai-completions",
"headers": {
"uid": "83633",
"access-key": "wnwp38Ll5dNVi7RTuvkMwyxFP2ZMROhz",
"appid": "bt_app_001"
},
"models": [
{
"id": "qwen3.5-plus",
"name": "qwen3.5-plus",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "宝塔/qwen3.5-plus"
},
"models": {
"宝塔/qwen3.5-plus": {}
},
"workspace": "/root/.openclaw/workspace"
},
"list": [
{
"id": "main",
"subagents": {
"allowAgents": [
"*"
]
}
},
{
"id": "agent_f1c2d4c7",
"name": "旅行规划师",
"workspace": "/root/.openclaw/workspace-agent_f1c2d4c7",
"agentDir": "/root/.openclaw/agents/agent_f1c2d4c7/agent",
"identity": {
"name": "行程规划与旅行规划"
}
},
{
"id": "agent_3cc637f6",
"name": "日程规划助手",
"workspace": "/root/.openclaw/workspace-agent_3cc637f6",
"agentDir": "/root/.openclaw/agents/agent_3cc637f6/agent",
"identity": {
"name": "个人日程优化师与日常规划助手"
}
}
]
},
"tools": {
"profile": "full"
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true,
"ownerDisplay": "raw"
},
"session": {
"dmScope": "per-channel-peer"
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "lan",
"controlUi": {
"allowedOrigins": [
"http://127.0.0.1:18789"
],
"dangerouslyAllowHostHeaderOriginFallback": true,
"allowInsecureAuth": true,
"dangerouslyDisableDeviceAuth": true
},
"auth": {
"mode": "token",
"token": "04e6c4b7e9eeda261dce5c3771ccd619874a06d988b20c8e"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
}
}
}
大炮运维V587 发表于 2026-3-30 14:46
您好,您执行命令,看下这个文件存在吗?
没有的话,手动创建下
然后添加
非docker 版本安装的有问题,root目录下连 .openclaw文件夹都没有
页:
[1]