- 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
- Exec command
make upgrade