Setup a Whitelist for your Minecraft Server

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.

Java

🚧

Reload the Whitelist

When making changes to the whitelist, it's a good idea to reload it afterwards by using the following command.
In game: /whitelist reload
On console: whitelist reload

Turn on Whitelist

  1. Login to Command Center.
  2. From the server list, find the server you wish to modify, and click the Manage button on the right.
  3. From the server you selected, select the Console tab if you aren't already on the console page.
  4. Type: whitelist on into the console and then press enter.

Test the Whitelist

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 white list:

  1. Login to Command Center.
  2. From the server list, find the server you wish to modify, and click the Manage button on the right.
  3. Click the Files tab above the console.
  4. Open server.properties.
  5. Find the line containing whitelist=.
  6. Change false to true.
  7. Save the file.
  8. Restart your 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 white list.

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 white list.

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.

Bedrock

Bedrock Minecraft also has a Whitelist system called Allowlist.

Turn on Allow List

  1. Login to Command Center.
  2. Navigate to the Files Tab and locate the server.properties.
  3. In your server.properties and change allow-list=false to true.
  4. Save and restart the server for it to take affect.

Adding Players to your Allow list

  1. In your Command Center console type in allowlist add PlayerName
  2. Test to make sure it added the player by typing in allowlist list.

Removing players from your Allow List

  1. In your Command Center console type in allowlist remove PlayerName.
  2. Test to make sure it removed the player by typing in allowlist list.

Turn Off Allow List

  1. Login to Command Center.
  2. Navigate to the Files Tab and locate the server.properties.
  3. In your server.properties and change allow-list=true to false.
  4. Save and restart the server for it to take affect.