Truy cập Dashboard
Truy cập nội bộ qua tunnel SSH:
ssh root@<your-server-ip> -N -L 8000:127.0.0.1:8000
Sau đó mở trình duyệt tại: http://localhost:8000/ (admin interface)
Thông tin đăng nhập web: /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
Cấu hình server WireGuard chính nằm tại /root/super/configs/wireguard/wg0.conf.
Bao gồm peer (client) đầu tiên được tạo tự động.
Running /root/super/virtual_install.sh tự động thiết lập một WireGuard peer, tạo thông tin xác thực, token và mã QR.