Note: This is just an example, don’t copy and paste it! Create your own!
Option: endpoint
This configuration option is the hostname that your clients will use to connect to your WireGuard add-on. The host is mainly used to generate client configurations and SHOULD NOT contain a port. If you want to change the port, use the “Network” section of the add-on configuration.
Example: myautomatedhome.duckdns.org, for local testing hassio.local will actually work.
DO NOT attempt to use a URL such as a Nabu Casa endpoint, the entry needs to be either a DNS entry or IP address that is accessible by the clients.
Option: dns(optional)
A DNS server used by the add-on and the configuration generated for the clients. This configuration option is optional but highly recommended
Network configuration/ports
Port: 51820/udp
Port of the endpoint which the clients will connect through (the port you need to forward in your router)
The application (wg-ui) doesn’t have any statistics built-in. Wireguard is based on UDP which makes it tricky to determine open connections and traffic information.
I have no plans of updating this addon for another software but I will try to keep it running if changes for the archived project or Home Assistant is needed.
Thanks made a mistake meant Wireguard of course. Have it now up and running on a separate Rpi. Having a smarter UI seemed to handy. But a second server is not what I wanted.
Thanks for clarifying, same for me. Not to downplay TheSeal, but I trust more Frenk to keep the official Wireguard addon up to date long term. I just need a better user interface to add/remove clients.
I was using wg-easy on another server. It has several clients configured and I would like to migrate them to a new server where I setup your tool.
I believe I must copy either or both wg0.conf wg0.json in the wg-easy folder to a folder managed by Wireguard UI in the new server, but I am not sure how to proceed.
The configuration files seems similar but not the same. You might be able to do a conversation but just copy the config from wg-easy to wireguard-ui is not possible.
The upstream project of my add-on is now a public archive with no expected updates in the future. I might be better to try to add wg-easy as a addon to HASS.