Spring Sale Don't miss: Get a hefty 50% discount on your order

Language & Currency

Currency

Minecraft: Your game, your server

Minecraft Rent server
from 3.67
AUD /month
from 4.38
BGN /month
from 11.90
BRL /month
from 3.26
CAD /month
from 2.09
CHF /month
from 17.41
CNY /month
from 55.57
CZK /month
from 16.70
DKK /month
from 2.24
EUR /month
from 1.91
GBP /month
from 18.94
HKD /month
from 16.88
HRK /month
from 873.67
HUF /month
from 38,364.70
IDR /month
from 8.92
ILS /month
from 201.60
INR /month
from 332.64
ISK /month
from 358.69
JPY /month
from 3,238.14
KRW /month
from 41.57
MXN /month
from 11.48
MYR /month
from 25.32
NOK /month
from 3.96
NZD /month
from 136.76
PHP /month
from 9.78
PLN /month
from 11.15
RON /month
from 262.53
RUB /month
from 25.44
SEK /month
from 3.25
SGD /month
from 86.21
THB /month
from 73.59
TRY /month
from 2.42
USD /month
from 45.48
ZAR /month
from 2.92
date /month

Restricting Access to the Minecraft Server

In Minecraft, access to the server is determined by a whitelist.
You will need the UUID of the players you want to grant access to.
You can obtain it here: https://minecraftuuid.com/.
Or here: https://mcuuid.net/. Be sure to use the FULL UUID!

Once you have the UUID, you need to add it on our website.
To do this, you first need to open your server to be able to edit the settings.
Simply click on the name of your server in the server overview on our website.

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!