Starting from version 0.9.5 the panel has an update button at the top of your panel and only visible to admins.
Clicking on the button will update the panel to the latest version.
Important Notes:
- The update button will only appear if a new version is available.
- The update should also restart the panel process, if it doesn't, you will need to restart the process manually.
if you are running the panel in a service like Easypanel, the panel will update automatically on every Deploy.
if you are running the panel through Pterodactyl using our Egg, the panel will update automatically on every restart.
if you are running the panel through node.js / pm2, you will need to update the panel manually by running the following commands:
$ pnpm run update && pnpm pull