Job create Minecraft Server on Linux Ubuntu not too new to Minecraft Server players, but these days there are many tools to support server creation, so how to create a server? Minecraft Server on Linux is not so popular anymore. Moreover, it is difficult to install Minecraft Server on Linux Ubuntu, let alone create, so this article is not for those who are new to Minecraft Server or Ubuntu, if possible, you should find and refer to how. install Minecraft on Ubuntu of Taimienphi.vn and gradually get familiar with Linux Ubuntu.
Create Minecraft Server on Linux
Instructions for creating Minecraft Server on Linux
Note: Again, creating Minecraft Server on Linux is not easy, you must have knowledge of the server system as well as how to use Linux unbuntu to be able to do it.
– Also you must be sure to install Minecraft on the machine before.
Step 1: On your Ubuntu first right click outside the desktop > select Open Terminal, which helps us create Minecraft Server on Linux.
Step 2: Next at the Terminal interface we enter the command to add the Oracle Java Runtime PPA: sudo add-apt-repository ppa:webupd8team/java.
And of course entering the password is mandatory, note that the password will not be displayed.
Step 3: Next we click on Enter to continue adding Oracle Java Runtime PPA.
This will only take you about 30 seconds to run, so continue typing the command once it’s done.
Step 4: After finishing running we need to proceed to upgrade any apt in Ubuntu with the command sudo apt upgrade -y.
Step 5: After successful Update, continue to enter the following 2 commands in turn to install Oracle Java, each time remember to press Enter.
– sudo apt install oracle-java9-installer
– sudo apt install oracle-java9-set-default
Step 6: Now we proceed to open Nano still on the Terminal interface with the command line: sudo nano /etc/apt/sources.list.
Step 7: And in this we just need to add the following 2 lines of commands below:
– deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
– deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main
Step 8: After adding it, remember to press Ctrl + O to save it and Ctrl + X to exit it and then proceed to add PPA’s software GPG key with the command:
– sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv-keys EEA14886
– sudo apt-get update.
Step 9: Then proceed to install Java for Ubuntu again through the command:
– sudo apt-get install oracle-java9-installer
– sudo apt-get install oracle-java9-set-default
End with the command line echo oracle-java9-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections.
Step 10: Now to create Minecraft Server on Linux we need to run one of the following commands (only run 1 of 3).
– sudo dnf jre-8u171-linux-x64.rpm.
– sudo yum jre-8u171-linux-x64.rpm.
– sudo zypper jre-8u171-linux-x64.rpm.
All creation of Minecraft Server on Linux is almost done, now open Minecraft Server to continue with the next steps.
Step 11: While Minecraft Server is running, enter the following commands:
– mkdir -/Minecraft/server/
– mv -/Downloads/server.jar -/Minecraft/server/
Step 12: Set the set of RAM as well as the necessary parameters for Minecraft Server.
– java -Xmx1024M -Xms1024M -jar -/Minecraft/server/server.jar nogui
Same as continue entering java -Xmx1024M -Xms1024M -jar -/Minecraft/server/server.jar.
Step 13: Finally enter the command ip addr show | grep 192.168.1 To find the Local IP address, open Port 25565 Only then will the server be able to run.
Step 14: After completing the above steps, we have officially created Minecraft Server on Linux Ubuntu. Your remaining job is to proceed to play Minecraft Server with the server you created.
https://thuthuat.taimienphi.vn/cach-tao-minecraft-server-tren-linux-50594n.aspx
Above is how to create Minecraft Server on Linux, indeed creating Minecraft Server on Linux is not simple at all, but if you complete it, you will definitely feel very satisfied with what you have done. But if it’s too difficult for you or you spend a lot of time, why don’t we try another solution that is to create your own server in Minecraft or Minecraft PE. Basically, these 2 versions have the same creation method and if you are interested, you can see more instructions on how to create a server in Minecraft PE here.
- See also: How to create a server in Minecraft PE
Related keywords:
create Minecraft Server on Linux
, I host Minecraft, use Linux to create Minecraft Server,
Source link: How to create Minecraft Server on Linux
– https://emergenceingames.com/