Skip to content

stuenkels/wireguard_vpn_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Webserver to Monitor a Wireguard VPN


Homepage screenshot


This is a highly specialized systemd service packaged up into a nice little debian repository which monitors the status of my VPN servers CPU utilization, Memory usage, and VPN traffic. I may in the future add config files to create a generic system monitoring utility. As of now it serves as a local dashboard for me myself and I, and a way to teach myself dpkg-buildpackage

Built using dpkg-buildpackage -b


This does not come with https settup

Guide to setting up certbot to run automatic certificate renewal and management

Install Certbot

sudo apt install certbot python3-certbot-nginx

Run Certbot with the given domain

sudo certbot --nginx -d www.example.com

About

Flask VPN monitor dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published