DZASS Telemetry Installer

This server hosts the DZASS telemetry installer (install.sh) and the telemetry payload for DZASS devices (Raspberry Pi, NVIDIA Jetson, Rockchip and PC).

1. Get the access token

Downloads are protected by a fixed access token and this page intentionally does not show it — please ask your administrator for the current access token.

2. Run the installer

Pick the command matching your hardware and replace <TOKEN> with the token from your administrator:

curl -sL "https://updater.telemetry.dzass.hardware.viact.net/install.sh?token=<TOKEN>" | sudo bash -s -- --PI
curl -sL "https://updater.telemetry.dzass.hardware.viact.net/install.sh?token=<TOKEN>" | sudo bash -s -- --JETSON
curl -sL "https://updater.telemetry.dzass.hardware.viact.net/install.sh?token=<TOKEN>" | sudo bash -s -- --ROCKCHIP
curl -sL "https://updater.telemetry.dzass.hardware.viact.net/install.sh?token=<TOKEN>" | sudo bash -s -- --PC

Alternative (token as part of the URL path):

curl -sL "https://updater.telemetry.dzass.hardware.viact.net/t/<TOKEN>/install.sh" | sudo bash -s -- --PI

3. Options

FlagTarget
--PIRaspberry Pi
--JETSONNVIDIA Jetson
--ROCKCHIPRockchip board
--PCPC / desktop
--uninstallRemove everything

4. Uninstall

curl -sL "https://updater.telemetry.dzass.hardware.viact.net/install.sh?token=<TOKEN>" | sudo bash -s -- --uninstall

Current script versions

Enter token to view versions & upload:
FileVersion (Date)SizeLast Modified
Enter the access token above to view versions.

Admin

Upload updated scripts: Upload page

Note: the access token is required for every download of the installer and its files. If you do not have a token, please ask your administrator.