(adsbygoogle = window.adsbygoogle || []).push({});
This is a question I get asked alot so I am going to try and make it very easy to read and understand.
To host a server you will need the following things if you are wanting it online.
1. Access to your Router Control Panel
2. A fairly fast computer with 1GB RAM +
Firstly, you want to download Bukkit. Bukkit is a version of Minecraft that lets you install plugins and customize Minecraft and make it more fun and it's used for hosting your own server. Download
You must login or register to view this content..
Now very simply you want to put that .jar file in a folder on your desktop called Minecraft.
Once you've done that create a new text file in the Minecraft Folder and input the following:
java -jar craftbukkit-0.0.1-SNAPSHOT.jar
Save the file as "startserver.bat"
Now you will want to go into your control panel and forward the port 25565
If you are not sure how to portforward, go to
You must login or register to view this content. and look for your Router and it should give you a easy tutorial how.
Once you've done that very simply run startserver.bat and you should now have a Minecraft Console and a bunch of new files will have created in the Minecraft Folder. We're going to focus on the server.properties file.
With Minecraft 1.5 they've added a new feature where you can either enable flight or disable flight (Zombe Fly Mod) so in server.properties go to the bottom and look for enable-flight=false and change it to true.
Save it and in your console type reload.
Now open up Minecraft and type as the server IP:
{your_ip}:25565
And hope that it connects.
If it does, yay! If it doesn't, read this tutorial over again.