Judul : Tutorial Install Minecraft Server on CentOS VPS
Tema : Tutorial Install Minecraft Server on CentOS VPS
Tutorial Install Minecraft Server on CentOS VPS
Virtual servers are the ideal hosts for minecraft servers. Setting up a Minecraft server is simple, but there are a few requirements you must double-check:+ Xen-based VPS. Due to differences in how Java works with OpenVZ and Xen, a Xen server is recommended for best performance.
+ At least 1gb of RAM. Less will work for a small server, but 1gb or more is recommended.
+ CentOS operating system installed.
On to the Minecraft server setup:
1. Start by installing Java-JDK:
# yum install java-1.6.0-openjdk2. Check if Java was installed:
# which javaThe following will be displayed if it was properly installed:
# /usr/bin/java3. Switch to the root directory, if you're not there already:
# cd4. Create a directory for Minecraft:
# mkdir Minecraft5. Enter the directory:
# cd Minecraft6. Download Minecraft:
# wget http://minecraft.net/download/minecraft_server.jar7. CHMOD the Minecraft .jar like so:
# chmod +x minecraft_server.jar8. Minecraft is now installed. You'll now need to install "screen" to keep the Minecraft server running after the SSH session is closed.
# yum install screen9. Use the screen and run Minecraft. Enter screen:
# screen10. Start up Minecraft (you can edit the 1024M value to match your server's RAM):
# java -Xmx1024M -Xms1024M -jar minecraft_server.jar noguiTo get back to the normal screen, press these keys: Control+A+D
To get back to the screen where Minecraft is running:
# screen -rYou should now be off and running with a fully functional Minecraft server!
For a guide to configuring your new Minecraft VPS, see: https://vps6.net/my/knowledgebase/44/How-to-Configure-Minecraft-Server.html
We offer CentOS+Minecraft templates pre-configured with Minecraft and McMyAdmin: https://vps6.net/template-minecraft.php
Demikianlah Artikel Sederhana saya iniTutorial Install Minecraft Server on CentOS VPS
saya harap artikel saya Tutorial Install Minecraft Server on CentOS VPS, ini hanya sekedar saling berbagi, sehingga kita dapat saling mengambil manfaatnya, bagi para pembaca dan para blogger yang lain tetap semangat ya, Ayo Jayalah Blogger Indonesia.
0 Response to "Tutorial Install Minecraft Server on CentOS VPS"
Posting Komentar