Language & Currency

Currency

CryoFall: Your game, your server

CryoFall Rent server
from 10.32
AUD /month
from 11.72
BGN /month
from 37.55
BRL /month
from 9.40
CAD /month
from 5.77
CHF /month
from 47.21
CNY /month
from 149.83
CZK /month
from 44.69
DKK /month
from 5.99
EUR /month
from 5.04
GBP /month
from 50.70
HKD /month
from 45.14
HRK /month
from 2,392.89
HUF /month
from 106,691.48
IDR /month
from 23.97
ILS /month
from 567.05
INR /month
from 873.94
ISK /month
from 969.66
JPY /month
from 9,481.39
KRW /month
from 130.33
MXN /month
from 29.00
MYR /month
from 69.60
NOK /month
from 11.37
NZD /month
from 373.61
PHP /month
from 24.99
PLN /month
from 29.81
RON /month
from 702.03
RUB /month
from 66.21
SEK /month
from 8.71
SGD /month
from 219.58
THB /month
from 239.23
TRY /month
from 6.52
USD /month
from 118.50
ZAR /month
from 18.88
date /month

Restrict access to the Cryofall server

If you want to protect your server from unauthorised access, you have two options with CryoFall.
You can set your server to private. Then it will not be listed ingame in the server browser.
Then only players who know the IP address of the server can join it.
Or you can add players to a whitelist.
Of course, you can also combine both methods.
We will explain both possibilities to you.

Make server private


To make your server private, your configuration must be in Advanced Mode.
Then click on SettingsServer.xml in the configuration on the left.
Change the 1 to 0 here:

    <is_public_server>1</is_public_server>

Then click on Save.
Restart your server.
From now on, only players can connect to the server who have either the IP address or the Server public GUID.
You can find the Server public GUID in the SettingsServer.xml under

    <server_public_guid>YourPublicGUID</server_public_guid>

Whitelist

To be able to create a whitelist, you need to be an admin on your server.
How you can become an admin is described here: How to become an admin.
After connecting to your server, type the following in the console:
/mod.whiteList.add Player
Replace Player with the name of the player you want to add to the whitelist.
Repeat this for each player you want to add to the whitelist.
Then enter the following in the console:
/mod.whiteList.enable 1
The whitelist is now enabled.

Tip: to remove players from the whitelist, type the following in the console:
/mod.whitelist.remove Player
Replace player with the name of the player you want to remove.