Maintenance
Updating Agent Zero
Keep your Agent Zero installation up to date with the latest features and improvements.
For comprehensive update instructions including safe update procedures and backup strategies, see the Updating Agent Zero section in the Get Started guide.
Quick Update Steps
- Keep current container running - Don't stop it yet!
- Pull latest image:
docker pull agent0ai/agent-zero:latest - Run NEW container on different port:
docker run -d -p 50081:80 --name agent-zero-new agent0ai/agent-zero - Backup from OLD instance: Settings → Backup & Restore → Create Backup
- Restore to NEW instance: Settings → Backup & Restore → Restore
- Verify and cleanup: Only delete old container after confirming data is restored
💡 Why This Process? Running both containers ensures you can always access your current data. If something goes wrong with the new version, your original Agent Zero is still running with all your data intact.