A simple, yet powerful web GUI to manage your Wireguard server, powered by Flask.
Linguard is a web GUI designed to manage WireGuard servers with a focus on simplicity and functionality. It leverages Flask to provide users with a clean interface for handling interfaces, peers, traffic data, and network information.
Note: For all available tags, refer [here].
Linguard offers a user-friendly solution for managing WireGuard servers via a web GUI powered by Flask. With features like interface and peer management, traffic data visualization, network information display, and encrypted credentials, Linguard simplifies the process of handling WireGuard servers. Installation can be done both as a systemd service or through Docker, providing flexibility to users based on their preferences.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.