Open Source|All improvements go through Pull Requests with automated CI checks before review by@Leo-Galli|Join Discord|Contributing guide
Glossary

Glossary

A quick reference for the terms used across the Aetheris platform and this documentation.

TermDefinition
AccountAn identity that signs in to the portal; may own servers and invoices.
Admin panelThe operator-facing area of the control panel: nodes, plans, billing, whitelabel.
AllocationA slice of a node's resources (IP, port range, CPU, RAM, disk) assignable to servers.
API keyA long-lived machine credential for calling the REST API.
Audit logAppend-only record of every privileged action: who, what, when, from which IP.
Billing engineThe subsystem that turns plans into invoices, proration and dunning.
Client portalThe end-user area: servers, console, backups, invoices, payments.
Control panelThe whole management layer (web + API + workers) that runs the platform.
DriverA typed integration with an external system (Pterodactyl, Proxmox VE, VirtFusion).
DunningThe automated process of retrying failed payments and escalating reminders.
EggA Pterodactyl container specification that defines how a server image runs.
Idempotency keyA stable identifier that makes retries safe: the same key never applies twice.
InvoiceA billable document with lines, taxes and a due date.
NestA Pterodactyl collection of eggs sharing a base image.
NodeA hypervisor or panel host that runs the servers you provision.
PlanA product definition: resources, price, billing period, limits.
ProrationCharging only for the fraction of the billing period actually used.
ProvisioningThe lifecycle of creating, suspending, unsuspending and terminating servers.
QueueA Redis-backed BullMQ queue of background jobs (provisioning, billing, webhooks).
Tenant / OrganizationThe top-level scope that owns users, nodes, plans and invoices.
ThemeA named set of design tokens (colors, typography, surfaces) for the UI.
WebhookAn outbound HTTP notification of an event, signed with HMAC-SHA256.
WhitelabelThe runtime-reconfigurable branding of the platform (name, logo, colors, domain).
WorkerA process that consumes BullMQ queues and executes background jobs.