Skip to content
Kozejin edited this page Apr 24, 2024 · 3 revisions

Welcome to the Ascension Bot wiki!

Server RCON Configuration

  1. Rename the config.json.example to config.json

  2. Contents of the config.json.

{
    "RCON_SERVERS": {
        "server1": {
            "RCON_HOST": "127.0.0.1",
            "RCON_PORT": 27020,
            "RCON_PASS": "rcon_password"
        },
        "server2": {
            "RCON_HOST": "127.0.0.1",
            "RCON_PORT": 27015,
            "RCON_PASS": "rcon_password"
        }
    }
}
Clone this wiki locally