Kontrol Paneline Erişim
SSH tüneli aracılığıyla yerel:
ssh root@<your-server-ip> -N -L 8000:127.0.0.1:8000
Ardından tarayıcınızda şunu açın: http://localhost:8000/ (yönetici arayüzü)
Web oturum açma kimlik bilgileri: /root/super/configs/auth/auth_users.json
API jetonu: /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 olarak oluşturulan eş (istemci) içerir.
Koşma /root/super/virtual_install.sh WireGuard eşini otomatik olarak kurar, kimlik bilgilerini, jetonları ve bir QR kodunu oluşturur.