Thread Closed 
Install a Minecraft Server on a VPS 3 or 4
11-09-2011, 09:35 AM (This post was last modified: 11-20-2011 06:03 AM by ninetailfox97.)
Post: #1
Install a Minecraft Server on a VPS 3 or 4
this tutorial is for centos, so please do not post about it not working in ubuntu or debian.

First install java:

1. yum remove java
this will remove the java that does not work on low ram.

2. install the ibm jre
idk if these links will expire or not:
Ibm Jre x86
Ibm Jre 64-bit
if these don't work, you will need to login:
http://www.ibm.com/developerworks/java/j...nload.html
download java se 6 for your architecture

3. install using yum localinstall --nogpgcheck filename
filename is the name of the ibm jre rpm package.

4. ln -s /opt/ibm/java-i386-60/jre/bin/java /usr/bin/java
or ln -s /opt/ibm/java-x86_64-60/jre/bin/java /usr/bin/java

i just found out you can also use a .bashrc alias:
cd ~
open .bashrc with your favorite text editor
add: alias java='/opt/ibm/java-i386-60/jre/bin/java'
or
add: alias java='/opt/ibm/java-x86_64-60/jre/bin/java'

5. its installed and ready to go!
java -version

now for minecraft, all you need to do now is java -jar minecraft_server.jar!

EDIT: the download links above have expired, please do not ask for a new link, just make an account. or if someone is willing to upload it to some filesharing site, I will post those links up.
User Tools


11-09-2011, 11:20 AM
Post: #2
RE: Install a Minecraft Server on a VPS 3 or 4
http://wiki.bukkit.org/CraftBukkit_CentOS_Server_Setup here you go.

Btw, minecraft is for griefing, or some see it like it. Am sorry to see all that I built go griefed.

Spam? What do you mean by spam? I need free host!
My personal Phrase

My main VPS IP:
199.30.57.182
I'm looking for a sponsored KVM VPS, but I'm not in a hurry. Just want to hear what you might offer to me.
Get your Free, Nice hosting
[Image: sig.php?id=6]
User Tools
11-09-2011, 12:40 PM (This post was last modified: 11-09-2011 01:41 PM by Retiredscv.)
Post: #3
RE: Install a Minecraft Server on a VPS 3 or 4
(11-09-2011 09:35 AM)ninetailfox97 Wrote:  3. install using yum locainstall --nogpgcheck filename
filename is the name of the ibm jre rpm package.

For people who are having issues with the third step, it is :
yum localinstall --nogpgcheck filename

by the way, i manage to start the server, but the problem is that i cant connect to it... ...

[Image: sig.php?id=3863]
User Tools
11-09-2011, 03:09 PM (This post was last modified: 11-09-2011 04:04 PM by ninetailfox97.)
Post: #4
RE: Install a Minecraft Server on a VPS 3 or 4
oops, you're right, i forgot the 'l'. but i'm not sure why you can't connect.
(11-09-2011 11:20 AM)luis123456 Wrote:  http://wiki.bukkit.org/CraftBukkit_CentOS_Server_Setup here you go.

Btw, minecraft is for griefing, or some see it like it. Am sorry to see all that I built go griefed.

you should have used permissions
User Tools
11-11-2011, 04:42 PM
Post: #5
RE: Install a Minecraft Server on a VPS 3 or 4
(11-09-2011 11:20 AM)luis123456 Wrote:  Btw, minecraft is for griefing, or some see it like it. Am sorry to see all that I built go griefed.


What do you guys mean griefing? I really have no idea what you are talking about.

[Image: sig.php?id=3863]
User Tools
11-11-2011, 05:39 PM
Post: #6
RE: Install a Minecraft Server on a VPS 3 or 4
Griefing is when someone causes grief. In Minecraft, griefing would be when someone logs onto your server to destroy all that they can, which causes grief.
User Tools
11-12-2011, 08:55 PM
Post: #7
RE: Install a Minecraft Server on a VPS 3 or 4
(11-11-2011 05:39 PM)DeathProxy Wrote:  Griefing is when someone causes grief. In Minecraft, griefing would be when someone logs onto your server to destroy all that they can, which causes grief.

So, how do we solve this issue? Any idea? Is there any other way than to manually back up the world data everyday?

[Image: sig.php?id=3863]
User Tools
11-12-2011, 10:37 PM
Post: #8
RE: Install a Minecraft Server on a VPS 3 or 4
This work on a other VPS?
User Tools
11-13-2011, 03:54 AM
Post: #9
RE: Install a Minecraft Server on a VPS 3 or 4
(11-12-2011 08:55 PM)Retiredscv Wrote:  
(11-11-2011 05:39 PM)DeathProxy Wrote:  Griefing is when someone causes grief. In Minecraft, griefing would be when someone logs onto your server to destroy all that they can, which causes grief.

So, how do we solve this issue? Any idea? Is there any other way than to manually back up the world data everyday?

Plugins like WorldGuard can be used to protect areas.

KVM1 (VPS15/19/25 node) Munin report
User Tools
11-13-2011, 04:20 AM
Post: #10
RE: Install a Minecraft Server on a VPS 3 or 4
(11-12-2011 10:37 PM)videotube Wrote:  This work on a other VPS?

this would work on any vps with atleast the ram specs of a vps 3 or 4.
User Tools
Thread Closed 


Forum Jump:



User(s) browsing this thread: