Skip to content

Registering a Node

Registration introduces a machine to the panel: identity, credentials, and the network addresses it may hand out to servers.

  1. Open Admin → Nodes and select Add Node.
  2. Enter a clear name (datacenter + purpose, for example eu-frankfurt-01), the node’s address as the panel reaches it, and resource overviews.
  3. Save — the panel generates the node’s ID and API key.
  4. Install the agent with those credentials (installing). The agent’s first check-in flips the node to healthy.

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.
  • 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.

Updating a node · Node issues