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

Installation

PreviousBenchmarkingNextLicense Registration

Last updated 7 months ago

Was this helpful?

Installation instructions for various operating systems are available below. Presently, these are the only supported operating systems for the Scout Agent. After completing the installation you will need to register your license(s) and then select a data destination, you can choose between four data destination options depending on how you wish to use the Scout Agent.

  1. Download the .

  2. Right-click the .exe file, run as administrator, and follow the install wizard.

Installation on Linux requires basic knowledge of using the terminal. If you do not already have Linux installed as an operating system, please complete these steps before continuing:

  1. Download the and copy it to a bootable flash drive.

  2. Follow this .

If you already have Linux installed:

  1. Open a new terminal

  2. Ensure you have curl installed by running the following command from the terminal:

    sudo apt-get update && sudo apt-get install -y curl
  3. Run our installer script and choose install_agent

    sudo apt update && sudo apt install -y curl
    bash <(curl -s https://deb.openalpr.com/install) # select "install_agent"
  4. Select yes/no when prompted to connect the Agent to your cloud account

  5. If you are using a GUI, you can configure the agent using the alprdconfig utility by running the following command:

  6. If your server does not have a GUI and you wish to connect your software to a Scout web server, do the following:

    1. alprlink-register -w https://[ip_address_of_web_server]

    2. Enter the e-mail address and password for your Scout Cloud account, or the one you used when installing the on-premise webserver.

  1. Open a new terminal

  2. Pull the latest OpenALPR Docker image

    docker pull openalpr/agent:latest
  3. Enable the license for the agent

    docker run -P -v openalpr-vol1-config:/etc/openalpr/ -v openalpr-vol1-images:/var/lib/openalpr/ -it openalpr/agent openalpr-licenseregister
  4. Configure it to point to a Scout web server (default is https://cloud.openalpr.com)

    docker run -P -v openalpr-vol1-config:/etc/openalpr/ -v openalpr-vol1-images:/var/lib/openalpr/ -it openalpr/agent alprlink-register
  5. Start the container

    docker run --restart always -d --cap-add SYS_NICE -P -v openalpr-vol1-config:/etc/openalpr/ -v openalpr-vol1-images:/var/lib/openalpr/ -it openalpr/agent

The Scout Agent can be installed on NVIDIA Jetson devices such as the Nano, TX-1, and TX-2. These are excellent options for an edge device due to the power-efficient, embedded GPU. Native binaries are available for JetPack versions 4.3-4.6. The recommended package for other JetPack versions is the Jetson Docker image.

  • JetPack 4.3.0-4.6.x : follow Linux install instructions

  • JetPack 5.1.X: pull the following Docker image:

docker pull openalpr/agent:5.0.0-jetson51-sdk
docker run --runtime nvidia -e NVIDIA_DRIVER_CAPABILITIES=compute,video [other_flags] [image_tag] [command]

Note that both native and Docker installations will automatically include the additional GPU packages. Therefore, you will not need to reference the GPU acceleration section of the documentation. When installing via Docker, make sure you have available so that the container can access the host GPU. You will also need to modify any Docker run commands.

🧠
NVIDIA Docker Runtime
Rekor Scout Windows Installer
Ubuntu 20.04 64-bit install image
installation guide