For those who didn't know, Minecraft is the most popular game of all time, where most of the audience are children.
It is a video game in which players explore endless worlds and build structures, from simple houses to tall skyscrapers.
To run the following commands, it is assumed that you have at least a basic knowledge of Linux, that you know how to use the shell, and most importantly, that you are hosting the server on a VPS or dedicated server.
To install a Minecraft server, you buy bulk sms service must run as root (administrator), otherwise you may need to add "sudo" to the commands to gain administrator privileges.
I will show you a step by step installation of Minecraft Server on a server running Ubuntu 18.04 installed on a VPS (Virtual Private Server).
Step 1. Check the files
First, make sure that all your system packages are updated by running the following apt commands in the terminal.
sudo apt update
sudo apt upgrade
sudo apt install git build-essential
Step 2. Install the Java Runtime environment.
To install a Minecraft server, Java must be installed on your system. Run the following command to install the untitled OpenJRE 11 package.