Skip to content

Server-Infrastruktur

Siehe [[server-brain]] für das vollständige Server-Setup.

Kurzreferenz

Ports

Port Service Read-Only
8080 Trades Dashboard (Liquidationen) ✅ Ja
8085 CERBERUS Terminal (Control Panels) ❌ Nein
8086 Hermes Dashboard (nginx→9119, Basic Auth) ✅ Ja
8087 Hermes Workspace (nginx→3000) ✅ Ja
8088 Hermes WebUI ✅ Ja
8089 Jarvis UI (nginx SSL→443) ❌ Nein
8090 Vault UI (nginx→9090, kein Auth) ✅ Ja
9090 Vault Backend (FastAPI, systemd) ✅ Ja
8001 Cornucopias Pool Server (Docker) ✅ Ja

Wichtige Regeln

  1. 8085 = ALL Control Panels — niemals Controls auf 8086/8080
  2. 8086/8080 = READ-ONLY — nur Anzeige
  3. Jarvis nutzt eigene LLM API — unabhängig von Hermes
  4. AI Advisor delivery=local — Ergebnisse NUR im Log

Cron Jobs (aktiv)

Name Intervall Typ
AI Trading Advisor 15min agent
Rescue Monitor 5min agent
Cornucopias Watcher 5min agent
Signal Watchdog 4h no_agent
Backtest Optimizer 6h agent (delivery error)

Docker

  • Cornucopias Pool Server — Port 8001 (public.ecr.aws/cornucopias/nodes/pool-server:latest)

Ollama

  • Modell: gemma4:26b (Q4_K_M, 17GB)
  • Port: 11434

Nginx

  • Port 80: Webhook → 8085/webhook/ + Kanban Video
  • Port 443: SSL → Jarvis UI
  • Port 8086: Basic Auth → Hermes Dashboard (9119)
  • Port 8087: Proxy → Hermes Workspace (3000)
  • Port 8090: Proxy → Vault UI (127.0.0.1:9090, kein Auth)

Systemd Services

Service Unit Status
CERBERUS Terminal apikeymanager.service ✅ aktiv
CERBERUS Bot cerberus-bot.service ✅ aktiv
Channel Trader channel-trader.service ✅ aktiv
Trades Dashboard tradesdashboard.service ✅ aktiv
Hermes Vault UI hermes-vault.service ✅ aktiv (Port 9090)