Skip to content

Updating the Panel

Updating the panel gets you bug fixes, security patches, and new features. Unlike Wings, the panel's web interface and API will be briefly unavailable while it restarts, so plan around a short interruption rather than zero downtime.

Pick the method matching how you installed the panel:

1. Pull and restart

bash
docker compose pull
docker compose up -d

2. Clean up old images (optional)

If you're on the :heavy image or have limited disk space, old image layers can pile up quickly. Remove unused ones:

bash
docker image prune -a