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.

→ View Update Guide

Quick Update Steps

  1. Keep current container running - Don't stop it yet!
  2. Pull latest image: docker pull agent0ai/agent-zero:latest
  3. Run NEW container on different port: docker run -d -p 50081:80 --name agent-zero-new agent0ai/agent-zero
  4. Backup from OLD instance: Settings → Backup & Restore → Create Backup
  5. Restore to NEW instance: Settings → Backup & Restore → Restore
  6. 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.