Allowlisting (or Whitelisting in older versions) players on a Minecraft Bedrock server helps ensure that only trusted and approved players can join, helping prevent griefing, hacking, and other unwanted behavior. By limiting access to the server, it can better manage server resources and avoid overloading the server with too many players. Allowlisting can also foster a more positive, tight-knit community by encouraging players to build connections and work together.
Note: The Xbox Live Gamertag is needed to add a player to the allowlist.
As of the Minecraft Bedrock 1.19 update, whitelist has changed to allowlist.
How to Add an Allowlist a Minecraft Bedrock Server
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Select the Config Files tab and choose Server Properties.
4. On the allow-list field, change the value to true.
5. Start the server.
How to Add Players to the Allowlist on a Minecraft Bedrock Server (Commands)
1. Log in to the BisectHosting Starbase panel or follow the steps in-game.
2. Go to the Console tab or open the chat in-game.
3. Run the following command to add players to the allowlist: /allowlist add [XboxLiveGamerTag]
Note: Commands ran in the server console does not require the
/before the command.
4. Enter the following command to remove players from the allowlist: /allowlist remove [XboxLiveGamerTag]
How to Add Players to the Allowlist on a Bedrock Server (allowlist.json)
1. Log in to the BisectHosting Starbase panel.
2. Stop the server.
3. Go to the Files tab.
4. Open the allowlist.json file.
5. Within the square brackets[], input the following text separated by a comma: {"ignoresPlayerLimit":false,"name":"[XboxLiveGamerTag]"}
6. Press the Save button.