2026-02-01 22:47:44 +01:00
|
|
|
|
---
|
|
|
|
|
|
read_when:
|
2026-02-03 13:23:00 -08:00
|
|
|
|
- 你想在云端运行 Gateway 网关
|
|
|
|
|
|
- 你需要 VPS/托管指南的快速索引
|
2026-02-01 22:47:44 +01:00
|
|
|
|
summary: OpenClaw 的 VPS 托管中心(Oracle/Fly/Hetzner/GCP/exe.dev)
|
|
|
|
|
|
title: VPS 托管
|
|
|
|
|
|
x-i18n:
|
2026-02-03 13:23:00 -08:00
|
|
|
|
generated_at: "2026-02-03T10:12:57Z"
|
2026-02-01 22:47:44 +01:00
|
|
|
|
model: claude-opus-4-5
|
|
|
|
|
|
provider: pi
|
|
|
|
|
|
source_hash: 7749b479b333aa5541e7ad8b0ff84e9f8f6bd10d7188285121975cb893acc037
|
|
|
|
|
|
source_path: vps.md
|
|
|
|
|
|
workflow: 15
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
# VPS 托管
|
|
|
|
|
|
|
2026-02-03 13:23:00 -08:00
|
|
|
|
本中心链接到支持的 VPS/托管指南,并在高层次上解释云部署的工作原理。
|
2026-02-01 22:47:44 +01:00
|
|
|
|
|
|
|
|
|
|
## 选择提供商
|
|
|
|
|
|
|
2026-02-09 18:30:05 -08:00
|
|
|
|
- **Railway**(一键 + 浏览器设置):[Railway](/install/railway)
|
|
|
|
|
|
- **Northflank**(一键 + 浏览器设置):[Northflank](/install/northflank)
|
2026-02-03 13:23:00 -08:00
|
|
|
|
- **Oracle Cloud(永久免费)**:[Oracle](/platforms/oracle) — $0/月(永久免费,ARM;容量/注册可能不太稳定)
|
2026-02-05 17:45:01 -05:00
|
|
|
|
- **Fly.io**:[Fly.io](/install/fly)
|
|
|
|
|
|
- **Hetzner(Docker)**:[Hetzner](/install/hetzner)
|
|
|
|
|
|
- **GCP(Compute Engine)**:[GCP](/install/gcp)
|
|
|
|
|
|
- **exe.dev**(VM + HTTPS 代理):[exe.dev](/install/exe-dev)
|
2026-02-03 13:23:00 -08:00
|
|
|
|
- **AWS(EC2/Lightsail/免费套餐)**:也运行良好。视频指南:
|
2026-02-01 22:47:44 +01:00
|
|
|
|
https://x.com/techfrenAJ/status/2014934471095812547
|
|
|
|
|
|
|
2026-02-03 13:23:00 -08:00
|
|
|
|
## 云设置的工作原理
|
2026-02-01 22:47:44 +01:00
|
|
|
|
|
2026-02-03 13:23:00 -08:00
|
|
|
|
- **Gateway 网关运行在 VPS 上**并拥有状态 + 工作区。
|
2026-02-01 22:47:44 +01:00
|
|
|
|
- 你通过**控制 UI** 或 **Tailscale/SSH** 从笔记本电脑/手机连接。
|
2026-02-03 13:23:00 -08:00
|
|
|
|
- 将 VPS 视为数据源并**备份**状态 + 工作区。
|
|
|
|
|
|
- 安全默认:将 Gateway 网关保持在 loopback 上,通过 SSH 隧道或 Tailscale Serve 访问。
|
|
|
|
|
|
如果你绑定到 `lan`/`tailnet`,需要 `gateway.auth.token` 或 `gateway.auth.password`。
|
2026-02-01 22:47:44 +01:00
|
|
|
|
|
2026-02-03 13:23:00 -08:00
|
|
|
|
远程访问:[Gateway 网关远程访问](/gateway/remote)
|
2026-02-01 22:47:44 +01:00
|
|
|
|
平台中心:[平台](/platforms)
|
|
|
|
|
|
|
|
|
|
|
|
## 在 VPS 上使用节点
|
|
|
|
|
|
|
2026-02-03 13:23:00 -08:00
|
|
|
|
你可以将 Gateway 网关保持在云端,并在本地设备(Mac/iOS/Android/无头)上配对**节点**。节点提供本地屏幕/摄像头/canvas 和 `system.run` 功能,而 Gateway 网关保持在云端。
|
2026-02-01 22:47:44 +01:00
|
|
|
|
|
2026-02-03 13:23:00 -08:00
|
|
|
|
文档:[节点](/nodes),[节点 CLI](/cli/nodes)
|