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.
clawdbot dashboardis your friend if you are trying to connect and can't find the tokento monkey patch and run gateway in the background without systemd,
nohup clawdbot gateway --bind lan --port 18789 > clawdbot.log 2>&1 &