Script for Rut955 device name displayed in browser tab

Hello

I want a way or a script for Rut955 device name to be displayed in browser tab for, Firmware version RUT9_R_00.07.04.3

i know that i can upgrade to the latest firmware but we have 140 devices and the time it takes to upgrade will cause issues to our company because the need the routers to be live all the time without disconnection

So if there is a ready script to do that will be very helpful

Regards

any help please ?

Hello Mohamed,

Sorry for late reply, If you wish to accomplish this task efficiently all at once, I recommend utilizing the Remote Management System (RMS) along with a task manager. This approach would streamline the process and help manage the configuration changes across multiple devices simultaneously.

If so, kindly inform me about to procedure to establish a Task Manager for addressing your query.

RMS Task Manager - Teltonika Networks Wiki.

If not, I have formulated a UCI command for executing it router by router through the command line.

firmware_version=$(uci get system.system.device_fw_version)
uci set system.system.routername=“${firmware_version}”
uci commit system
/etc/init.d/system reload

Thanks,
Mahmoud

This topic was automatically closed after 15 days. New replies are no longer allowed.