exe.dev
目标:在 exe.dev 虚拟机上运行 OpenClaw Gateway 网关,可通过以下方式从笔记本电脑访问:https://<vm-name>.exe.xyz
本页面假设使用 exe.dev 默认的 exeuntu 镜像。如果您选择了其他发行版,请相应地调整软件包。
新手快速路径
- https://exe.new/openclaw
- 根据需要填写您的授权密钥/令牌
- 点击您虚拟机旁边的“Agent”并等待 Shelley 完成配置
- 打开
https://<vm-name>.exe.xyz/并粘贴您的网关令牌以进行身份验证 - 使用
openclaw devices approve <requestId>批准任何待处理的设备配对请求
你需要准备
- exe.dev 账户
ssh exe.dev访问 exe.dev 虚拟机(可选)
使用 Shelley 自动安装
Shelley 是 exe.dev 的代理,可以使用我们的提示即时安装 OpenClaw。使用的提示如下:手动安装
1) 创建虚拟机
从您的设备:~/.openclaw/ 和 ~/.openclaw/workspace/ 下。
2) 安装先决条件(在虚拟机上)
3) 安装 OpenClaw
运行 OpenClaw 安装脚本:4) 设置 nginx 以将 OpenClaw 代理到端口 8000
使用以下内容编辑/etc/nginx/sites-enabled/default
5) 访问 OpenClaw 并授予权限
访问https://<vm-name>.exe.xyz/(请参阅新手引导中的控制 UI 输出)。如果提示进行身份验证,请粘贴虚拟机上 gateway.auth.token 中的令牌(使用 openclaw config get gateway.auth.token 检索,或使用 openclaw doctor --generate-gateway-token 生成一个)。使用 openclaw devices list 和 openclaw devices approve <requestId> 批准设备。如有疑问,请在浏览器中使用 Shelley!
远程访问
远程访问由 exe.dev 的身份验证处理。默认情况下,来自端口 8000 的 HTTP 流量通过电子邮件身份验证转发到https://<vm-name>.exe.xyz。
更新
本页面源自 openclaw/openclaw,由 BeaversLab 翻译,遵循 MIT 协议 发布。