Edge Lite Installation : Teltonika TRB 200 Series
Edge Lite is available for the TRB245 and TRB255 devices. Installing Edge Lite enables seamless connection between your gateway device and a Zoho IoT application. Since all TRB200 series models follow the same setup steps, this guide uses the TRB245 as an example to demonstrate the process.
Prerequisites
Make sure you have the following:
- PC or Mac
- LAN cable
- TRB 200 series device
- Power supply for TRB 200 series device
- Firmware version of TRB 200 series is above is above 06.xx.xx
Steps in Installing Edge Lite for TRB devices
Get Edge Lite set up file
- Download Zoho Edge Lite for TRB200 series from here.
- Unzip the provided file trb2xx.zip to a known location.
Connect the TRB device
- Connect your Mac/PC to the TRB245 using a LAN cable.

- Power on the TRB245.
- Note the device's default IP address (Default IP: 192.168.1.1) displayed on the device.

- Open a browser (Chrome recommended) and enter the IP address in the address bar and click return/Enter. If prompted with a security warning, click "Continue to Site".

You'll be redirected to the Teltonika device application interface. - Log in using the username and password displayed on the device label.


- For new devices, you’ll be asked to set a new password.

Transfer set up file to TRB device
Note: Commands in the Terminal/Command Prompt are executed by typing the required command and pressing return/Enter. Password to be used in the setup must be the newly set password.
- Open the terminal and navigate to the unzipped agent folder:
- Mac:
- Open Terminal.
Type cd (followed by a space), drag the unzipped folder into Terminal, then press Return.
cd 
Example of command line after dragging and dropping:
cd /Users/user-name/Documents/Downloads/agent-trb-245-v-0.2.0 
- Windows:
- Open the extracted folder.
- Type cmd in the address bar and press Enter to open Command Prompt in that folder, then press Enter.

- Example of command in the command prompt for the directory:

- Transfer the dependency file:
- Execute the following command:
scp libopenssl1.1_1.1.1t-1_mips_24kc.ipk root@192.168.1.1:/tmp

If prompted, type yes and press return/Enter.

Then, enter the TRB245 password and press return/Enter.

Transfer the agent file:
Execute the following command:
scp zoho_iot_agent_0.2.0-1_mips_24kc.ipk root@192.168.1.1:/tmp

Enter the TRB245 device password when prompted and click return/Enter.

Install Edge Lite in the device
- Go back to your browser tab with the TRB245 interface.
- Navigate to System > Maintenance > CLI.

- Log in with username root and your TRB245 device password.

- In the command line interface, execute.
cd /tmp

- Install the dependency first by executing:
opkg install libopenssl1.1_1.1.1t-1_mips_24kc.ipk

- Then, install the agent by executing:
opkg install zoho_iot_agent_0.2.0-1_mips_24kc.ipk

Access the web interface of Edge Lite
- Open a new browser tab.
- Go to: 192.168.1.1:8070/

Login using:
Username : admin
Password : admin01

- Set a new password for the agent and click Continue.

With Edge Lite installed on your TRB device, you can follow the
onboarding Edge Lite guide to connect your device to the Zoho IoT application.