1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-07-02 23:40:43 +02:00
WGDashboard/README.md

20 lines
726 B
Markdown
Raw Normal View History

2020-10-18 07:08:59 +02:00
# Wireguard-Dashboard
2020-10-18 07:56:06 +02:00
## 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.
2020-10-18 08:09:14 +02:00
## Installation
**Requirement:**
- 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`
3. `python3 dashboard.py`
4. Access your server! e.g (http://your_server_ip:10086)
2020-10-18 07:56:06 +02:00
## Example
![Index Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/static/index.png)
2020-10-18 08:00:20 +02:00
![Conf Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/static/configuration.png)