ItsMods

Full Version: Need help with multiple MW3 servers.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm trying to run 2 or more mw3 servers, but I can't get it to work. Any help is apriciated.

First thing I did, was usuing command line.

Server 1:
iw5mp_server.exe +set sv_config "server1.cfg" +set dedicated 2 +set net_authPort 8766 +set net_queryPort 27014 +set net_port 27015 +set sv_maprotation default +start_map_rotate

Server 2:
iw5mp_server.exe +set sv_config "server2.cfg" +set dedicated 2 +set net_authPort 8767 +set net_queryPort 27018 +set net_port 27019 +set sv_maprotation default +start_map_rotate

First server: (works fine)

[Image: 0913ec47828859bd6ba95512ff0067e9.png]

Second server: (doesnt use the ports inside the line( except the game port),so it doesnt work basically.)

[Image: 79085be27c8be1e389c633e720c80410.png]


Then i tried the .bat method for my second server: (alos doesnt work...)
[Image: 224f037a5b7eb73b8645df0f8a71ec5b.png]



So,


Does anyone know what I'm doing wrong? I tried almost everything today and i'm sick of it. Hopefully you guys can help me out.

Cheers
Defaults

net_authPort
8766

net_queryPort
27014

net_port
27015

net_masterServerPort
27016 or 27017

The auth port can be the same as users aren't directly connecting to it, you just need to ensure 8766 is open in the firewall.