Host Anvil supports free headless client (HC) deployment for all Arma 3 servers. Headless clients help offload AI and script-heavy computations from the main server thread, drastically improving performance in large-scale or persistent missions.
A headless client is a lightweight Arma 3 instance that connects to your main server but doesn't render graphics or participate as a player. Instead, it:
Using one or more HCs significantly reduces desync and CPU bottlenecks, especially for high-pop or AI-intensive missions.
If you're unsure how many HCs your setup can handle, start with 1–2 and monitor usage in the panel.
In your mission .sqf or .sqm, configure the HC using:
And in your server config:
If you are using multiple HCs, list each by IP.
Start each HC with:
This connects the HC to your server locally.
You can verify HC connections via:
if (isHC) then {} blocks