Zugriff auf das Dashboard
Lokal über SSH-Tunnel:
ssh root@<your-server-ip> -N -L 8000:127.0.0.1:8000
Öffnen Sie dann in Ihrem Browser: http://localhost:8000/ (Admin-Oberfläche)
Anmeldedaten für das Web: /root/super/configs/auth/auth_users.json
API-Token: /root/super/configs/auth/auth_tokens.json
Verzeichnisstruktur
/root/super/
├── docker-compose-virt.yml # Docker stack definition
├── configs/
│ ├── auth/
│ │ ├── auth_users.json # Web login credentials
│ │ └── auth_tokens.json # API tokens
│ ├── wireguard/
│ │ └── wg0.conf # WireGuard peers and server
│ ├── dhcp/
│ │ └── coredhcp.yml # DHCP config
│ ├── base/
│ │ └── config.sh # Core environment settings
│ └── scripts/ # Helper scripts
├── state/
│ └── dns/block_rules.json # DNS ad/malware blocklists
└── logs/ # Service logs
WireGuard-Konfiguration
Die Hauptkonfiguration des WireGuard-Servers befindet sich unter /root/super/configs/wireguard/wg0.conf.
Es enthält den ersten automatisch erstellten Peer (Client).
Laufen /root/super/virtual_install.sh richtet automatisch einen WireGuard-Peer ein, generiert Anmeldedaten, Tokens und einen QR-Code.