Skip to main content

exe.dev

目標:在 exe.dev 的 VM 上執行 OpenClaw Gateway 閘道器,並可從你的筆電透過以下方式連線: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. Fill in your auth key/token as needed
  3. 在你的 VM 旁點擊「Agent」,然後等待……
  4. ???
  5. 獲利

What you need

  • exe.dev 帳戶
  • exe.dev 虛擬機器的 ssh exe.dev 存取(選用)

使用 Shelley 的自動化安裝

Shelley 是 exe.dev 的代理程式,可透過我們的提示即時安裝 OpenClaw。 所使用的提示如下: The prompt used is as below: 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). 前往 https://<vm-name>.exe.xyz/(請參閱入門流程中 Control UI 的輸出)。若系統提示需要驗證,請貼上 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). Approve devices with openclaw devices list and openclaw devices approve <requestId>. When in doubt, use Shelley from your browser!

Remote Access

Remote access is handled by exe.dev’s authentication. 遠端存取由 exe.dev 的驗證機制處理。透過 default, HTTP traffic from port 8000 is forwarded to https://<vm-name>.exe.xyz with email auth.

更新

指南:Updating