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

Ports and networking

All TCP ports used by the Aetheris stack.

ServicePortProtocolExposed externally?
Next.js web3000HTTPYes (behind reverse proxy)
Python backend8000HTTPNo — loopback only
PostgreSQL5432TCPNo — loopback only
Redis6379TCPNo — loopback only
Pterodactyl Panel80 / 443HTTP/SYes (external)
Proxmox VE8006HTTPSYes (external)
VirtFusion443HTTPSYes (external)

Production tip: Only ports 80 and 443 should face the internet. Run the web app behind Nginx or Caddy and keep PostgreSQL, Redis and the backend on loopback.

See also: Installation, Architecture.