Access
- Buka browser dan arahkan ke:
http://<server-ip>:10086 - Kredensial login awal:
admin:admin
Services
WGDashboard dan layanan WireGuard dikelola melalui systemd:
systemctl status wg-dashboard
File dan Direktori Penting
/root/WGDashboard/. Sumber dan skrip WGDashboard/etc/systemd/system/wg-dashboard.service, unit systemd untuk WGDashboard/etc/wireguard/. Konfigurasi dan kunci WireGuard/etc/sysctl.conf, pengaturan IP forwarding sistem/etc/iptables/rules.v4. Aturan NAT disimpan olehiptables-persistent
Firewall / NAT
IP forwarding is enabled:
net.ipv4.ip_forward = 1
NAT dikonfigurasi melalui iptables untuk lalu lintas keluar melalui eth0:
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
netfilter-persistent save
Pastikan port yang diperlukan sudah terbuka:
- 51820/UDP. Tunnel WireGuard VPN
- 10086/TCP. Antarmuka web WGDashboard