Z5T1's Minecraft Server Center

HomeDownloadLicenseSystem Reqs

 

Using Minecraft Server Center in Windows
 

Follow the following steps to install Minecraft Server Center in Windows.

  1. Use Option 1 (recommended for new users)
    1. Download Easy Installer to the directory you want to use for your server.
    2. Open a terminal in your server's directory.
    3. Run ./Easy_Install
  2. Or use Option 2 (for advanced users)
    1. Download the latest stable or development built of MCSC and unzip it to the directory you want to use for your server.
    2. Open a terminal in your server's directory.
    3. Run ./mcsc
  3. Give your computer a static IP.
    1. Open a terminal.
    2. Enter sudo gedit /etc/network/interfaces.
    3. Change the settings for your current interface to:

      iface eth0 inet static
           address 192.168.1.250
           network 192.168.1.0
           netmask 255.255.255.0
           broadcast 192.168.1.255
           gateway 192.168.1.1

      • Note: If your router doesn't have the default configuration, adjust these values accordingly.
    4. Close out of gedit.
    5. Type exit in the terminal.
  4. Forward Port 25565 in your router(help).