logoalt Hacker News

Show HN: Wg-admin – web UI for an existing WireGuard host

23 pointsby vsergioneyesterday at 4:43 PM6 commentsview on HN

Reads /etc/wireguard, lets you add/edit/remove peers, applies with wg syncconf (no interface bounce). Does not install WireGuard or rewrite your PostUp/NAT. That's all


Comments

jchookyesterday at 10:08 PM

Seems like high-risk and low-reward for your network security. You could host it behind the WG interface, but… still exposing the castle’s master key to a python web app.

I have found that WG client management is as simple as a couple scripts and a TSV file to match pubkeys to users.

Anyhow, cool project and I like the overall concept of respecting existing config.

russelgyesterday at 11:53 PM

Any notable differences from wg-easy?

DylanMerigaudyesterday at 5:03 PM

Nice work, following along.

ma2kxyesterday at 4:59 PM

Looks like hand coded. Kudos for that!

show 2 replies
po_westnet26yesterday at 5:38 PM

[flagged]