Accéder au tableau de bord
En local via un 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
Structure des répertoires
/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 WireGuard
La configuration principale du serveur WireGuard se trouve dans /root/super/configs/wireguard/wg0.conf.
Elle inclut le premier pair (client) créé automatiquement.
En cours d'exécution /root/super/virtual_install.sh configure automatiquement un pair WireGuard, génère les identifiants, les tokens et un QR code.