wireguard-ui
wireguard-ui copied to clipboard
Feature request - facilitate managing of multiple server configs
Multiple WireGuard server interface can exist at the same time, for example with different routing strategies.
The status/peers page correctly shows their traffic yet the /wg-server and /global-settings pages pertain solely to wg0.conf.
This also ties into the way clients are created.
Happy holidays and thanks for making this web interface!
Lame Workaround
Make a copy of wireguard-ui in a different folder (ex: /root/wg2), specify a different config and port: WGUI_CONFIG_FILE_PATH=/etc/wireguard/wg2.conf BIND_ADDRESS=0.0.0.0:5002 ./wireguard-ui
Would be far better to swap wireguard conf in the UI, though.