Restrict access to Minecraft server

From 4netplayers Support Wiki
Revision as of 17:51, 21 May 2021 by Michael (talk | contribs)
Jump to: navigation, search
Rent a Minecraft server
Rent your own Minecraft server at 4Netplayers.com

Who is allowed on the server and who is not is determined by a whitelist in Minecraft.
You need the UUID of the players you want to grant access to.
You can get it HERE.
Or HERE, important here is that you take the FULL UUID!

If you have the UUID, you have to enter it on our site.
To do this, you must first open your server so that you can edit the settings.
Simply click on the name of your server in the server overview on our page.

Tip: Administrators do not need to be additionally added to the whitelist.
They can always enter the server due to their status.

Basic Mode

In Basic Mode you enter the name and UUID under Admin Settings in the field White-list.
Initially it will look similar to this:

[
  {
    "uuid": "33333333-3333-3333-3333-333333333333",
    "name": "User3"
  },
  {
    "uuid": "22222222-2222-2222-2222-222222222222",
    "name": "User2"
  },
  {
    "uuid": "11111111-1111-1111-1111-111111111111",
    "name": "User1"
  },
  {
    "uuid": "55555555-5555-5555-5555-555555555555",
    "name": "User5"
  },
  {
    "uuid": "44444444-4444-4444-4444-444444444444",
    "name": "User4"
  }
]

Enter your name and your UUID accordingly between the "", e.g. like this:

[
  {
    "uuid": "6cdae416-9ce2-4df9-8688-d1eb3c185ef4",
    "name": "MyIngameName"
  }
]


Advanced Mode

In Advanced Mode you enter the name and UUID into the whitelist.json.
As in Basic Mode, players are entered according to the following template:

[
  {
    "uuid": "6cdae416-9ce2-4df9-8688-d1eb3c185ef4",
    "name": "IngameName"
  },
  {
    "uuid": "6cdae416-9ce2-4df9-8688-d1eb3c185ef4",
    "name": "IngameName"
  }
]


Once you have made your entries, click on Save and restart your server.

Important: If you remove all players from the whitelist, please make sure that the [] are still present. Otherwise your server can no longer start!