Minecraft Guidance

How to Whitelist/Allowlist Players (Bedrock & Java)

JustKris ๐ŸŒ•JustKris ๐ŸŒ•
Updated September 16, 2026ยท115 views

How to Whitelist/Allowlist Players

Whitelisting restricts your server so only approved players can join.

Enable the whitelist (JAVA)

  1. Open server.properties in the Files tab.
  2. Set white-list=true (or enforce-whitelist=true for stricter enforcement).
  3. Save and restart your server.

Add players to the whitelist (via console)

  1. Open the console in your panel.
  2. Type: whitelist add <username>
  3. Press Enter. That player can now join.

Other useful whitelist commands

  • whitelist remove <username> โ€” removes a player
  • whitelist list โ€” shows all whitelisted players
  • whitelist reload โ€” reloads the whitelist from file
  • whitelist on/off โ€” enables/disables whitelist without going to server.properties

For Bedrock servers

Enable the Allowlist

  1. Open server.properties in the Files tab.
  2. Set allow-list=true.
  3. Save and restart your server.

Add players to the allowlist (via console)

  1. Open the console in your panel.
  2. Type: allowlist add <username>
  3. Press Enter. That player can now join.

Other useful allowlist commands

  • allowlist remove <username> โ€” removes a player
  • allowlist on/off โ€” enables/disables allowlist without going to server.properties
  • allowlist reload โ€” reloads the allowlist from file

Was this article helpful?