EasypanelDocs

Maintenance

Update Easypanel or recover access by resetting the admin password.

Run these commands as root on the server where Easypanel is installed.

Updating Easypanel

Easypanel checks for updates automatically. When a new release is available, you can update it from the navigation bar.

To update manually, run the command for your installed release channel:

docker image pull easypanel/easypanel && docker service update easypanel --force

Canary releases contain the newest changes and may be less stable. Use the command that matches your installed release channel.

Resetting the Password

If you cannot access the dashboard, reset the admin password from the server:

docker run --rm -it \
  -v /etc/easypanel:/etc/easypanel \
  -v /var/run/docker.sock:/var/run/docker.sock:ro \
  easypanel/easypanel reset-password