Ubuntu 24.04 LTS, nearest region
2 GB RAM / 1 AMD CPU / 50 GB NVMe
ssh root@YOUR_IPadduser clawuser && usermod -aG sudo clawuser && su - clawusernpm install -g openclaw@latestThen run exec bash
openclaw onboard --install-daemonopenclaw gateway --port 18789 --verbosessh -L 18789:127.0.0.1:18789 clawuser@YOUR_IPRun openclaw dashboard if you are trying to connect and can't find the token.
Run openclaw doctor to diagnose issues and surface risky/misconfigured settings.
@Mis4nthr0pic My OpenAI/ChatGPT Plus subscription costs $20 USD / month and gets me unlimited usage since I signed in via OAuth (not API key)
To get the OAuth authentication flow to work you need to set up SSH port forwarding so the OAuth callback can reach your remote droplet:
ssh -L 1455:localhost:1455 user@your-droplet-ip