Using Minecraft Server Center in Windows
Follow the following steps to install Minecraft Server Center in
Windows.
- Use Option 1 (recommended for new users)
- Download Easy Installer to the
directory you want to use for your server.
- Open a terminal in your server's directory.
- Run ./Easy_Install
- Or use Option 2 (for advanced users)
- Download the latest stable or development built of MCSC and unzip it to the
directory you want to use for your server.
- Open a terminal in your server's directory.
- Run ./mcsc
- Give your computer a static IP.
- Open a terminal.
- Enter sudo gedit /etc/network/interfaces.
- 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.
- Close out of gedit.
- Type exit in the terminal.
- Forward Port 25565 in your router(help).
|