Language & Currency

Currency

Minecraft: Your game, your server

Minecraft Rent server
from 4.38
AUD /month
from 5.26
BGN /month
from 16.72
BRL /month
from 4.02
CAD /month
from 2.53
CHF /month
from 21.14
CNY /month
from 67.33
CZK /month
from 20.06
DKK /month
from 2.69
EUR /month
from 2.26
GBP /month
from 23.26
HKD /month
from 20.27
HRK /month
from 1,055.91
HUF /month
from 46,214.20
IDR /month
from 10.83
ILS /month
from 250.03
INR /month
from 411.30
ISK /month
from 433.60
JPY /month
from 3,977.43
KRW /month
from 58.53
MXN /month
from 12.89
MYR /month
from 31.37
NOK /month
from 4.76
NZD /month
from 167.61
PHP /month
from 11.50
PLN /month
from 13.39
RON /month
from 315.27
RUB /month
from 30.49
SEK /month
from 3.88
SGD /month
from 100.99
THB /month
from 101.59
TRY /month
from 2.98
USD /month
from 52.55
ZAR /month
from 24.24
date /month

Restricting Access to the Minecraft Server

Minecraft uses a whitelist to determine who is allowed on the server and who is not.
To do this, you need the UUID of the players you want to whitelist.
We describe here how you can get the UUIDs: How do I get my UUID

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

Basic Mode


In Basic Mode, you enter the Names and UUIDs under Admin Settings in the textarea White-list.
By default, it looks like 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"
      }
    ]

To add your Name and UUID, simply insert them between the "", for example:

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

Advanced Mode

In Advanced Mode, you add the Names and UUIDs to the whitelist.json file.
Like in Basic Mode, players are added using the following format:

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

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

Important: If you remove all players from the whitelist, please make sure to keep the [].
Otherwise, your server will not be able to start!