Probe Enrollment
Enrollment is the process of connecting a probe to your Admin Connect app. Once enrolled, you can monitor and manage the probe remotely from anywhere.
Prerequisites
- Admin Connect app installed on your Android device
- A NetRecon Probe that has completed the setup wizard
- Internet access on both the probe and your mobile device
Method 1: QR Code Enrollment
QR code enrollment is the fastest and most reliable method. The QR code contains the probe's connection details and authentication token in an encrypted format.
Step 1: Display the QR Code
The QR code is available in two places:
During Setup Wizard: At the end of the wizard (Step 11), a QR code is displayed on the summary screen.
From the Probe Dashboard:
- Log into the probe dashboard at
https://<probe-ip>:3000 - Navigate to Settings > Remote Access
- Click Generate Enrollment QR Code
- A QR code will be displayed on screen
Step 2: Scan the QR Code
- Open Admin Connect
- Tap the + button to add a new probe
- Select Scan QR Code
- Point your camera at the QR code displayed on the probe
- The app will automatically parse the connection details
Step 3: Verify and Connect
- Review the probe details shown in the app (hostname, IP, tunnel URL)
- Tap Connect
- The app will establish a secure connection to the probe
- Once connected, the probe appears in your fleet dashboard
QR Code Contents
The QR code encodes a JSON payload containing:
{
"hostname": "netrecon-hq",
"tunnel_url": "https://probe.netreconapp.com",
"token": "<enrollment-token>",
"fingerprint": "<certificate-fingerprint>",
"version": "2.2.0"
}
The enrollment token is a one-time use token that expires after 24 hours.
Method 2: Manual Enrollment
Use manual enrollment when you cannot physically access the probe to scan a QR code.
Step 1: Obtain Connection Details
You will need the following from your probe administrator:
- Tunnel URL: typically
https://probe.netreconapp.comor a custom domain - Enrollment Token: a 32-character alphanumeric string
- Certificate Fingerprint (optional): for certificate pinning verification
Step 2: Enter Details in Admin Connect
- Open Admin Connect
- Tap the + button to add a new probe
- Select Manual Setup
- Enter the required fields:
- Probe Name: a friendly name for identification
- Tunnel URL: the HTTPS URL for the probe
- Enrollment Token: paste the token provided by your administrator
- Tap Connect
Step 3: Verify Connection
- The app will attempt to connect and authenticate
- If successful, the probe details will be displayed
- Tap Add to Fleet to confirm
Enterprise Enrollment
For large-scale deployments, Admin Connect supports bulk enrollment: