Linux serverlinux web serverNETWORK ADMINISTRATIONS

How To Setup Minecraft on a Linux (Debian or Ubuntu) Server or VPS

How to setup and configure a minecraft server on linux via debian or ubuntu. Works with both VPS and dedicated servers. — SPONSORED BY https://bluevm.com —-

Valuable Links:
Putty: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Bukkit Download: http://dl.bukkit.org/
Bukkit Setup: http://wiki.bukkit.org/Setting_up_a_server
BlueVM: https://bluevm.com

Commands in order:
apt-get update
apt-get install openjdk-6-jre
apt-get install screen
mkdir minecraft
cd minecraft
wget http://dl.bukkit.org/latest-rb/craftbukkit.jar
screen
java -Xmx1024M -Xms1024M -jar craftbukkit.jar
CTRL+A+D

Questions or comments?

source

by BlueVMTutorials

linux web server

Leave a Reply

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