1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-30 22:50:14 +02:00
WGDashboard/README.md

22 lines
853 B
Markdown
Raw Normal View History

2020-10-19 02:20:02 +02:00
# Wireguard Dashboard
2021-01-12 19:36:13 +01:00
Welcome to contribute or provide suggestions ;)
2020-10-18 07:56:06 +02:00
## Intro
2021-03-24 07:07:01 +01:00
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:**
2020-10-23 23:51:11 +02:00
- Ubuntu 18.04.1 LTS, other OS might work, but haven't test yet.
2020-10-18 08:09:14 +02:00
- Wireguard
- Configuration files under **/etc/wireguard**
- Python 3.7
- Flask
**Install:**
1. `git clone https://github.com/donaldzou/Wireguard-Dashboard.git`
2020-10-28 15:12:39 +01:00
2. `cd Wireguard-Dashboard\src`
2020-10-18 08:09:14 +02:00
3. `python3 dashboard.py`
4. Access your server! e.g (http://your_server_ip:10086)
2020-10-18 07:56:06 +02:00
## Example
2020-10-22 02:30:16 +02:00
![Index Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/src/static/index.png)
![Conf Image](https://github.com/donaldzou/Wireguard-Dashboard/raw/main/src/static/configuration.png)