This guide provides step-by-step instructions for installing the Telit deviceWISE Asset Gateway software on a Robustel EG series gateway (e.g., EG5120). This installation allows you to leverage the powerful edge computing and Industrial IoT (IIoT) capabilities of the deviceWISE platform directly on your Robustel hardware, enabling complex data orchestration, device integration, and edge-to-cloud solutions. This procedure is intended for users who need to deploy third-party edge applications on their Debian-based Robustel gateways.
Hardware List:
Software/Firmware:
arm64 version of the Telit deviceWISE Asset Gateway installer (.run file).Other Prerequisites:
sudo user must be created on the Robustel gateway's configuration page before starting.arm64 version of the Asset Gateway. Download the .run file to your PC.
.run file from your PC to the gateway. Connect to the gateway's IP address and copy the file to a known directory, such as /home/your_sudo_user/.
sudo user credentials you previously created.
cd /home/your_sudo_user/sudo sh command. This will begin the installation process.sudo sh DWGateway_Install.Linux-ARM64v8-aarch64-Generic.25_03_08.run
systemctl status devicewiseA successful status will show the service as active (running).


sudo sh command, run chmod +x DWGateway_Install.Linux-ARM64v8-aarch64-Generic.25_03_08.run to make the file executable. Alternatively, always using sh to execute the script as shown in the guide should bypass this issue.sudo command is not found or I cannot log in with my user.sudo privileges is a prerequisite for this installation. Please log in to the Robustel gateway's web interface, navigate to System > User Management, and create a sudo account before proceeding with the installation./opt/dw/devicewise) and look for a script named uninstall or similar, then run it with sudo.(e.g., sudo sh /opt/dw/uninstall)Version | Date | Author | Changes |
1.0 | 2025-10-13 | Jens Zhou | Initial draft |