Skip to main content
Run a persistent OpenClaw Gateway on Upstash Box, a managed Linux environment with keep-alive lifecycle support. Use an SSH tunnel for dashboard access. Do not expose the Gateway port directly to the public internet.

Prerequisites

  • Upstash account
  • Keep-alive Upstash Box
  • SSH client on your local machine

Create a Box

Create a keep-alive Box in the Upstash Console. Note the Box ID (for example right-flamingo-14486) and your Box API key. Upstash maintains its current OpenClaw Box walkthrough at OpenClaw Setup.

Connect with an SSH tunnel

Forward the OpenClaw dashboard port to your local machine. Use your Box API key as the SSH password when prompted:
The keepalive options reduce idle tunnel drops during onboarding.

Install OpenClaw

Inside the Box:

Run onboarding

Follow the prompts. Copy the dashboard URL and token when onboarding finishes.

Start the Gateway

Configure the Gateway for the Box network and start it in the background:
With the SSH tunnel active, open the dashboard URL locally:

Auto-restart

Set this command as the Box init script so the Gateway restarts when the Box starts:

Troubleshooting

If SSH freezes during onboarding, reconnect with a clean SSH config and keepalives:
This bypasses stale local ~/.ssh/config settings and keeps the tunnel active through idle network periods.