Panele Erişim
SSH tüneli üzerinden yerel:
ssh root@<your-server-ip> -N -L 8000:127.0.0.1:8000
Ardından tarayıcınızda açın: http://localhost:8000/ Yönetici arayüzü
Web giriş bilgileri: /root/super/configs/auth/auth_users.json
API token: /root/super/configs/auth/auth_tokens.json
Dizin Düzeni
/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 Yapılandırması
Ana WireGuard sunucu yapılandırması şu konumda bulunur: /root/super/configs/wireguard/wg0.conf.
İlk otomatik oluşturulan peer'ı (istemci) içerir.
Çalışıyor /root/super/virtual_install.sh otomatik olarak bir WireGuard peer'ı kurar, kimlik bilgileri, token'lar ve bir QR kodu oluşturur.