Skip to content

mediclab/wg-admin-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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