NexusGuard SD-WAN Suite
Enterprise Zero-Trust SD-WAN with WireGuard
NexusGuard is a production-grade, zero-trust SD-WAN solution built with Go, Vue 3, and WireGuard. It enables stealth VPN tunneling, centralized IPAM, and real-time network isolation via Linux nftables — all managed through a futuristic glassmorphism dashboard.
Key Highlights
- Zero-Attack Surface — No public registration. Admin accounts created via CLI only.
- Stealth Agent — WireGuard config injected into memory. No files written to
/etc/wireguard/. - Real-time Firewall — Per-peer nftables rules synced to kernel instantly.
- Cross-Platform — Agent runs on Linux (daemon), Windows (tray + service), and macOS (tray).
Tech Stack
Go · Vue 3 · WireGuard · PostgreSQL · Redis · nftables · gRPC · Docker
Architecture
┌──────────────┐ ┌─────────────────┐ ┌──────────────┐
│ Dashboard │──HTTP──▶│ Server Core │◀─WG────▶│ Device Agent │
│ (Vue 3) │ :8080 │ (Go/Gin) │ :51820 │ (Go) │
└──────────────┘ │ │ └──────────────┘
│ Port 8080: │ │
│ - HTTP API │ ┌────┴────┐
│ - gRPC Signal │ │ TUN (wg)│
│ (cmux) │ │ Memory │
└─────────────────┘ └─────────┘
Submodule Knowledge Bases
Each submodule has its own AGENTS.md with detailed architecture, conventions, and anti-patterns:
| Submodule | AGENTS.md | Scope |
|---|---|---|
| Server Core | AGENTS.md | API handlers, database models, firewall rules, gRPC signaling, WireGuard management |
| Dashboard UI | AGENTS.md | Vue 3 components, Pinia stores, TailwindCSS styling, API client |
| Device Agent | AGENTS.md | Go daemon, system tray, memory-injected WireGuard, heartbeat, gRPC signaling |
| Android Agent | AGENTS.md | Kotlin VPNService, GoBackend tunnel, HTTP heartbeat, port forwarding |
Rule: When working on a submodule, always read its AGENTS.md first.
Documentation
| Document | Description |
|---|---|
| Architecture | System architecture, data flow, security model |
| Tech Stack | Technology breakdown per component |
| Features | Feature showcase and capabilities |
| Deployment | Deployment guide (Docker, native, development) |
Quick Start
git clone https://git.datadunia.com/nexusguard/Nexus-Guard-Suite.git
cd Nexus-Guard-Suite
bash update.sh
License
Private — DataDunia