Page is under contruction...

====== How to install MCServer ======

===== Windows =====

==== Step 1 ====

Download the latest version of MCServer from [[http://www.mc-server.googlecode.com]].

Alternatively, download the latest development snapshot from the nightbuilds server at [[http://mc-server.xoft.cz]]

==== Step 2 ====

Extract the contents of the .zip file somewhere on your PC.

==== Step 3 ====

[[:configure|Configure]] MCServer to your liking. 

==== Step 4 ====

Run MCServer and then? That's it!

===== Linux =====

Open a terminal emulator or login to a terminal and navigate to the directory you wish to install MCServer to, or a temporary directory for extraction.

Now we need to download the compiled server. Use the command for the architecture you have.

  * x86: <code>wget http://ci.berboe.co.uk/job/MCServer%20Linux-x86/lastSuccessfulBuild/artifact/trunk/MCServer.tar</code>
  * x64: <code>wget http://ci.berboe.co.uk/job/MCServer%20Linux-x86-64/lastSuccessfulBuild/artifact/trunk/MCServer.tar</code>
  * ARM (RasPi): <code> wget http://ci.berboe.co.uk/job/MCServer%20Linux-ARM/lastSuccessfulBuild/artifact/trunk/MCServer.tar</code>

The file has been compressed, so we need to extract it out again:

<code>tar -xf MCServer.tar</code>

Now you can safely delete the MCServer.tar file as it is no longer needed.

<code>rm MCServer.tar</code>

After that, you need to go into the folder called MCServer, then into the next folder called MCServer and do:

<code>./MCServer</code>

Your server is now running. If you are using SSH, or want to be able to close your terminal emulator, then you can run:

<code>screen ./MCServer</code>

Now you can do <code>Ctrl-A</code> then <code>D</code> to get out, and <code>screen -r</code> to get back in.

====== More helpful topics ======
{{indexmenu>:install}}