Command Center
Mission control for the ArgoBox infrastructure
Because managing 13 systems shouldn't require 13 browser tabs
The Problem
When you run a multi-site homelab with Proxmox hypervisors, TrueNAS arrays, Unraid servers, Kubernetes clusters, and a distributed build swarm - keeping track of everything becomes a job in itself.
Uptime Kuma tells you if services are up. Grafana shows you metrics. Portainer manages containers. Proxmox has its own dashboard. So does Unraid. And TrueNAS. And your router. And your switches.
The Command Center unifies all of this into one view.
What It Does
Real-Time Metrics
Live CPU, RAM, and network stats from every system via Prometheus and direct API polling.
Service Health
Uptime Kuma integration shows service availability, response times, and incident history.
Build Pipeline
Monitor the distributed build swarm - drone status, queue depth, package progress in real-time.
Storage Overview
Combined view of all storage arrays - used/free space, pool health, and sync status.
Multi-Site Aware
Spans two physical networks (Milky Way + Andromeda) connected via Tailscale mesh VPN.
Media Dashboard
Plex activity, Tautulli stats, and media server health integrated into the same view.
Architecture
┌─────────────────────────────────────────────┐
│ COMMAND CENTER │
│ (This Astro Site) │
├─────────────────────────────────────────────┤
│ │
│ ┌─────────┐ ┌─────────┐ ┌─────────┐ │
│ │ Build │ │ Service │ │ Infra │ │
│ │ Status │ │ Health │ │ Stats │ │
│ └────┬────┘ └────┬────┘ └────┬────┘ │
│ │ │ │ │
└────────┼────────────┼────────────┼───────────┘
│ │ │
▼ ▼ ▼
┌─────────────┐ ┌──────────┐ ┌──────────────┐
│ Gateway API │ │ Uptime │ │ Proxmox │
│ :8090 │ │ Kuma │ │ API │
└─────────────┘ └──────────┘ └──────────────┘
│ │ │
▼ ▼ ▼
┌─────────────────────────────────────────────┐
│ INFRASTRUCTURE │
│ Proxmox ∙ TrueNAS ∙ Unraid ∙ K3s ∙ etc. │
└─────────────────────────────────────────────┘ Data Sources
- Build Swarm Gateway - Drone status, build queue, package progress
- Uptime Kuma - Service availability and response times
- Proxmox API - VM/LXC status, resource usage
- Direct Polling - Custom endpoints for specialized services
Polling Strategy
- 2 seconds - Active build progress
- 30 seconds - Service health checks
- 60 seconds - Infrastructure stats
Available Dashboards
Explore the Infrastructure
See what's running right now across the ArgoBox network.