How to Whitelist/Allowlist Players (Bedrock & Java)
How to Whitelist/Allowlist Players
Whitelisting restricts your server so only approved players can join.
Enable the whitelist (JAVA)
- Open
server.propertiesin the Files tab. - Set
white-list=true(orenforce-whitelist=truefor stricter enforcement). - Save and restart your server.
Add players to the whitelist (via console)
- Open the console in your panel.
- Type:
whitelist add <username> - Press Enter. That player can now join.
Other useful whitelist commands
whitelist remove <username>โ removes a playerwhitelist listโ shows all whitelisted playerswhitelist reloadโ reloads the whitelist from filewhitelist on/offโ enables/disables whitelist without going to server.properties
For Bedrock servers
Enable the Allowlist
- Open
server.propertiesin the Files tab. - Set
allow-list=true. - Save and restart your server.
Add players to the allowlist (via console)
- Open the console in your panel.
- Type:
allowlist add <username> - Press Enter. That player can now join.
Other useful allowlist commands
allowlist remove <username>โ removes a playerallowlist on/offโ enables/disables allowlist without going to server.propertiesallowlist reloadโ reloads the allowlist from file