Schlankes WireGuard-Client-Panel für Raspberry Pi und ähnliche Debian-Systeme.
- Panel-Ersteinrichtung
- Login / Logout
- Reset-PIN für Zugangsrücksetzung
- WireGuard-Client-Konfiguration
- WireGuard Start / Stop / Restart
- Live-Status für WLAN / Hotspot / VPN
- WLAN-Einrichtung über Weboberfläche
- Hotspot mit WiFi-Fallback
Empfohlen:
- Raspberry Pi Zero 2 W
- Raspberry Pi 4 / 5
- Debian / Raspberry Pi OS mit NetworkManager
- /opt/wg-client-panel/app.py
- /opt/wg-client-panel/auth.json
- /opt/wg-client-panel/secret.key
- /opt/wg-client-panel/audit.log
- /etc/wireguard/wg0.conf
- /etc/systemd/system/wg-client-panel.service
- /etc/systemd/system/wg-client-wifi-autofallback.service
- /etc/systemd/system/wg-client-wifi-autofallback.timer
- /etc/NetworkManager/system-connections/wg-client-hotspot.nmconnection
Standardzugriff nach Installation:
- http://:5001
Hotspot-Zugriff typischerweise:
- SSID: wg-client-hotspot
- Sicherheit: offen, bis im Panel geändert
- Interface: wlan0
sudo ./install.sh
Der Installer installiert automatisch:
- git
- python3-flask
- network-manager
- wireguard-tools
Panel:
sudo systemctl status wg-client-panel.service
WiFi Auto-Fallback:
sudo systemctl status wg-client-wifi-autofallback.service sudo systemctl status wg-client-wifi-autofallback.timer
WG Client Panel by Lupus1988