Difference between revisions of "Multi Server (Wurm Unlimited)"
Jump to navigation
Jump to search
m (Keenan moved page Multi Server to Multi Server (Wurm Unlimited): Until a proper place is made, any WU pages should end with (Wurm Unlimited)) |
m |
||
Line 1: | Line 1: | ||
Multiple server Setup | Multiple server Setup | ||
− | This is a guide for setting up multiple servers for Wurm Unlimited on the same computer behind a personal router. | + | This is a guide for setting up multiple servers for [[Wurm_Unlimited|Wurm Unlimited]] on the same computer behind a personal router. |
Latest revision as of 18:13, 4 October 2016
Multiple server Setup
This is a guide for setting up multiple servers for Wurm Unlimited on the same computer behind a personal router.
Contents
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-address 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 Address = Your computers 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 Address = 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
- Find the folder of your Login server
- Open the directory of the map your playing (EX: Creative)
- Open Wurm.ini with notepad
- Find the line named "USE_INCOMING_RMI=false"
- 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 Address = Your computers 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 Address = 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
- Find the folder of Server 2
- Open the directory of the map your playing (EX: Creative)
- Open Wurm.ini with notepad
- Find the line named "USE_INCOMING_RMI=false"
- Change it to "USE_INCOMING_RMI=true"
If the "USE_INCOMING_RMI=false" line does not exist in file add it.