Comment on page
Updates and Maintenance
It's important to be cautious of scammers who may try to take advantage of you. Only seek help through official channels such as this Wiki, the Flux Helpdesk and Zelcore Helpdesk to avoid fraudulent activities. Unofficial help can be obtained at your own risk on our Discord Server.
To install the latest Ubuntu and Flux updates on your node run the following commands in your terminal
sudo apt-get update -y
sudo apt-get --with-new-pkgs upgrade -y && sudo apt autoremove -y && cd && cd zelflux && git checkout . && git checkout master && git reset --hard origin/master && git pull
sudo reboot
To update only your Operating System run the following commands in your terminal
sudo apt update
sudo apt upgrade -y
If your server requires a reboot this can be achieved by running the following command in your terminal
sudo reboot
If you have auto updates enabled in Watchdog your Flux Node will always be running the latest available version. To install this please refer to 4 - Install Watchdog
Updating Flux manually can be achieved through FluxOS in your browser. Visit http://nodeIP:port, login with your ZelID, then navigate to "Flux Admin" and press "Manage Flux". Press the "Update Flux" button.
Last modified 3mo ago