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

ModeDescription
Admin-onlyOnly admins can join (maintenance/lockdown)
Approved LicenseAdmins manually approve players via the txAdmin dashboard or /whitelist command
Discord MemberAny member of a linked Discord server can join
Discord RolesOnly 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.whitelisted

This 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 DiscordWhitelist

Restart the server. Players must have the required Discord role to connect.

How is this guide?

40% Off — Limited TimeGet your Fivem server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page