Cloud Quick Start
NetRecon Cloud is the fastest way to get started. No server setup, no Docker — just sign up, deploy a probe, and start discovering your network.
Step 1: Create Your Account
- Go to app.netreconapp.com and click Sign Up
- Enter your email, company name, and password
- Verify your email address
- Log in to the NetRecon Dashboard
Step 2: Add Your First Site
- In the Dashboard, navigate to Sites in the sidebar
- Click Add Site
- Enter a name and address for the site (e.g., "Main Office — Istanbul")
- Save the site
Step 3: Deploy a Probe
Each site needs at least one probe for network discovery and monitoring.
Option A: NetRecon OS (Recommended)
- Go to Sites → [Your Site] → Probes → Add Probe
- Select NetRecon OS and download the image for your hardware
- Flash the image to an SD card or SSD using balenaEtcher
- Connect the probe to your network via Ethernet
- Power on — the probe will automatically connect to your cloud account via Cloudflare Tunnel
Option B: Docker on Existing Server
# Pull and run the probe container
docker run -d \
--name netrecon-probe \
--network host \
--restart unless-stopped \
-e ENROLLMENT_TOKEN="your-token-from-dashboard" \
netrecon/probe:latest
Get the enrollment token from Sites → [Your Site] → Probes → Add Probe → Docker.
Option C: Virtual Machine
- Download the OVA file from the Dashboard
- Import into VMware, Proxmox, or Hyper-V
- Configure the VM with bridged networking (required for Layer 2 scanning)
- Start the VM — it will appear in your Dashboard automatically
Step 4: Start Scanning
Once the probe is online:
- Go to Sites → [Your Site] → Devices
- Click Scan Now or wait for the automatic discovery (runs every 15 minutes)
- Discovered devices will appear in the device inventory