Minecraft Multiplayer Server

Posted In Minecraft server list - By admin On Monday, May 14th, 2012 With 0 Comments

Setting up the Minecraft Multiplayer Server:

All the online gamers love MineCraft who play it on single player server or mincraft multiplayer server. Did you ever try to setup the mincraft multiplayer server ?? If no, then let have a look how to setup this by Amazon EC2.
The combination of minecraft with Amazon EC2 is much much better.

Minecraft Multiplayer Server

Minecraft Multiplayer Server with Amazon EC2 :

  •     Get Web Service account of Amazon in case you have not done this. In case you are currently an amazon online marketplace client then it should be simple. Simply visit aws.amazon.com
  •     Move to Amazon EC2 admin console.
  •     Simply click on the Launch Instance press button.
  •     Now, Follow all the guidelines to produce the Instance Fundamental 32 bit Amazon Linux AMI 2011.02.1 ‘beta’ version and generate a fresh key pair.
  •     Now, Be connected to the case utilizing putty or simply ssh. A person require to apply the .pem file you saved at your pc when you produced the pair of key within step four.
  •     From this command prompt…write mkdir minecraft after that cd minecraft, and then wget http://www.minecraft.net/download/minecraft_server.jar
  •     Generate minecraft.sh script along with the below given details…

#!/bin/sh
cd /home/ec2-user/minecraft
java -Xmx512m -Xms512m -jar minecraft_server.jar nogui

  •     chmod a+x minecraft.sh
  •     To get minecraft servers procedure instantly begin whenever this minecraft multiplayer server is actually began or even restarted, include this to /etc/rc.d/rc.local… sh /home/ec2-user/minecraft/minecraft.sh
  •     Make the minecraft multiplayer server peaceful (do not spawn minecraft mobs) as well as use ops (administrative) rights. Modify /home/ec2-user/minecraft/server.properties (in case this particular file is not existing, so simply begin the minecraft server through executing the script named minecraft.sh). Set the spawn-monsters=false. also, Set ops={YOUR_MINECRAFT_LOGIN}.

Finally, Reboot the actual instance and finally you have completed all the work. now you possess your own dedicated minecraft server which you can easily switch off as well as on making use of Amazon EC2 console ( Cost for EC2 is $0.085/hour).

By using Amazon EC2 you can setup your own minecraft multiplayer server without any extra technical knowledge.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*