# HomeAI Port Map All ports used across the HomeAI stack. Updated 2026-03-20. **Host: LINDBLUM (10.0.0.101)** — Mac Mini M4 Pro ## Voice Pipeline | Port | Service | Protocol | Managed By | Binds | |------|---------|----------|------------|-------| | 10300 | Wyoming STT (Whisper MLX) | TCP (Wyoming) | launchd `com.homeai.wyoming-stt` | 0.0.0.0 | | 10301 | Wyoming TTS (Kokoro) | TCP (Wyoming) | launchd `com.homeai.wyoming-tts` | 0.0.0.0 | | 10302 | Wyoming TTS (ElevenLabs) | TCP (Wyoming) | launchd `com.homeai.wyoming-elevenlabs` | 0.0.0.0 | | 10700 | Wyoming Satellite | TCP (Wyoming) | launchd `com.homeai.wyoming-satellite` | 0.0.0.0 | ## Agent / Orchestration | Port | Service | Protocol | Managed By | Binds | |------|---------|----------|------------|-------| | 8080 | OpenClaw Gateway | HTTP | launchd `com.homeai.openclaw` | localhost | | 8081 | OpenClaw HTTP Bridge | HTTP | launchd `com.homeai.openclaw-bridge` | 0.0.0.0 | | 8002 | VTube Studio Bridge | HTTP | launchd `com.homeai.vtube-bridge` | localhost | ## LLM | Port | Service | Protocol | Managed By | Binds | |------|---------|----------|------------|-------| | 11434 | Ollama | HTTP | launchd `com.homeai.ollama` | 0.0.0.0 | | 3030 | Open WebUI | HTTP | Docker `homeai-open-webui` | 0.0.0.0 | ## Dashboards / UIs | Port | Service | Protocol | Managed By | Binds | |------|---------|----------|------------|-------| | 5173 | HomeAI Dashboard | HTTP | launchd `com.homeai.dashboard` | localhost | | 5174 | Desktop Assistant | HTTP | launchd `com.homeai.desktop-assistant` | localhost | ## Image Generation | Port | Service | Protocol | Managed By | Binds | |------|---------|----------|------------|-------| | 5782 | GAZE API | HTTP | — | 10.0.0.101 | | 8188 | ComfyUI | HTTP | — | localhost | ## Visual | Port | Service | Protocol | Managed By | Binds | |------|---------|----------|------------|-------| | 8001 | VTube Studio (WebSocket) | WS | External app | localhost | ## Infrastructure (Docker) | Port | Service | Protocol | Managed By | Binds | |------|---------|----------|------------|-------| | 3001 | Uptime Kuma | HTTP | Docker `homeai-uptime-kuma` | 0.0.0.0 | | 5678 | n8n | HTTP | Docker `homeai-n8n` | 0.0.0.0 | | 8090 | code-server | HTTP | Docker `homeai-code-server` | 0.0.0.0 | --- **Host: SELBINA (10.0.0.199)** — Raspberry Pi 5 | Port | Service | Protocol | Managed By | |------|---------|----------|------------| | 3000 | Gitea | HTTP | Docker | | 8095 | Music Assistant | HTTP | Docker (host networking) | | 8123 | Home Assistant | HTTPS | Docker | | 9443 | Portainer | HTTPS | Docker | --- ## Port Ranges Summary ``` 3000–3030 Web UIs (Gitea, Uptime Kuma, Open WebUI) 5173–5174 Vite dev servers (dashboards) 5678 n8n 5782 GAZE API 8001–8002 VTube Studio (app + bridge) 8080–8081 OpenClaw (gateway + bridge) 8090 code-server 8095 Music Assistant 8123 Home Assistant 8188 ComfyUI 9443 Portainer 11434 Ollama 10300–10302 Wyoming voice (STT + TTS) 10700 Wyoming satellite ```