Orrery
One binary that polls every Xray node in your fleet, stores the traffic history and serves the API and dashboard over it.
An orrery is a mechanical model of the solar system. This one watches hubs (perigee) and exits (aphelion).
It polls each node’s Xray StatsService, stores traffic per tag and per user, and serves it back as a JSON API, a dashboard and an optional Prometheus endpoint.
The dashboard ships inside the binary, or deploys to Cloudflare Workers against the same API.
Guides
Section titled “Guides”Getting startedOne node from nothing to a chart, plus the command line.
Xray stats configurationThe blocks each node needs before anything is collected.
Deployment and operationsRunning it as a service, exposing the dashboard, scoping access.
TroubleshootingCommon failures and which layer to fix.
Reference
Section titled “Reference”ConfigurationEvery orrery.yaml setting.
HTTP APIEndpoints, parameters and response shapes.
EcosystemThe topology contract, and what Orrery leaves to other tools.
ArchitectureHow polling, storage and the dashboard fit together.