2025-05-23 15:39:40 +02:00
2025-05-23 15:10:13 +02:00
2025-05-23 15:39:40 +02:00

WireGuard UI - Configuration Settings

This repository contains the necessary docker-compose configuration for setting up WireGuard UI.

Settings Panel

To configure the settings in the WireGuard UI panel, refer to the images below:

WireGuard UI Settings

WireGuard UI Settings Panel

🔹 Don't forget to save your changes using the Save button in the top right corner of the panel!


postup iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

postdown iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE

Using Docker Compose

Make sure to use the provided docker-compose.yml to deploy the UI easily.

Description
No description provided
Readme 26 KiB