How to Whitelist Your FiveM Server
Enable whitelist on your FiveM server using txAdmin, ACE permissions, or Discord role-based access.
txAdmin has built-in whitelist modes.
Open txAdmin Settings
Access txAdmin through your panel. Go to Settings → Whitelist.
Choose a whitelist mode
| Mode | Description |
|---|---|
| Admin-only | Only admins can join (maintenance/lockdown) |
| Approved License | Admins manually approve players via the txAdmin dashboard or /whitelist command |
| Discord Member | Any member of a linked Discord server can join |
| Discord Roles | Only members with specific Discord roles can join |
Save and restart
Apply the settings. The whitelist takes effect immediately.
Use the native FiveM ACE system to whitelist specific players by their identifier.
In server.cfg (via Files in the XGamingServer Panel):
add_ace group.whitelisted command.whitelist allow
add_principal identifier.license:xxxx group.whitelisted
add_principal identifier.steam:110000112345 group.whitelistedThis requires a whitelist resource that checks for the ACE permission on connect. See ACE Permissions for the full guide.
Use a Discord-based whitelist resource like DiscordWhitelist to dynamically check players' Discord roles on connect.
Upload and configure
Upload to resources/ via Files. Edit the config file with your Discord bot token and the required role IDs.
Add to server.cfg
ensure DiscordWhitelistRestart the server. Players must have the required Discord role to connect.
Related Guides
How is this guide?
