Java Edition – Turn On Whitelist
You can enable it from the panel or with commands.
Method 1: Edit server.properties
Go to the Files tab in your panel.
Open the
server.propertiesfile.Find the line:
white-list=falseChange it to:
white-list=trueClick Save Content.
Restart your server.
Method 2: Use Console Commands
Open the Console tab.
Enable whitelist:
whitelist onAdd players:
whitelist add playernameShow current whitelist:
whitelist list
Only players added to the whitelist (plus ops) will be able to join.
Bedrock Edition – Turn On Allowlist (Whitelist)
On Bedrock, the whitelist feature is called an allowlist, but it works the same way.
Method 1: Edit server.properties
Go to the Files tab in your panel.
Open the
server.propertiesfile.Find the line:
allow-list=falseChange it to:
allow-list=trueClick Save Content.
Restart your server.
Method 2: Use Console Commands
Open the Console tab.
Enable allowlist:
allowlist onAdd players:
allowlist add playernameShow current allowlist:
allowlist list
Once the allowlist is enabled, only players on the allowlist will be able to join your Bedrock server.
