Setup a Whitelist for your Minecraft Server
This article is for Minecraft: Java EditionFor Minecraft: Bedrock 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.
Reload the WhitelistWhen making changes to the whitelist, it's a good idea to reload it afterwards by using
/whitelist reload
Turn on Whitelist
- Login to Command Center.
- From the server list, find the server you wish to modify, and click the Manage button on the right.
- From the server you selected, select the Console tab if you aren't already on the console page.
- Type:
whitelist oninto the console and then press Enter. - On your computer, start Minecraft and try to connect to your server. You should see, āYouāre not whitelisted on the server!ā If youāre still able to join your server, you may need to manually turn on the whitelist:
- Click the Files tab above the console.
- Open
server.properties. - Find the line containing
whitelist=and changefalsetotrue - Save the file and restart the server.
Adding Players to the Whitelist
In your console, type: whitelist add playername and press enter. Replace playername with the actual name of the player you wish to add to the whitelist.
whitelist add MinecraftPlayer123
Removing Players from the Whitelist
In your console, type: whitelist remove playername and press enter. Replace playername with the actual name of the player you wish to remove from the whitelist.
whitelist remove MinecraftPlayer123
View Players in the Whitelist
In your console, type: whitelist list and press Enter.
Turn Off Whitelist
In your console type: whitelist off and press Enter.
Updated 10 days ago

