š Quick Start: Run wg-easy with Docker
To automatically install and run wg-easy, execute the following command:
docker run -d \
--name=wg-easy \
-e WG_HOST=SERVER_IP \
-e PASSWORD=ADMIN_PASSWORD \
-v ~/.wg-easy:/etc/wireguard \
-p 51820:51820/udp \
-p 51821:51821/tcp \
--cap-add=NET_ADMIN \
--cap-add=SYS_MODULE \
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \
--sysctl="net.ipv4.ip_forward=1" \
--restart unless-stopped \
imzami/wirevpn
š§ Replace the following placeholders:
⢠YOUR_SERVER_IP: Your public IP address or Dynamic DNS hostname.
⢠YOUR_ADMIN_PASSWORD: A secure password for accessing the Web UI.
š Access the Web UI
Once running, open your browser and go to:
http://<YOUR_SERVER_IP>:51821
š Configuration Persistence
All WireGuard configuration files will be stored in:
~/.wg-easy
Content type
Image
Digest
sha256:239dbea3aā¦
Size
76.5 MB
Last updated
about 1 year ago
docker pull imzami/wirevpn