__________     __ __     __  _______    ________
  / ____/ __ \   / // /    / / / /  _/ |  / / ____/
 / / __/ / / /  / // /_   / /_/ // / | | / / __/
/ /_/ / /_/ /  /__  __/  / __  // /  | |/ / /___
\____/\____/     /_/    /_/ /_/___/  |___/_____/

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

How to Create a Minecraft Server on CentOS 7.4

BY: @seekaplayer | CREATED: Jan. 29, 2018, 3:52 p.m. | VOTES: 0 | PAYOUT: $0.00 | [ VOTE ]

I'm going to show you how to install a Minecraft Server on a VPS using CentOS 7.4 x64.

Get a $10 Credit for Digital Ocean! https://m.do.co/c/42dfdce0a5e1

Instructions

CentOS 7.4 x64
Minecraft Server 1.12.2
Download Server: https://s3.amazonaws.com/Minecraft.Download/versions/1.12.2/minecraft_server.1.12.2.jar
yum update -y
yum upgrade -y
yum install nano -y
yum install wget -y
yum install screen -y
yum install java-1.8.0-openjdk -y
mkdir minecraft
cd minecraft
https://minecraft.net/en-us/download/server
wget https://s3.amazonaws.com/Minecraft.Download/versions/1.12.2/minecraft_server.1.12.2.jar
screen -S mcserver
java -Xmx1024M -Xms1024M -jar minecraft_server.1.12.2.jar nogui
Hit Enter
nano eula.txt
Change eula=false to true
ctrl x then y enter
ctrl a + d
screen -ls
screen -R mcserver
To stop the Minecraft server hit ctrl c

Make sure you follow me on my Social Media Accounts.

Donate: https://goo.gl/3NTcRC
Discord: https://discord.gg/010uPYg0wGrHGKC4F
Twitter: https://twitter.com/seekaplayer
Facebook: https://www.facebook.com/seekaplayer
YouTube: https://www.youtube.com/c/seekaplayer
Twitch: https://twitch.tv/seekaplayer
Instagram: https://www.instagram.com/seekaplayer87

▶️ DTube ▶️ IPFS

TAGS: [ #seekaplayer ] [ #linux ] [ #minecraft ] [ #minecraft-server ] [ #dtube ]

Replies

@steemitboard | Jan. 29, 2019, 8:18 p.m. | Votes: 0 | [ VOTE ]

Congratulations @seekaplayer! You received a personal award!

https://steemitimages.com/70x70/http://steemitboard.com/@seekaplayer/birthday1.pngHappy Birthday! - You are on the Steem blockchain for 1 year!

Click here to view your Board

> Support SteemitBoard's project! Vote for its witness and get one more award!

@steemitboard | Jan. 29, 2020, 6:47 p.m. | Votes: 0 | [ VOTE ]

Congratulations @seekaplayer! You received a personal award!

https://steemitimages.com/70x70/http://steemitboard.com/@seekaplayer/birthday2.pngHappy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!
[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>