How to Enable and Manage Your Whitelist
The whitelist restricts your Minecraft server so only approved players can join. You can enable it through the Minecraft panel and manage the player list with in-game or console commands.
Enable the whitelist
- Log into the Minecraft panel.
- Stop your server.
- Click Files on the left side, then click Config Files, then click Server Settings.
- Find the Whitelisting option and set it to Enabled using the dropdown.
- Click Save at the bottom of the page.
- Start the server. The whitelist is now active.
You can also enable whitelisting directly in server.properties by setting white-list=true. See edit server properties for details.
Add a player to the whitelist
Run the following command in the server console or in-game as an operator:
/whitelist add <playername>
Example: /whitelist add Carl
Remove a player from the whitelist
/whitelist remove <playername>
Example: /whitelist remove Carl
Other whitelist commands
| Command | Description |
|---|---|
/whitelist list | Shows all whitelisted players. |
/whitelist reload | Reloads the whitelist from disk after manual edits. |
/whitelist on | Enables the whitelist without a restart. |
/whitelist off | Disables the whitelist without a restart. |