Install
openclaw skills install vps-bootstrapBootstrap a fresh VPS from zero to a fully operational OpenClaw deployment, with backup/restore and post-recovery verification. Use when setting up OpenClaw on a new VPS, recovering from a failed server, migrating between machines, or automating disaster recovery. Covers system dependencies, Node.js, Chrome, OpenClaw install, security hardening, backup to Google Drive, restore from backup, and full verification suite.
openclaw skills install vps-bootstrapFull deployment and disaster recovery framework for OpenClaw on Ubuntu VPS.
Three scripts handle the complete lifecycle:
bootstrap.sh — Fresh VPS → fully operational OpenClaw (15-20 min)restore.sh — Restore workspace, config, secrets, and crons from backupverify.sh — Post-deployment verification (all-green = ready)# On fresh Ubuntu 24.04 VPS
bash scripts/bootstrap.sh
bash scripts/restore.sh ~/openclaw-backup-*.tar.gz
bash scripts/verify.sh
Sequential installation with error handling at each step:
Each step is idempotent — safe to re-run if interrupted.
Extracts a backup tarball and restores:
Runs 10+ checks and reports pass/fail:
For automated daily backups, see references/backup-guide.md.
Edit scripts/bootstrap.sh variables at the top:
OPENCLAW_PORT=18789 # Gateway port
ENABLE_FIREWALL=true # UFW setup
ENABLE_FAIL2BAN=true # SSH protection
INSTALL_CHROME=true # Browser tools support