/wg-admin-docker

Wireguard Admin Panel

Primary LanguageMakefileApache License 2.0Apache-2.0

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

wg-admin

Upgrading

  • Exec command
make upgrade