Linguard aims to provide a clean, simple yet powerful web GUI to manage your WireGuard server, and it's powered by Flask.
Read the docs for further information!
- Management of Wireguard interfaces and peers via web. Interfaces can be created, removed, edited, exported and brought up and down directly from the web GUI. Peers can be created, removed, edited and downloaded at anytime as well.
- Display stored and real time traffic data using charts (storage of traffic data may be manually disabled).
- Display general network information.
- Encrypted user credentials (AES).
- Easy management through the
linguard
systemd service.
-
Download any release.
-
Extract it and run the installation script:
chmod +x install.sh sudo ./install.sh
-
Run Linguard:
sudo systemctl start linguard.service
- Download the
docker-compose.yaml
file. - Run Linguard:
sudo docker-compose up -d
NOTE: You can check all available tags here.