Registering a Node
Registration introduces a machine to the panel: identity, credentials, and the network addresses it may hand out to servers.
Register
Section titled “Register”- Open Admin → Nodes and select Add Node.
- Enter a clear name (datacenter + purpose, for example
eu-frankfurt-01), the node’s address as the panel reaches it, and resource overviews. - Save — the panel generates the node’s ID and API key.
- Install the agent with those credentials (installing). The agent’s first check-in flips the node to healthy.
Add allocations
Section titled “Add allocations”Servers need IP + port pairs. Under the node’s Allocations (see also the admin allocations view), add the public IPs and port ranges players will use. Rules:
- Only add IPs actually configured on the node.
- Reserve panel/agent/management ports — never hand them to game servers.
- Document which ranges serve which games if you split traffic.
Credential hygiene
Section titled “Credential hygiene”- Node API keys are long-lived secrets. If one leaks, rotate it immediately and re-run the agent setup on that node.
- One key per node — never copy a key between machines.
