Every server boots with /simpl/its_simpl.json already on disk, before your process starts. The path is the same whether you deployed a ZIP build or a Docker image.

Schema

Fields

Network ports

Each entry in network_ports describes one port your server exposes. host follows the pattern {region}.servers.simpl.gg. Clients connect to host:external_port; your process binds internal_port. UDP listeners must bind to SIMPL_UDP_BIND_ADDRESS, not 0.0.0.0 or a hardcoded interface. TCP listeners must bind to SIMPL_TCP_BIND_ADDRESS.