Restrict access to the server Minecraft Bedrock Edition

From 4netplayers Support Wiki
Jump to: navigation, search
Rent a Minecraft server
Rent your own Minecraft server at 4Netplayers.com

To do this, you must first open the settings of your server.
To do so, click on the name of your server in the server overview on our page.

Basic Mode

In Basic Mode, enter the ingame names of the players under Allowlist Settings.
Activate the allowlist with white list (activation). The button must be green.
Click on Save and restart the server.

Advanced Mode

In Advanced Mode you enter the ingamenames of the players in the allowlist.json.
By default it looks like this:

[
{"ignoresPlayerLimit":false,"name":""},
{"ignoresPlayerLimit":false,"name":""},
{"ignoresPlayerLimit":false,"name":""},
{"ignoresPlayerLimit":false,"name":""},
{"ignoresPlayerLimit":false,"name":""}
]

Enter the name in between the empty "", it should look like this:

[
{"ignoresPlayerLimit":false,"name":"Player1"},
{"ignoresPlayerLimit":false,"name":"Player2"}
]

Click Save.
Now click on server.properties.
Change this line from white-list=false to white-list=true.
Click Save and restart the server.