Public, minimal bootstrap for a vanilla OpenClaw instance.
This repo intentionally does not ship ArchonHQ persona/workflow templates. Mission Control provisioning uses a separate private starter repo.
curl -fsSL https://raw.githubusercontent.com/MikeS071/openclaw-starter/main/vps-install.sh | sudo bashWhat it does:
- creates an
openclawuser (passwordless sudo) - installs Node.js 22 + OpenClaw CLI
- runs
openclaw setup --non-interactive - installs a systemd user service to keep
openclaw gatewayrunning
bash install.sh