Skip to main content

exe.dev

目标:OpenClaw Gateway 网关运行在 exe.dev VM 上,可从你的笔记本电脑通过以下地址访问:https://<vm-name>.exe.xyz This page assumes exe.dev’s default exeuntu image. If you picked a different distro, map packages accordingly.

新手快速路径

  1. https://exe.new/openclaw
  2. 根据需要填写你的认证密钥/令牌
  3. 点击 VM 旁边的”Agent”,然后等待…
  4. ???
  5. Profit

你需要什么

  • exe.dev 账户
  • ssh exe.dev 访问 exe.dev 虚拟机(可选)

使用 Shelley 自动安装

Shelley,exe.dev 的智能体,可以使用我们的提示立即安装 OpenClaw。使用的提示如下: The prompt used is as below:

手动安装

1. 创建 VM

从你的设备:
然后连接:
Tip: keep this VM stateful. OpenClaw stores state under ~/.openclaw/ and ~/.openclaw/workspace/.

2. 安装先决条件(在 VM 上)

3. 安装 OpenClaw

运行 OpenClaw 安装脚本:

4. 设置 nginx 将 OpenClaw 代理到端口 8000

编辑 /etc/nginx/sites-enabled/default

5. 访问 OpenClaw 并授予权限

Access https://<vm-name>.exe.xyz/ (see the Control UI output from onboarding). If it prompts for auth, paste the token from gateway.auth.token on the VM (retrieve with openclaw config get gateway.auth.token, or generate one with openclaw doctor --generate-gateway-token). 访问 https://<vm-name>.exe.xyz/?token=YOUR-TOKEN-FROM-TERMINAL(参阅新手引导中的控制 UI 输出)。使用 openclaw devices listopenclaw devices approve <requestId> 批准设备。如有疑问,从浏览器使用 Shelley! When in doubt, use Shelley from your browser!

远程访问

Remote access is handled by exe.dev’s authentication. 远程访问由 exe.dev 的认证处理。默认情况下,来自端口 8000 的 HTTP 流量通过电子邮件认证转发到 https://<vm-name>.exe.xyz

更新

指南:更新