การเข้าถึง Dashboard
เข้าถึงในเครื่องผ่าน SSH tunnel:
ssh root@<your-server-ip> -N -L 8000:127.0.0.1:8000
จากนั้นเปิดในเบราว์เซอร์: http://localhost:8000/ (admin interface)
ข้อมูลล็อกอินสำหรับเว็บ: /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
ไฟล์ config หลักของเซิร์ฟเวอร์ WireGuard อยู่ที่ /root/super/configs/wireguard/wg0.conf.
ไฟล์นี้รวม peer (client) แรกที่สร้างขึ้นอัตโนมัติด้วย
Running /root/super/virtual_install.sh ตั้งค่า WireGuard peer อัตโนมัติ พร้อมสร้าง credentials, token และ QR code ให้พร้อมใช้งาน