Restrict Server Access Minecraft Bedrock Edition
To do this, you first need to open your server so that you can edit the settings. To do this, simply click on the name of your server in the server overview on our page.
Important: You need the XUID of the players you want to add to the whitelist.
You can get the XUID here for example: https://cxkes.me/xbox/xuid .
You can also find the XUID in the log files of the server.
Basic Mode
In the Basic Mode, you enter the XUID of the players under Allowlist Settings. Then activate the allowlist with white list (Activation). The switch must be highlighted in green. Click on Save and restart the server.
Advanced Mode
In the Advanced Mode, you enter the XUID of the players in the allowlist.json file. By default, it looks like this:
[
{"ignoresPlayerLimit":false,"name":"allowlist1","xuid":""},
{"ignoresPlayerLimit":false,"name":"allowlist2","xuid":""},
{"ignoresPlayerLimit":false,"name":"allowlist3","xuid":""},
{"ignoresPlayerLimit":false,"name":"allowlist4","xuid":""},
{"ignoresPlayerLimit":false,"name":"allowlist5","xuid":""}
]
Enter the name between the empty ""
, it will look like this:
[
{"ignoresPlayerLimit":false,"name":"allowlist1","xuid":"2533274892844824"},
{"ignoresPlayerLimit":false,"name":"allowlist2","xuid":"2533275007870144"}
]
Then click Save.
Click on server.properties.
Change the following line allow-list=false
to allow-list=true
.
Click on Save and restart the server.