2302 UDPArma 2: Operation Arrowhead is the standalone expansion for Arma 2. When combined with Arma 2 (Combined Operations), it serves as the foundation for the popular DayZ Mod. This guide covers dedicated server setup for both standard OA gameplay and DayZ Mod hosting.
| Port | Protocol | Purpose | Status |
|---|---|---|---|
2302 |
UDP | Game Port - Primary connection port | REQUIRED |
2303 |
UDP | Steam Query Port - Server browser | REQUIRED |
2304 |
UDP | Steam Port - Steam connectivity | REQUIRED |
2305 |
UDP | VON (Voice Over Network) | Optional |
sudo ufw allow 2302:2305/udp comment 'Arma 2 OA Server'
sudo firewall-cmd --permanent --add-port=2302-2305/udp
sudo firewall-cmd --reload
New-NetFirewallRule -DisplayName "Arma 2 OA Server" -Direction Inbound -Protocol UDP -LocalPort 2302-2305 -Action Allow
arma2oaserver.exe -port=2302 -config=server.cfg -cfg=basic.cfg -profiles=SC -mod=@mod1;@mod2
./arma2oaserver -port=2302 -config=server.cfg -cfg=basic.cfg -profiles=SC -mod=@mod1;@mod2
| Parameter | Description | Example |
|---|---|---|
-port= |
Game port | -port=2302 |
-config= |
Path to server.cfg | -config=server.cfg |
-cfg= |
Path to basic.cfg | -cfg=basic.cfg |
-profiles= |
Profile folder | -profiles=SC |
-mod= |
Mods to load | -mod=@DayZ;@DayZ_Epoch |
-world= |
Default world | -world=Takistan |
@DayZ folder# Standard DayZ Mod
-mod=Expansion\beta;Expansion\beta\Expansion;ca;@DayZ -world=Chernarus
# DayZ Epoch
-mod=Expansion\beta;Expansion\beta\Expansion;ca;@DayZ_Epoch -world=Chernarus
# DayZ Overpoch (Overwatch + Epoch)
-mod=Expansion\beta;Expansion\beta\Expansion;ca;@DayZ_Overwatch;@DayZ_Epoch
Expansion\beta exists for DayZ@DayZ_Epoch\HiveExt.ini configurationMaxMsgSend = 256;
MaxSizeGuaranteed = 512;
MaxSizeNonguaranteed = 256;
MinBandwidth = 131072;
MaxBandwidth = 10000000000;
MinErrorToSend = 0.001;
MaxCustomFileSize = 160000;
Popular server modifications and admin tools compatible with ARMA 2 Operation Arrowhead:
Documentation Version: 1.0 | Last Updated: November 10, 2025
Sources: Bohemia Interactive Wiki, LinuxGSM, DayZ Epoch Community
For DayZ Standalone, see our DayZ Standalone Guide.