Setup an Allowlist on your Minecraft Bedrock Server
This article is for Minecraft: Bedrock EditionFor Minecraft: Java Edition servers, follow the instructions in this guide.
Since Minecraft doesn't have a password system, setting up a whitelist is a simple and effective way to limit your Minecraft server to players who you trust. Itāll prevent unauthorized users from connecting to your server and potentially damaging your world. For Bedrock servers, this is currently the only way to ban players from a server.
Reload the AllowlistWhen making changes to the whitelist, it's a good idea to reload it afterwards by using
/allowlist reload
Turn on Allowlist
- Login to Command Center.
- Navigate to the Files tab and locate the server.properties file.
- Click on server.properties to open the file and change
allow-listfromfalsetotrue. - Save and restart the server for it to take effect.
Adding Players to your Allowlist
- In your Command Center console, type in
allowlist add <player>. - Test to make sure it added the player by typing in allowlist list.
Removing players from your Allowlist
- In your Command Center console, type in
allowlist remove <player>. - Test to make sure it removed the player by typing in allowlist list.
Turn Off Allowlist
- Login to Command Center.
- Navigate to the Files tab and locate the server.properties file.
- Click on server.properties to open the file and change
allow-listfromtruetofalse. - Save and restart the server for it to take effect.
Updated about 2 hours ago
