Created urgent task for comprehensive infrastructure audit across all 6
servers. Prevents future port conflicts and documents interconnectivity.
Task Details:
- Complete server inventory (Command Center, Ghost, Billing, Panel, TX1, NC1)
- Port allocation registry (used, reserved, free)
- Service audit (systemd, Docker, native apps)
- Connectivity map (internal + external)
- Dependency graph (databases, APIs, webhooks, auth flows)
- Visual network diagram
Methodology:
- SSH via Cockpit to each server
- netstat -tlnp | grep LISTEN for port audit
- systemctl list-units --type=service for service inventory
- Map all data flows and authentication dependencies
Time Estimate: 2-3 hours
Priority: Execute IMMEDIATELY at next session start before any other work
Rationale: The Arbiter deployment hit port conflicts (3000→3001→3500).
Need comprehensive infrastructure map before soft launch to prevent
future issues and document all dependencies.
Output: docs/infrastructure/network-audit-2026.md
Signed-off-by: The Verifier <claude@firefrostgaming.com>