Linux serverNETWORK ADMINISTRATIONS

Setting up MINECRAFT Server on Centos 7

In this Video, Step by Step Demonstration is being done on Installation & Configuring Minecraft Server on Centos 7

Steps are as follows:

Setting Up MineCraft Server on Centos 7

Prerequities
RAM : 1GB or more
Disk Space : 5GB or more
Install the latest Java compatible with the OS architecture.
Disable Selinux

Step 1: Install Java
#yum install java-1.6.0-openjdk

Step 2: Create MINECRAFT Folder
Create a minecraft folder for the installation and
other game files. It is always advised to run
this executable inside a dedicated folder,
as it creates several configuration files.
This will make it more easier to organize
and locate all the files.

#mkdir minecraft
# cd minecraft

Step 3: Download the Minecraft server jar file
#wget https://minecraft.net/download/minecraft_server.jar
#chmod +x minecraft_server.jar

Step 4: Install Screen
#yum install screen

Step 5: Run the Application
#java -Xmx512M -Xms512M -jar minecraft_server.jar nogui

You can replace 512 with 1024

Press CTRL+A+D to exit

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *