This server hosts the DZASS telemetry installer (install.sh) and the
telemetry payload for DZASS devices (Raspberry Pi, NVIDIA Jetson, Rockchip and PC).
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.
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
| Flag | Target |
|---|---|
| --PI | Raspberry Pi |
| --JETSON | NVIDIA Jetson |
| --ROCKCHIP | Rockchip board |
| --PC | PC / desktop |
| --uninstall | Remove everything |
curl -sL "https://updater.telemetry.dzass.hardware.viact.net/install.sh?token=<TOKEN>" | sudo bash -s -- --uninstall
| File | Version (Date) | Size | Last Modified |
|---|---|---|---|
| Enter the access token above to view versions. | |||
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.