Wireguard Admin Panel
Fast install
- Clone repository
- Copy example .env to production
cp .env.example .env
- Edit APP_URL and WG_HOST environments
- Init the application
make init - Create admin user
make create-admin
Congratulations! Your Wireguard VPN is working!
If you want to save statistics between restarts, you need to add a crontab
make add-cron

Upgrading
- Exec command
make upgrade