Install OS Updates

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.

Before deploying Flux on your server you should install the most recent updates and security patches for your operating system. To accomplish this, use your terminal to execute the following command:

sudo apt update && sudo apt dist-upgrade -y

The updates will now begin downloading and installing. This process may take some time, depending on your server hardware and download speed. When the updates are completed, you will be returned to your command line.

Last updated