Toegang tot het dashboard
Lokaal via SSH-tunnel:
ssh root@<your-server-ip> -N -L 8000:127.0.0.1:8000
Open daarna in je browser: http://localhost:8000/ (admin interface)
Inloggegevens voor de webinterface: /root/super/configs/auth/auth_users.json
API token: /root/super/configs/auth/auth_tokens.json
Directory Layout
/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 Configuration
De hoofdconfiguratie van de WireGuard-server staat in /root/super/configs/wireguard/wg0.conf.
Hierin staat ook de eerste automatisch aangemaakte peer (client).
Running /root/super/virtual_install.sh configureert automatisch een WireGuard-peer en genereert credentials, tokens en een QR-code.