Openclaw 升级2026.3.22版本 Control UI 丢失问题
一、【BUG】现象
Gateway 日志明确报的是默认路径缺文件 gateway.err.log
gateway Missing Control UI assets at /opt/homebrew/lib/node_modules/openclaw/dist/control-ui/index.html. Build them with `pnpm ui:build` (auto-installs UI deps).
导致 -> Control UI 静态资源缺失,导致网页控制台打不开
解析:
现象是 gateway 报 Control UI assets not found,因为当前全局安装的 openclaw 2026.3.22 里没有这份目录:
- /opt/homebrew/lib/node_modules/openclaw/dist/control-ui/index.html
原因:2026.3.22 这份 npm 安装里缺了 control-ui 发布漏了
二、处理方式:
1.从旧版本拷贝一份 到 新的目录下
**2.**gateway.controlUi.root 修改指向,改成指向本机现成可用的一份 UI 资源目录(根据自己本机看看有没有)

原本QQ机器人扩展里面有
修改后 Openclaw gateway restart