经过匿名处理的公开文档,介绍如何在 VPS 上安全部署 OpenClaw:访问架构、已知漏洞以及实际故障案例及解决方案。
来自真实 OpenClaw 运营的公开、净化文档:如何在不暴露网关的情况下在 VPS 上部署平台,哪些 CVE/问题在实践中重要,以及生产环境中出现的故障(附修复方案)。
当前版本 / Current version: v1.1 · 更新日志 · GitHub Releases
| RU | EN | |
|---|---|---|
| 适用对象 / Audience | 自托管 OpenClaw 的操作人员 | 自托管 OpenClaw 的操作人员 |
| 目标 / Goal | 避免重复实际运营中常见的安全隐患和停机模式 | 避免实际使用中常见的安全错误和停机模式 |
| 内容 / Contents | 概述、逐步部署计划(RU+EN)、事故复盘分析 | 概述、逐步部署计划(RU+EN)、事故复盘分析 |
| 不包含 / Not included | 域名、IP、机器人令牌、价格、个人路径 | 私有主机名、IP、机器人令牌、价格、个人路径 |
这是文档,不是 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.
它们需要作为实用的事后复盘放在仓库中,紧邻建议,而不是作为单独的“新闻日志”。
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 文件 — 故障与修复(参见上文原因)127.0.0.1 上;不要对外开放 OpenClaw 端口。 / Gateway and Web UI on 127.0.0.1 only; do not publish OpenClaw ports.HTTPS_PROXY gatewaychannels.telegram.proxymode=all 并设置内存限制(仅靠 sandbox 无法避免 Chromium OOM)。 / Docker sandbox mode=all plus memory limits (sandbox alone does not stop Chromium OOM).RU
config set,实际缓解措施)EN
config set, practical mitigations)创建日期:2026 年 2 月 22 日,00:24 更新日期:2026 年 7 月 11 日,13:06
| 文件 / 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;内存限制 |