Admin Connect
Admin Connect is the mobile management app for controlling and monitoring your NetRecon probe fleet. It connects to probes via Cloudflare Tunnel for secure remote access from anywhere.
Key Features
- Fleet Management — manage multiple probes from a single app
- Remote Monitoring — view probe health, scan results, and alerts in real-time
- IDS Alerts — receive and review Suricata IDS alerts
- Vulnerability Scanning — trigger and review Nuclei vulnerability scans
- PCAP Capture — start/stop packet capture remotely
- Honeypot Monitoring — monitor honeypot hits and attacker behavior
- Rogue Detection — receive alerts for rogue DHCP/ARP activity
- Network Monitor — track latency and packet loss across your network
- WireGuard VPN — manage VPN connections to probes
- Ticketing Integration — create and manage support tickets
- SSO/2FA — enterprise authentication with single sign-on and two-factor authentication
- Role-Based Access — granular permissions per user role
How It Works
Admin Connect does not have its own scan engine. It is purely a remote management interface for NetRecon probes.
┌──────────────┐ HTTPS/WSS ┌─────────────────┐
│ Admin Connect├───────────────────────►│ Cloudflare Tunnel│
│ (Mobile) │ (via Cloudflare) │ │
└──────────────┘ └────────┬────────┘
│
┌──────── ▼────────┐
│ NetRecon Probe │
│ (REST + WS API) │
└─────────────────┘
All communication between Admin Connect and the probe is encrypted via:
- HTTPS for REST API calls
- WebSocket Secure (WSS) for real-time events
- mTLS for mutual certificate authentication
Getting Started
- Install Admin Connect from the Google Play Store (package:
com.netreconapp.connect) - Open the app and create your account or sign in with SSO
- Add a probe using one of these methods:
- QR Code — scan the QR code from the probe's setup wizard or dashboard
- Manual — enter the probe's tunnel URL and authentication token
- The probe will appear in your fleet dashboard
See Enrollment for detailed setup instructions.