# Vehicle Installation

Install Oden Streamer or Oden Fleet Streamer on the vehicle side.

Last validated: 2026-05-05

Install the vehicle side from the Voysys portal whenever possible. The portal-generated command can include the right product, customer binding, vehicle role, and license context for that vehicle.

## Preferred portal flow

1.  Open the Voysys portal and sign in.
    
2.  Create or select the project and vehicle type for the deployment.
    
3.  Add a vehicle or vehicle computer.
    
4.  Copy the generated Linux install command for that vehicle.
    
5.  Run the command on the vehicle computer.
    
6.  Start or restart the Streamer service.
    
7.  Confirm that the vehicle appears online in the portal.
    

The generated command is the preferred path because it avoids copying a license key by hand and reduces the chance of installing the wrong product or JetPack package.

The vehicle-side package is normally Oden Fleet Streamer for fleet-connected deployments. It includes the Fleet Client and Oden Control Pipeline plugins and can run as `oden-streamer.service`.

## Manual fallback

Use manual installation when the portal flow is unavailable or when Voysys support asks you to install a specific package.

1.  Download the package from [Software Downloads](../releases/downloads.md).
    
2.  Choose the product and platform carefully.
    
3.  Verify the `.sha256` file when available.
    
4.  Install the package.
    
5.  Activate the Streamer license manually.
    
6.  Configure the Streamer project.
    
7.  Start `oden-streamer.service` if the vehicle should run unattended.
    

Manual install details:

-   [Manual installer reference](install-oden.md)
    
-   [Manual license activation](activate-licenses.md)
    
-   [Deployment](../operate/deployment.md)
    

## Jetson package choice

On NVIDIA Jetson, the package must match the installed JetPack version. Check the target device with:

```shell
cat /etc/nv_tegra_release
```

Do not install a package built for a different JetPack version. For the current package patterns and product support matrix, see [NVIDIA Jetson](install-oden.md#nvidia-jetson).
