Language & Currency

Currency

CryoFall: Your game, your server

CryoFall Rent server
from 9.91
AUD /month
from 11.72
BGN /month
from 37.23
BRL /month
from 9.02
CAD /month
from 5.62
CHF /month
from 47.10
CNY /month
from 150.63
CZK /month
from 44.70
DKK /month
from 5.99
EUR /month
from 5.06
GBP /month
from 51.76
HKD /month
from 45.14
HRK /month
from 2,368.03
HUF /month
from 102,263.08
IDR /month
from 24.62
ILS /month
from 557.00
INR /month
from 912.28
ISK /month
from 935.46
JPY /month
from 8,830.52
KRW /month
from 129.17
MXN /month
from 28.55
MYR /month
from 70.98
NOK /month
from 10.77
NZD /month
from 371.63
PHP /month
from 25.70
PLN /month
from 29.79
RON /month
from 702.03
RUB /month
from 68.07
SEK /month
from 8.63
SGD /month
from 221.56
THB /month
from 225.31
TRY /month
from 6.64
USD /month
from 118.11
ZAR /month
from 54.82
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.