WireGuard Easy

An easy-to-use WireGuard VPN with a clean, web-based admin interface for management.

Access and Initial Setup

Open your browser and visit: https://<SERVER-IP>

Accept the self-signed certificate warning.

Complete the initial setup wizard:

  • Set up the admin user and password.
  • You can configure the host as your server IP — a domain name is not required.

Important Files and Directories

  • /etc/docker/containers/wg-easy/docker-compose.yml — main container definition
  • /etc/ssl/certs/wg-easy.crt — self-signed certificate
  • /etc/ssl/private/wg-easy.key — private key for Nginx SSL
  • /etc/nginx/sites-available/wg-easy.conf — Nginx reverse proxy configuration
  • /var/lib/docker/volumes/wg_easy_etc_wireguard/_data/ — WireGuard configuration and keys

 

Application Details