Two different servers in one computer

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

iluvyaman

FNG / Fresh Meat
Mar 11, 2007
120
20
0
I run a Darkest Hour mod server with my computer.
I want to know if I can run a RO server along with it.
Can I run them both at the same time?
 

Monkwarrior

FNG / Fresh Meat
Nov 21, 2005
1,144
2
0
I'm almost certain that is possible.
You might need 2 serverinstalls and of course use different ports.

Monk.
 

Zetsumei

FNG / Fresh Meat
Nov 22, 2005
12,458
1,433
0
33
Falmouth UK
you can run multiple servers and or installs, although it seems that if you run multiple servers on the same ip. They must be based on the same installment (at least for me or vac wont work, issue aint there when you have multiple ips though).
You do need to run them as dedicated server (logically).
 

iluvyaman

FNG / Fresh Meat
Mar 11, 2007
120
20
0
Wait, it's not working fine.
While running these two servers(1 ro & 1 dh) at the same time, RO server freezes during the map change.
With DH server turned off, it works just fine.
There is no such problem with DH server so far.
Any idea?
 

Zetsumei

FNG / Fresh Meat
Nov 22, 2005
12,458
1,433
0
33
Falmouth UK
make sure if they use the same ip that no double ports are used. So in the redorchestra ini file change the ports.
 

iluvyaman

FNG / Fresh Meat
Mar 11, 2007
120
20
0
make sure if they use the same ip that no double ports are used. So in the redorchestra ini file change the ports.
That I surely did.
I changed the game port(which is 7757 as default) as well as the webadmin port(8075).
 

Zetsumei

FNG / Fresh Meat
Nov 22, 2005
12,458
1,433
0
33
Falmouth UK
make sure all new ports you get are unlocked by firewall.

I am going to sticky this so everyone knows:

7757 UDP/IP (Game Port)
7758 UDP/IP (Query Port)
7767 UDP/IP (GameSpy Query Port)
28902 TCP/IP and UDP (Allows your Server to Connect to the Master Server Browser)
8075 TCP/IP (Port set via ListenPort that your WebAdmin will run on)
20610 UDP/IP (Steam Port)

Updated April 11, 2008:

With the recent switch to the Steam backend, if you are running more than 1 server per IP, you will need to make sure that you have some additional ports open beyond the default RO ports. If you change the default Game Port from 7757, this change will be reflected in the Master Server Port (28902) and the Steam Port (20610) as well. For instance, if you change your game port to 7767 (10 more than the default), then your Master Server Port will be 28912 (10 more than default) and your Steam port will be 20620 (10 more than default).
 

iluvyaman

FNG / Fresh Meat
Mar 11, 2007
120
20
0
make sure all new ports you get are unlocked by firewall.

I am going to sticky this so everyone knows:

7757 UDP/IP (Game Port)
7758 UDP/IP (Query Port)
7767 UDP/IP (GameSpy Query Port)
28902 TCP/IP and UDP (Allows your Server to Connect to the Master Server Browser)
8075 TCP/IP (Port set via ListenPort that your WebAdmin will run on)
20610 UDP/IP (Steam Port)

Updated April 11, 2008:

With the recent switch to the Steam backend, if you are running more than 1 server per IP, you will need to make sure that you have some additional ports open beyond the default RO ports. If you change the default Game Port from 7757, this change will be reflected in the Master Server Port (28902) and the Steam Port (20610) as well. For instance, if you change your game port to 7767 (10 more than the default), then your Master Server Port will be 28912 (10 more than default) and your Steam port will be 20620 (10 more than default).

That's a very helpful information, there.
I'll try that and report how it goes.