Simplest dashboard for WireGuard VPN written in Python w/ Flask
Go to file
Donald Cheng Hong Zou 07678300da v20210402
Added more features
2021-04-02 20:48:00 -04:00
src v20210402 2021-04-02 20:48:00 -04:00
.gitignore v20210402 2021-04-02 20:48:00 -04:00
LICENSE Initial commit 2020-10-18 01:08:59 -04:00
README.md Update README.md 2021-03-24 02:07:01 -04:00

Wireguard Dashboard

Welcome to contribute or provide suggestions ;)

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:

  • Ubuntu 18.04.1 LTS, other OS might work, but haven't test yet.
  • Wireguard
  • Configuration files under /etc/wireguard
  • Python 3.7
    • Flask

Install:

  1. git clone https://github.com/donaldzou/Wireguard-Dashboard.git
  2. cd Wireguard-Dashboard\src
  3. python3 dashboard.py
  4. Access your server! e.g (http://your_server_ip:10086)

Example

Index Image Conf Image