Accéder au tableau de bord
Local via le tunnel SSH :
ssh root@<your-server-ip> -N -L 8000:127.0.0.1:8000
Ouvrez ensuite dans votre navigateur : http://localhost:8000/ (interface d'administration)
Identifiants de connexion Web : /root/super/configs/auth/auth_users.json
Jeton API : /root/super/configs/auth/auth_tokens.json
Disposition du répertoire
/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
Configuration de WireGuard
La configuration principale du serveur WireGuard se trouve à l'adresse /root/super/configs/wireguard/wg0.conf.
Il inclut le premier homologue (client) créé automatiquement.
En cours d'exécution /root/super/virtual_install.sh configure automatiquement un homologue WireGuard, génère des informations d'identification, des jetons et un code QR.