Skip to main content
Version: V3.2

Onboarding your first device

Prerequisites

Before onboarding your first device, you need to install the Capture Edge stack. For detailed installation instructions, see Edge Installation.

Quick checklist:

  • Capture Edge software installed on your gateway
  • Gateway has network connectivity (for online onboarding)

Once your Edge Gateway is running, the next step is to register it in the Capture Cloud. This process, called onboarding or provisioning, connects your gateway to your company account and enables cloud features.


Why Onboard?

Onboarding your gateway enables:

  • Cloud storage — Data syncs to cloud time-series databases
  • Remote monitoring — View gateway status from anywhere
  • Dashboards — Visualize data in Grafana dashboards
  • Alerting — Get notified when conditions occur
  • Remote configuration — Push config updates to gateways
  • Licensing — Activate gateway features and capabilities
One-time process

Each gateway is onboarded once. After that, it remains registered and can reconnect automatically.

Device overview


Two Onboarding Methods

Capture supports two onboarding modes depending on your gateway's connectivity:

When to use: The gateway has internet access and can reach the Capture Cloud.

How it works:

  1. Gateway starts and announces itself to the cloud
  2. You select it from a list in the Capture Cloud UI
  3. Cloud registers the gateway and issues a license
  4. Gateway receives the license and becomes fully operational

Benefits:

  • Fastest method
  • Automatic discovery
  • No manual IDs to copy/paste

Add Online Gateway detail


Offline Onboarding

When to use:

  • Gateway has no internet access (air-gapped)
  • Gateway is behind strict firewall
  • Manual provisioning is required

How it works:

  1. You provide the gateway's GUID manually
  2. Cloud pre-registers the gateway
  3. License is downloaded and transferred to the gateway manually
  4. Gateway activates offline

Use cases:

  • Commissioning air-gapped sites
  • Security-restricted environments
  • Testing without connectivity

Add Offline Gateway detail


Quick Start: Online Onboarding

For a full guide on online onboarding, follow the guide at Add Edge Gateways - Online Mode.


Verify Onboarding Success

Check CloudManager UI

Visit http://[gateway-ip]:5004/api/ui and verify:

  • License Status: Should show "Valid"
  • Company: Should match what you selected
  • Services: All running (Collector, Syncer, CloudManager, Analytics)


Check Cloud UI

In Sources → Edge Gateways:

  • Your gateway appears in the list
  • Heartbeat indicator shows recent activity (green)
  • Last data package updates as data flows

Offline Onboarding (Advanced)

For gateways without internet access, see the full guide at Add Edge Gateways - Offline Mode.

Summary:

  1. Note the gateway GUID from CloudManager UI
  2. In Cloud UI, choose Add Offline Gateway
  3. Enter the GUID manually
  4. Download the license file
  5. Transfer license to gateway manually
  6. Restart CloudManager service

Troubleshooting

Gateway Not Appearing in Discovery List

Possible causes:

  • Gateway doesn't have internet access
  • Firewall blocking outbound HTTPS
  • CloudManager service not running
  • Gateway already registered
  • Gateway provisioned to wrong company

Solutions:

  1. Check network connectivity (ping portal.captureplatform.com)
  2. Verify CloudManager is running (check services)
  3. Check firewall rules (allow outbound 443)
  4. Use offline onboarding if online isn't possible
  5. Edit the local config via the Edge Gateway UI

License Stays Invalid

Possible causes:

  • Gateway not connected to internet
  • Wrong company selected during onboarding
  • Firewall blocking cloud communication

Solutions:

  1. Check CloudManager logs for errors
  2. Verify internet connectivity
  3. Re-check company assignment in cloud
  4. Restart CloudManager service

Configuration Not Applying

Possible causes:

  • Configuration not pushed yet
  • Gateway configuration service error
  • Config incompatible with gateway version

Solutions:

  1. Manually push config from Cloud UI (click sync icon)
  2. Check Edge Gateway detail page for config status
  3. Review CloudManager logs
  4. Verify gateway version supports config features

Next Steps

Now that your gateway is onboarded and licensed:

  1. Manage Storage
    Configure retention policies and data destinations

  2. Configure Data Collection
    Set up connections to your machines and sensors

  3. Create Your First Dashboard
    Visualize the data coming from your gateway

  4. Set Up Alerts
    Get notified when important conditions occur

  5. Configure advanced data collection with UNS
    Map raw data to human-readable nodes


Additional Resources