LogoLogo
Buy SoftwareBuy HardwareOpen a ticket
Rekor Scout®
Rekor Scout®
  • 🌟Getting Started
    • Overview
    • Additional ALPR and Vehicle Recognition Products
    • Countries and Regions Supported
    • Vehicle Characteristics Supported
    • Create an Account
    • Subscriptions and Licensing
  • 🧠Agent
    • System Requirements
    • Benchmarking
    • Installation
    • License Registration
    • Set Data Destination
    • Connect to Cameras
    • Configuration
      • Agent Properties
      • Camera Streams
      • NVIDIA GPU Acceleration
      • Restarting the Agent
  • 📹Camera Configuration
    • Camera Placement Guide
    • Lighting
    • Camera Positioning
    • Pixels on Target
    • Camera Image Settings
  • 🕸️Web Server
    • Overview
    • Cloud
    • Self-Hosted
    • Configuring Agents
    • REST API
  • 🖥️Dashboard
    • Overview
    • Account Settings
    • Quick Search
    • Quick View Panels
    • Latest Reads (“Most Recent Plate Groups”)
    • Alerts List
    • Top Sites of the Week
    • Dispatch Map
    • Video Review
    • Statistics
    • Analytic Reports
    • Advanced Search
    • Rekor CarCheck®
    • Search Audit
    • Guides and Support
    • Billing and Subscriptions
      • Change Your Plan
      • Update Billing Address
      • Update Payment Method
      • Review Billing History
      • Cancel Your Subscription
    • Configuration
      • Alerts
      • Agents
      • Licensed Agents
      • WebHooks
      • User Management
      • Integrations
  • 🔗Application Integration
    • Overview
    • Integrating with the Agent
    • Receiving HTTP POSTs
    • Pulling from the Queue
    • JSON Plate Results
    • JSON Group Results
    • JSON Heartbeat
    • Local Image Retrieval
Powered by GitBook
LogoLogo

Platforms

  • Rekor Discover® for Urban Mobility
  • Rekor Command® for Transportation
  • Rekor Scout® for Public Safety

Systems

  • Rekor Edge Flex™ (Classificaiton)
  • Rekor Edge Max™ (Classification)
  • Rekor Edge Pro (ALPR)
  • Rekor Edge Max™ (ALPR)

Developers

  • Vehicle Recognition SDK
  • Rekor CarCheck®
  • Rekor AutoNotice™

Resources

  • About Us
  • Customer Stories
  • Newsroom
  • Help Center

© 2025 Rekor Systems, Inc. All Rights Reserved.

On this page

Was this helpful?

  1. Agent

Set Data Destination

PreviousLicense RegistrationNextConnect to Cameras

Last updated 11 months ago

Was this helpful?

You can choose between four data destination options depending on how you want to use the Rekor Scout® Agent.

  1. Scout Cloud: Send data to https://cloud.openalpr.com ().

  2. Scout On-Premises: Send data to a (hosted by you on a Linux machine).

  3. Other HTTP Web Server: You wish to integrate Rekor Scout with your application. Send data to your own HTTP endpoint.

  4. Local Queue: Store data locally in beanstalkd and drain the queue programmatically from your application.

For Rekor Scout Agents installed on hardware with a GUI:

  1. Launch the Configure Rekor Scout program

  2. From the top menu, go to Configure -> Data Destination

For hardware without a GUI (Linux only):

  1. Registering with a Rekor Scout web server (cloud or on-premise) using your email and password

    sudo openalpr-licenseregister
    sudo alprlink-register -w https://[ip_address_of_web_server]
  2. Sending to a generic HTTP URL

    echo "upload_address = [ip_address_of_http_endpoint]" | sudo tee -a /etc/openalpr/alprd.conf

If you intend to use the Rekor Scout Agent for surveillance purposes, you will most likely select option 1 or 2. Options 3 and 4 are useful if you are a developer integrating Rekor Scout data into your application. More details can be found in .

🧠
Application Integration
a Rekor Scout web server hosted by Rekor
self-hosted Rekor Scout web server
Screenshot showing the available Data Destinations in the Windows Scout Agent