Skip to content

Lupus1988/wg-client-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WG Client Panel

Schlankes WireGuard-Client-Panel für Raspberry Pi und ähnliche Debian-Systeme.

Funktionen

  • 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

Zielsystem

Empfohlen:

  • Raspberry Pi Zero 2 W
  • Raspberry Pi 4 / 5
  • Debian / Raspberry Pi OS mit NetworkManager

Standardpfade

Webpanel

  • /opt/wg-client-panel/app.py
  • /opt/wg-client-panel/auth.json
  • /opt/wg-client-panel/secret.key
  • /opt/wg-client-panel/audit.log

WireGuard

  • /etc/wireguard/wg0.conf

systemd

  • /etc/systemd/system/wg-client-panel.service
  • /etc/systemd/system/wg-client-wifi-autofallback.service
  • /etc/systemd/system/wg-client-wifi-autofallback.timer

NetworkManager

  • /etc/NetworkManager/system-connections/wg-client-hotspot.nmconnection

Webpanel

Standardzugriff nach Installation:

  • http://:5001

Hotspot-Zugriff typischerweise:

Default-Hotspot

  • SSID: wg-client-hotspot
  • Sicherheit: offen, bis im Panel geändert
  • Interface: wlan0

Installation

Lokal aus dem Projektverzeichnis

sudo ./install.sh

Abhängigkeiten

Der Installer installiert automatisch:

  • git
  • python3-flask
  • network-manager
  • wireguard-tools

Dienste

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

Version

WG Client Panel by Lupus1988

About

Lightweight WireGuard client panel for Raspberry Pi with local web setup, WiFi configuration, hotspot fallback, login protection, and live VPN status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors