This is a quick guide on how to add alternative masterserver(s) to your gameserver.
Masterserver | Port(s) | Version(s) | Protocol(s) | Query | Maintainer |
---|---|---|---|---|---|
master.cod.pm | 20510 (COD1) 20610 (COD:UO) 20710 (COD2) 20810 (COD4) | 1.1 - 1.5 1.41, 1.51 1.0, 1.2, 1.3 1.0, 1.7, 1.8 | 1, 2, 4, 5, 6 21, 22 115, 117, 118 1, 6 ,7 | \xFF\xFF\xFF\xFFgetservers <protocol*> *protocol 0 return all servers | Cato |
Choose between the two options below to report directly to the above masterserver(s).
Add the following CVAR to your gameserver config:
set sv_masterX "<masterserver>"
Where X is a number greater than 1.
sv_master1 default to the Activsion masterlist.
For example:
set sv_master2 "master.cod.pm"
The Call of Duty 1 server support up to sv_master5, so choose wisely.
All rcon commands are temporary until the server is restarted.
The same applies from above. The rcon command is as follows:
/rcon set sv_masterX "<masterlist>"
The change takes effect on next map rotation or with a /rcon map_restart command.