Master Configuration
Here we explain how to configure the master instance correctly.
Default master configuration
{
"communication": {
"hostname": "1.1.1.1",
"port": 1510
},
"hetzner": {
"api_token": "your_hetzner_api_token",
"location": "nbg1",
"server_type": "cpx",
"blocked_servers": [],
"ssh_keys": [],
"configure_mode": true,
"server_port": 22,
"upscaling_at_percent_capacity": 80
},
"firewall_rules": [],
"haproxy": {
"config_path": "/etc/haproxy/haproxy.cfg",
"entry_addition": "send-proxy"
},
"max_online_players": 100
}Now we will explain step by step what each setting is responsible for and how you can edit them correctly.
Communication
Hetzner
If you have further questions about the configuration, you can contact us via ticket support.
Last updated