Sign inSign up

imzami/wirevpn

By imzami

•Updated about 1 year ago

Image
Networking
0

393

imzami/wirevpn repository overview

šŸš€ 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

Tag summary

Content type

Image

Digest

sha256:239dbea3a…

Size

76.5 MB

Last updated

about 1 year ago

docker pull imzami/wirevpn