← All deployment guides
Fly.io
Deploy OpenClaw to Fly.io
Global edge deployment with minimal config. Great for low-latency agents.
01
Install Fly CLI
Install the Fly CLI and sign up or log in to your Fly.io account.
# Install flyctl
curl -L https://fly.io/install.sh | sh
fly auth login
02
Launch Your App
From your OpenClaw project directory, run fly launch to create a fly.toml and deploy.
# Launch and deploy
cd openclaw
fly launch
fly deploy