PNode Statistics

Live usage data from servers running PNode.

Servers (last 30 min)
Players Online
Total Servers Seen

Servers Over Time (last 48 hours)

Players Online Over Time (last 48 hours)

Plugin Versions

Minecraft Versions

Server Software

For Plugin Authors

PNode automatically submits anonymous usage statistics to this dashboard. You can opt out by setting metrics.enabled: false in config.yml.

API Endpoint

Send a POST request to /api/submit every 30 minutes:

{
  "serverUuid":     "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "pluginVersion":  "1.0.0",
  "mcVersion":      "1.21.4",
  "serverSoftware": "Paper",
  "countryCode":    "US",
  "onlinePlayers":  12,
  "onlineMode":     true
}

Public API

  • GET /api/stats — current active servers and player count
  • GET /api/charts/history?hours=48 — hourly history (max 720h)
  • GET /api/charts/versions — plugin/MC version breakdown
  • GET /api/nodes — full node catalogue as JSON