This time we're going to quickly cover how to download the Minecraft Server Manager install script. In this guide we are starting fresh, so we're going to make sure that our server is fully updated.
sudo apt update && sudo apt upgrade -y
The results should look something like this:
Once we're fully up to date and upgraded, we want to download the install script for MCSM:
wget -q http://git.io/Sxpr9g -O /tmp/msm && bash /tmp/msm
The setup script should start automatically once you press enter. We went with the default answers for each choice, but you are free to customize to fit your needs.
If you receive the error below,
Then go ahead and run the following commands and retry the installation script:
sudo apt install software-properties-common sudo add-apt-repository universe wget -q http://git.io/Sxpr9g -O /tmp/msm && bash /tmp/msm
If everything went as expected, then the result below will be roughly what you should see:
You can now use the MCSM help command to learn more about using this package. Otherwise you can visit the official documentation here -> http://msmhq.com/docs/commands/
msm help
Join our Private Discord Chat to chat with, as well as find community assistance from other Verified SkySilk Users: https://invite.gg/SkySilk