mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-04 15:00:23 +01:00
Simplest dashboard for WireGuard VPN written in Python w/ Flask
static | ||
templates | ||
.DS_Store | ||
.gitignore | ||
dashboard.py | ||
LICENSE | ||
README.md | ||
test.py |
Wireguard Dashboard
Intro
Monitoring Wireguard is not convinient, need to login into server and type wg show. That's why this platform is being created, to view all configurations in a more straight forward way.
Installation
Requirement:
- Wireguard
- Configuration files under /etc/wireguard
- Python 3.7
- Flask
Install:
git clone https://github.com/donaldzou/Wireguard-Dashboard.git
cd Wireguard-Dashboard
python3 dashboard.py
- Access your server! e.g (http://your_server_ip:10086)