A web GUI to manage and monitorize your Wireguard server
Linguard Linguard aims to provide an easy way to manage your WireGuard server, and it’s written in Python3 and powered by Flask. Screenshots Installation Git Install dependencies: sudo apt update sudo apt install wireguard iptables uwsgi uwsgi-plugin-python3 libpcre3 libpcre3-dev Download any release (or clone the repository) and put the files somewhere you will remember later, such as /var/www/linguard. Edit the configuration files to fit your needs. Add a linguard user and group to your computer: groupadd linguard useradd -g linguard […]
Read more