关于在 VPS 上安全部署 OpenClaw 的已脱敏公开文档:访问架构、已知漏洞以及带解决方案的实际事故案例。
来自真实 OpenClaw 运维的公开脱敏文档:如何在不暴露网关的情况下将平台部署到 VPS,哪些 CVE/问题在实践中真正重要,以及生产环境中出现了哪些故障(附修复方案)。
当前版本 / Current version: v1.2 · 更新日志 · GitHub Releases
| RU | EN |
|---|
| 面向人群 / Audience | 自托管 OpenClaw 的运维人员 | Operators self-hosting OpenClaw |
| 目标 / Goal | 避免重蹈真实运维中常见的安全错误和宕机模式 | Avoid common security mistakes and downtime modes found in real use |
| 内容 / Contents | 概述、分步部署计划(RU+EN)、事故分析 | Overview, step-by-step deployment plan (RU+EN), incident post-mortems |
| 不包含 / Not included | 私有域名、IP、机器人令牌、价格、个人路径 | Private hostnames, IPs, bot tokens, prices, personal paths |
这是文档,不是 OpenClaw 的分支或安装程序。事故中涉及的平台版本通常为 OpenClaw v2026.3.x。
This is documentation, not an OpenClaw fork or installer. Platform version referenced in incidents is typically OpenClaw v2026.3.x.
概述和部署计划说明如何配置。事故则展示真实运维中哪些环节出了问题,以及哪些校准/配置修复了问题——让读者不必重蹈覆辙。
The overview and deployment plan say how to configure. Incidents show what broke in real operations and which calibrations/config fixes resolved it — so readers do not repeat the same failures.
它们作为与建议并列的实用事后分析(post-mortem)存放在仓库中,而不是单独的“新闻日志”。
They belong in the repo as practical post-mortems next to the recommendations, not as a separate news feed.
RU
incident_*.md 文件 — 具体故障与校准(参见上文说明)EN
incident_*.md files — failures and fixes (see why above)127.0.0.1;不要对外暴露 OpenClaw 端口。 / Gateway and Web UI on 127.0.0.1 only; do not publish OpenClaw ports.HTTPS_PROXY 网关channels.telegram.proxymode=all 以及内存限制(sandbox 本身无法防止 Chromium OOM)。 / Docker sandbox mode=all plus memory limits (sandbox alone does not stop Chromium OOM).| 文件 / File | 内容 / Contents |
|---|---|
| CHANGELOG.md | 版本历史 / Version history |
| openclaw_обзор_public.md | RU — 平台概述、安全性、安装、监控 |
| openclaw_overview_public_en.md | EN — 相同概述 |
| развёртывание_решение_public.md | RU — 部署计划(阶段 0–12)、发现、待办事项 |
| deployment_plan_public_en.md | EN — 相同部署计划 |
| incident_telegram_selfheal_2026-03-11.md | EN — 事后分析:selfheal → Telegram 挂起 |
| incident_telegram_media_proxy_2026-03-14.md | EN — 事后分析:MediaFetchError;channels.telegram.proxy |
| incident_sandbox_oom_2026-04-10.md | EN — 事后分析:sandbox 中 Chromium OOM;内存限制 |
RU
config set,实用缓解措施)EN
config set, practical mitigations)创建日期:2026 年 2 月 22 日,00:24 更新日期:2026 年 9 月 4 日,01:30