English RomÒnă
Overview This guide walks you through installing the full Metrici v4.0 software suite on a freshly installed Ubuntu 24.04 LTS computer. You don't need any prior Linux experience β€” every command and every step is explained.

Table of Contents

Introduction

What You Are About to Install

The Metrici v4.0 installer is a single shell script (.sh file) that sets up everything you need to run Metrici on your machine: the Control Panel, all the recognition engines (LPR, Area Counter, Line Counter, Parking Place Detector, QR, Container Codes, Thermal Analyzer and more), the web interface, the required system services and all dependencies.

The installer is designed to be run once, on a fresh Ubuntu 24.04 LTS install. After the script finishes, the Control Panel and the web interface are ready to use.

You Don't Need a License to Get Started

By default, a fresh install runs in demo mode. You don't need to do anything to enable it β€” it is the implicit mode the software boots in after installation. Demo mode gives you:

This is enough to fully evaluate the system end to end: configure cameras, test recognition, explore the web interface and the Control Panel. When you are ready to move past the limits, you can obtain a SENTINEL key or a software license to unlock unlimited engines and remove the 30-day expiry. Please contact us at support@metrici.ro.

What the installer does (technical details)
  1. Detects your GPU and installs NVIDIA, Intel, or AMD drivers automatically.
  2. Installs Apache, PHP 7.4 (with IonCube), MySQL and Memcached.
  3. Installs Qt5, GStreamer, OpenCV 4.11 and the Pylon SDK for Basler cameras.
  4. Creates the metrici2 database and imports the schema.
  5. Installs all Metrici engines (LPR, LPR+, Area Counter, Line Counter, PPD, Control Panel) to ~/metrici/.
  6. Installs the SENTINEL license daemon so the USB dongle is recognized.
  7. Deploys the web interface to /var/www/html.
  8. Configures the Control Panel to start automatically at login.
  9. Sets up cron jobs for housekeeping (event cleanup, alarm checks).
  10. Creates a 512 MB RAM disk at /ramdisk for fast temporary I/O.
  11. Installs TeamViewer for remote support and disables the UFW firewall.
  12. Writes a summary to install.log.

How Long Does It Take?

The installation typically takes 20 to 35 minutes, depending on your internet connection and the speed of your machine. Most of that time is the installer downloading packages and dependencies β€” you don't need to type anything during that period, just leave it running.

Note: This guide assumes a fresh Ubuntu 24.04 LTS install. If your system already has parts of Metrici installed (an older version, manual installation, etc.), please contact technical support before running the installer.

Download

Before we install we need to download the script. Open a web browser on your Ubuntu machine. On a fresh install this is usually Firefox, which comes preinstalled. Paste the following address into the address bar:

https://support.metrici.ro/software/metrici-installer/metrici2-v4.0-installer-2026-02-11.u24.sh

The script will begin to download automatically.

Installation

Now we need to make the file we downloaded executable. Open a terminal in the folder where you downloaded the script β€” usually the Downloads folder β€” by right-clicking in an empty area and choosing Open in Terminal.

Now paste the line below in the terminal and press enter β€” see Fig.1 Executable Script .

chmod +x metrici2-v4.0-installer-2026-02-11.u24.sh
Terminal showing the chmod command that makes the installer script executable
Fig.1 Executable Script

Now we can move to installation. In the same terminal type ./metrici2 and then press Tab β€” see Fig.2 Install. This will autocomplete the filename so you don't have to type it all out.

Terminal showing the ./metrici2-v4.0-installer command ready to be executed
Fig.2 Install

Now press enter and the installation will begin. After the installation is complete Metrici Control Panel will be open automatically and you can start to configure the engines β€” see Fig.3 Control Panel .

Note: The Control Panel is set up to start automatically when your computer turns on and to stay open in the background. This way, if the machine restarts or loses power while you are not around, Metrici comes back up on its own β€” you don't have to log in and start it manually.
Metrici Control Panel main window after a successful installation, showing an active SENTINEL key and enabled licenses
Fig.3 Control Panel

You can also access the web application by opening the browser and typing:

http://localhost/login

A login window will open where the default username and password are:

FieldValue
Usermetrici@metrici.ro
Passwordmetriciadmin
Metrici Web Application login page at http://localhost/login
Fig.4 Web Application

For an in-depth guide on how to configure Metrici Control Panel, engines and the Web Application please visit https://docs.metrici.ro.