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