Amnezia-WG Admin v1.2.0
Richer metrics history, a new way to pull official agent binaries straight from GitHub releases (arch-aware), consistent alphabetical ordering, per-peer status badges, and two important fixes.
✨ New
- Deploy an agent from GitHub releases. The agent-source picker now has a "GitHub releases…" option that lists the newest official awg-agent binaries — double-click one to save it as a source, no URL to paste. The userspace/kernel variant is detected automatically, and binaries you've already added are marked.
- Architecture-aware. The agent now reports its CPU architecture, so the releases picker offers only binaries that will actually run on that server (no more accidentally picking an arm64 build for an amd64 box). The arch is shown next to the agent version, e.g. 1.0.0 (amd64).
- Metrics history — time range. A 1h / 3h / 6h / 24h / All selector filters every chart to a recent window.
- Metrics history — per-peer online dot. Each peer in the Peers tab shows a green/grey dot for whether it's currently connected.
- Metrics history — sparkline tooltip. Hover a peer's activity sparkline to see the exact time and traffic at that point.
🔧 Improved
- Alphabetical ordering everywhere — servers, users, peers, tunnels, and the metrics Peers tab are now sorted A→Z (case- and accent-insensitive, natural number ordering). Tunnel gateways stay pinned to the top of the metrics list.
- Per-peer status badge. Each peer shows an enabled/disabled badge next to its name, matching the user-status style (replacing the old inline "Disabled" text).
- Desktop debug logs actually work. With Settings → Logs → Debug mode on, normal operations (viewing peers, toggling a peer, etc.) now appear in the log — previously only errors and startup showed up.
📦 Downloads
Desktop app
- Windows — amnezia-wg-admin-amd64-installer_1.2.0.exe (installer) or amnezia-wg-admin_1.2.0.exe (portable).
- macOS — amnezia-wg-admin_1.2.0.dmg (universal, Intel + Apple Silicon). Ad-hoc signed, not notarized — on first launch right-click → Open, or xattr -cr "/Applications/Amnezia-WG Admin.app".
- Linux — amnezia-wg-admin_1.2.0 (requires libgtk-3, libwebkit2gtk-4.1).
Standalone server
- awg-admin binaries (linux / macOS / windows × amd64 / arm64).
- Docker: ghcr.io/ks-tool/awg-admin:1.2.0 (and :latest).
⬆️ Upgrade notes
- Just replace the binary / re-pull the image — no data or config migration. Your ~/.awg-admin database is unchanged.
- Arch filtering and the (amd64) version display require a new agent. Deploy agent v1.1.0+ to a server for them to take effect there; against an older agent the picker simply shows all binaries and the version has no arch suffix.