How to Enable the Allowlist on a Minecraft Bedrock Server
An allowlist is a feature in Minecraft that allows server administrators to create a list of players who are allowed to join the server, while other players are denied. It lets you keep out unwanted players and only allow those you have approved.
Note
On Bedrock the former "whitelist" has been called the allowlist since version 1.18.10. The old /whitelist command still works as an alias, but the current name is allowlist (file: allowlist.json, server.properties entry: allow-list).
Requirements
- Access to the dashboard and the server console
- Name of the player you want to add to the allowlist
Enable the allowlist
Select server
Go to your Minecraft Bedrock Edition server in the dashboard.Open the file browser
Open the file browser.Open the file
Open the fileserver.properties.Find the entry
Look for the following entry:allow-list=falseallow-list=falseChange the value
Change the value totrue:allow-list=trueallow-list=trueSave the changes
Save the changes and restart the server.
Add a player to the allowlist
You can add players via the server console in the dashboard, or as a player with OP rights directly in the in-game chat.
Caution
In the server console, commands are entered without /; in the in-game chat with /.
Open the console or chat
Open the server console in the dashboard, or open the in-game chat as an operator on the server.Add the player
Enter the following command and replace<name>with the player's name:allowlist add <name>allowlist add <name>In the in-game chat with a leading slash:
/allowlist add <name>.Check the allowlist
From now on only players on the allowlist can join the server. Try connecting with an account that is not on the allowlist — the connection should be rejected.
Tip
Use allowlist remove <name> to remove a player again, and allowlist list to show all entries. The allowlist is stored in the file allowlist.json.