Electron Documentation

Whitelist Players

Learn how to whitelist players in Electron Anticheat.

Automatic Whitelisting via txAdmin Permissions

Electron Anticheat automatically whitelists users with txAdmin permissions, which is sufficient for most servers. You can manage this behavior through the "Whitelist Tx" option in the settings panel.

Whitelisting through the ElectronAC Web Panel

By adding a user as an admin in the ElectronAC web panel and including their Discord ID, they will be automatically whitelisted.

Using ACE Permissions for Whitelisting

For more granular control, you can use ACE permissions:

  • Whitelisting a Group:

To whitelist an entire group, add the following line to your server configuration:

add_ace group.[group_name] Bypass allow

Replace [group_name] with the appropriate group identifier, such as mod or admin.

  • Whitelisting an Individual Player:

To whitelist a specific player, use their Discord identifier:

add_ace identifier.discord:[discord_id] Bypass allow

Replace [discord_id] with the player's Discord ID.

On this page