Access
- Otwórz przeglądarkę i przejdź pod adres:
http://<server-ip>:10086 - Dane logowania:
admin:admin
Services
Usługi WGDashboard i WireGuard są zarządzane przez systemd:
systemctl status wg-dashboard
Ważne pliki i katalogi
/root/WGDashboard/. WGDashboard source and scripts/etc/systemd/system/wg-dashboard.service, jednostka systemd dla WGDashboard/etc/wireguard/. WireGuard configuration and keys/etc/sysctl.conf, ustawienia przekazywania IP w systemie/etc/iptables/rules.v4. Reguły NAT zapisane przeziptables-persistent
Firewall / NAT
IP forwarding is enabled:
net.ipv4.ip_forward = 1
NAT jest skonfigurowany przez iptables dla ruchu wychodzącego przez eth0:
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
netfilter-persistent save
Upewnij się, że wymagane porty są otwarte:
- 51820/UDP. WireGuard VPN
- 10086/TCP. WGDashboard interfejs webowy