Skip to content

Configuration

EspiDev edited this page May 9, 2018 · 1 revision
{
    "instance_name": "Server",
    "instance_port": 19005,
    "sslencryption": true,
    "cert_file_path": "./server.crt",
    "key_file_path": "./server.key",
    "require_authentication": true,
    "enable_root": true,
    "master_key_location": "./masterkey.key",
    "servers": [
        {
            "instance_name": "Server1",
            "home_directory": "./",
            "command_to_run": "bash",
            "max_lines": 200,
            "amount_of_lines_to_cut_on_max": 10,
            "stop_process_command": "stop",
            "unresponsive_kill_time_seconds": 20,
            "minecraft_mode": false
        }
    ],
    "proxied_servers": [
        {
            "process_name": "ProxiedServer1",
            "ip": "localhost",
            "port": 19005,
            "require_authentication": true,
            "username": "default",
            "password": "password",
            "enable_encryption": true,
            "check_encryption": false,
            "cert_file_location": "none"
        }
    ],
    "users": [
        {
            "name": "default",
            "password": "password"
        }
    ]
}
Clone this wiki locally