WireGuard UI
A web user interface for managing WireGuard VPN server configurations and client profiles.
Why consider WireGuard UI?
WireGuard UI is an open-source web management interface for WireGuard VPN servers. Built with Go and Vue.js, it generates WireGuard client configs and QR codes, sets up IP allocations, and configures email notifications.
Learn WireGuard UI by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of WireGuard UI
WireGuard UI simplifies peer onboarding by generating scannable QR codes for mobile WireGuard clients.
Running with Docker
docker run -d \ --name wireguard-ui \ -p 5000:5000 \ -v $(pwd)/db:/app/db \ -v /etc/wireguard:/etc/wireguard \ ngoduykhanh/wireguard-ui:latestWireGuard UI is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.