Connect every server. Manage every process. Deploy every application. One dashboard. One agent. Zero open ports.
From zero to managing your entire infrastructure in minutes.
One command. Docker Compose starts PostgreSQL, Redis, NATS, and the Control Center.
One command per server. Auto-detects OS, PM2, IIS, Docker. Self-registers with NCC.
WireGuard mesh auto-negotiated between all agents. Encrypted. Zero open ports. Instant.
Dashboard shows all servers, processes, tunnels. AI copilot answers questions. Automation self-heals.
Narad's tunnel fabric delivers near-line-rate throughput with negligible overhead.
See what changes when you switch to Narad.
All traffic encrypted through WireGuard + mTLS 1.3. Zero open ports across the entire mesh.
Narad supports the entire modern stack — from legacy .NET Framework to bleeding-edge Rust.
One tool. That's it. Works on Windows, Linux, and macOS.
irm https://narad.pages.dev/install.ps1 | iexDocker Compose provisions PostgreSQL, Redis, NATS, and NCC automatically. Ready in 60 seconds.
$ curl -sSL https://narad.pages.dev/install.sh | bashOpens http://localhost:9099 — login: admin@narad.ai / admin123
Everything you need to go from zero to managing your infrastructure.
admin@narad.ai / admin123The agent auto-detects your server — OS, CPU, RAM, PM2 processes, IIS sites, Docker containers, installed runtimes. Run this on each target server:
$ curl -sSL http://YOUR_NCC_IP:9099/api/v1/agent/install.sh | bashThe agent generates its own config, registers with NCC, and installs itself as a systemd service (Linux) or Windows Service.
Tunnels are auto-negotiated between agents. NCC allocates IPs from the 100.64.0.0/10 subnet. Each server gets a WireGuard IP. Applications communicate through these IPs — fully encrypted with ChaCha20-Poly1305, no open firewall ports needed.
Open AI Copilot from the sidebar. Ask questions like "Why is Server-4 slow?", "Which applications depend on PostgreSQL?", or "Show SSL certificates expiring this month". 20 specialized AI agents analyze your infrastructure in real-time and return findings, recommendations, and evidence.
| Rule | Trigger | Action |
|---|---|---|
| CPU Spike Recovery | CPU > 90% for 60s | Scale PM2 → Notify |
| Memory Leak Recovery | RAM > 85% for 5min | Notify → Restart → Notify |
| Disk Low Space | Disk > 85% | Rotate logs → Notify |
| Tunnel Down | Tunnel failed | Reconnect → Failover → Notify |
| SSL Expiring | Expires < 7 days | Auto-renew → Notify |
| PM2 Crash | Process crashed | Auto-restart → Notify |
Narad includes 34 MCP tools for AI coding assistants:
{"mcpServers":{"narad":{"command":"narad-mcp","env":{"NARAD_NCC_URL":"http://localhost:9099"}}}}Supports: Claude Code, OpenCode, Cursor, Windsurf, Antigravity, Codex, VS Code, Continue.
| Service | Port |
|---|---|
| NCC Dashboard | 9099 |
| NCC gRPC (Agents) | 8443 |
| PostgreSQL | 5432 |
| Redis | 6379 |
| NATS | 4222 |
| Prometheus | 9090 |
| Grafana | 3000 |
| Agent Proxy | 9000 |
| WireGuard | 51820 |