User:Urban

From Wurmpedia
Revision as of 20:46, 3 December 2015 by Urban (talk | contribs)
Jump to navigation Jump to search

Multiple server Setup

This is a guide for setting up multiple servers for Wurm Unlimited on the same computer


Things you will need

  • Your Routers IP: (you can use this website to find that: http://myip.dk/).
  • Your Computers IP: press win+r type "cmd" this should open a black box, in here you enter ipconfig and press enter, look for IPv4-adress and write it down.

Ports

The following ports will need to be opened:

  • 8766 TCP/UDP
  • 27016-27017 UDP
  • 3724-3725 TCP


Login Server

Setup of the login server(Server 1)

Local Server

Under Local Server you should have:

  • Server Settings
    • Server External IP Adresss = Your comptuers ip
    • Server External Port = 3724
  • Advance Server Settings
    • Server ID = 1
    • Server Internal IP Address = 127.0.0.1
    • Server Internal Port = 48010
    • RMI Registration port 7221
    • RMI Port = 7220
    • Steam Query Port = 27016
    • Login Server = Checked

Server Neighbors

Under Server Neighbors you should have:

  • Server ID = 2
  • Server External IP Address = Your Routers IP
  • Server External IP Port 3725
  • Server Internal IP Adress = 127.0.0.1
  • Server Internal Port = 48011
  • RMI Registration Port 7223
  • RMI Port = 7222
  • Intra server password = The Intra server password found in "server 2"->local server->Advance Server Settings->Intra server password (This is from the 2nd server)
  • Login Server = Unchecked

Configuration file

  1. Find the folder of your Login server
  2. Open the directory of the map your playing (EX: Creative)
  3. Open Wurm.ini with notepad
  4. Find the line named "USE_INCOMING_RMI=false"
  5. Change it to "USE_INCOMING_RMI=true"

If the "USE_INCOMING_RMI=false" line does not exist in file add it.

Server 2

Setup of the Server 2

Local Server

Under Local Server you should have:

  • Server Settings
    • Server External IP Adresss = Your comptuers ip
    • Server External Port = 3725
  • Advance Server Settings
    • Server ID = 2
    • Server Internal IP Address = 127.0.0.1
    • Server Internal Port = 48011
    • RMI Registration port 7223
    • RMI Port = 7222
    • Steam Query Port = 27017
    • Login Server = Unchecked

Server Neighbors

Under Server Neighbors you should have:

  • Server ID = 1
  • Server External IP Address = Your Routers IP
  • Server External IP Port 3724
  • Server Internal IP Adress = 127.0.0.1
  • Server Internal Port = 48010
  • RMI Registration Port 7221
  • RMI Port = 7220
  • Intra server password = The Intra server password found in "login server"->local server->Advance Server Settings->Intra server password (This is from the Login server)
  • Login Server = Checked

Configuration file

  1. Find the folder of Server 2
  2. Open the directory of the map your playing (EX: Creative)
  3. Open Wurm.ini with notepad
  4. Find the line named "USE_INCOMING_RMI=false"
  5. Change it to "USE_INCOMING_RMI=true"

If the "USE_INCOMING_RMI=false" line does not exist in file add it.