ports

Default port is 2302
BUT
You set the port your server must run on in the "@START_SERVER.bat" file. In the pack the variable is set to "--port=3306" in the .bat file
 
3306 is the database mysql port but they should have been opened up when you installed mysql.
 
Apologies
3306 is the MySQL port

2302 is the default port when none is specified in your startup .bat file

Here is an example of the line that starts my server:

start .\Expansion\beta\arma2oaserver.exe -mod=Expansion\beta;Expansion\beta\expansion;ca;@hive;@dayz -port=2306 -cpucount=4 -exthreads=7 -maxmem=2047 -name=cfgdayz -config=cfgdayz\server.cfg -cfg=cfgdayz\basic.cfg -profiles=cfgdayz

In my case the server listens on port 2306. As far as I know only UDP is needed
 
Back
Top