Update, Backup & Secrets in OpenClaw

From the OpenClaw cheat sheet ยท Gateway Management ยท verified Jul 2026

Update, Backup & Secrets

Update OpenClaw, manage backups, and store credentials.

bash
# Update to latest version
openclaw update

# Create a backup
openclaw backup

# Manage secrets (API keys, tokens)
openclaw secrets

# Open the web dashboard
openclaw dashboard
๐Ÿ’ก "openclaw update" pulls the latest version โ€” run it regularly for bug fixes
โšก Use "openclaw secrets" to store API keys separately from the config file
๐Ÿ“Œ "openclaw backup" saves everything you need to restore on a new machine
๐ŸŸข "openclaw dashboard" opens the web UI โ€” manage channels, skills, and settings visually
updatebackupsecretsdashboard

More OpenClaw tasks

Back to the full OpenClaw cheat sheet