This post is assuming that you already have multiple instances downloaded from Steam.
This is pretty simple and straightforward. Using the Arma 3 server config as reference add the following to your server's config (named
Make sure each server on the machine increments these ports in order. Example of possible port sets (increments of 100):
Verify that you have also allowed these ports in your firewall as well.
Known Issues:
This is pretty simple and straightforward. Using the Arma 3 server config as reference add the following to your server's config (named
serverDZ.cfg
as default):
Code:
steamQueryPort = 2303; // Steam Query Port
steamPort = 2304; // Steam Services Port
Make sure each server on the machine increments these ports in order. Example of possible port sets (increments of 100):
- Server #1
- Game Port: 2302
- Steam Query Port: 2303
- Steam Services Port: 2304
- Server #2
- Game Port: 2402
- Steam Query Port: 2403
- Steam Services Port: 2404
- Server #3
- Game Port: 2502
- Steam Query Port: 2503
- Steam Services Port: 2504

Verify that you have also allowed these ports in your firewall as well.
- Open up the command-prompt and type
wf.msc
- Right click
Inbound Rules
and hitNew Rule...
- Select
Program
from the list Browse
for your server's executable, usually namedDayZServer_x64.exe
- Select
Allow the connection
- Make sure all three profiles are selected,
Domain
,Private
, andPublic
- Give your rule a name and click
Finish
Known Issues:
- If you follow the guide from Arma 3's wiki, the server will set your server ports to something other than what you set them too.