EAC, or Easy Anti-Cheat, controls whether your 7 Days to Die server requires players to join with EAC enabled. Most public servers should leave this enabled unless a mod specifically requires it to be disabled.
Stop your server before changing this setting.
Changing the EAC setting
Open your 7 Days to Die server in the control panel, then click Configuration Files.
Open serverconfig.xml with Config Editor first, as this is the easiest way to change most settings. If EACEnabled is not shown in Config Editor, open the file with Text Editor instead and search for EACEnabled.
To enable EAC, set it to:
<property name="EACEnabled" value="true"/>
To disable EAC, set it to:
<property name="EACEnabled" value="false"/>
Save the file, then start your server again.
If players cannot join after changing this, make sure their game launch option matches the server. A server with EAC enabled needs players to launch the game with EAC enabled as well.
