How to enable and disable the whitelist on your Minecraft server
Learn how to easily enable and disable the whitelist on your Minecraft server (Java or Bedrock). Simple steps to secure access only to authorized players.
The whitelist allows you to restrict access to your server to only the players you have chosen. It is an ideal feature for keeping a server private between friends or members of your community.
1️⃣ Enable the whitelist in server.properties
- Go to your management panel and log in.
- Go to the File Manager tab.
- Open the
server.propertiesfile. - Find the line:
white-list=false
- Change it to:
white-list=true
- Save and restart your server.
2️⃣ Add players to the whitelist
For Minecraft Java Edition:
- Use the command in-game or in the console:
/whitelist add player_nickname
For Minecraft Bedrock Edition:
- Use the command:
/whitelist add "player_nickname"
(Note: Bedrock usernames must be enclosed in quotation marks if they contain spaces)
3️⃣ Check the list of whitelisted players
/whitelist list
🔄 Disable the whitelist
If you want to reopen your server to everyone:
/whitelist off
❓ Need help?
If you encounter any issues, please open a ticket via our support: 👉 https://lordhosting.fr/en/support
Don't have a server yet? Discover our Minecraft hosting plans starting at €3.99/month with 1-click setup and 24h free trial.

