
There is an easy and quick way to set up your own WireGuard VPN and enjoy the benefits of this modern, fast, and secure protocol for improved online privacy.
WG-Easy is a well-known, open-source Web UI designed to simplify WireGuard configuration for clients (file management, users, and other configs).
Requirements:
- A VPS running Ubuntu 22.04+ or Debian 12
- Docker installed
- A domain name pointing to your VPS IP address (you can register one with us here -> FlokiNET Domain Registration)
Guide:
- The official link to the WG-Easy github repository: https://github.com/wg-easy/wg-easy
- You will need to root privillleges for this
- Install Docker by following the official documentation for the specific Linux distro: Installing Docker
- The easiest way to run WG-Easy is with Docker Compose and here is the Step-By-Step Guide
- Optional: install with the docker run command (https://wg-easy.github.io/wg-easy/latest/examples/tutorials/docker-run/) or via podman
- We also recommand setting up a reverse proxy for accessing the Web UI (using Nginx/Caddy)
