FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14082 questions

16726 answers

27453 comments

53730 members

0 votes
867 views 2 comments
by

Hi

we have a whole bunch of RUT240s deployed for IoT purpuses.

When want to update the configuration on them, I update it on a local and backup all the configuration files listed here ( https://wiki.teltonika.lt/view/UCI_command_usage#Configuration_files ). 

I then push all those files to each of the remote RUT240s. They show up correctly in the WebUI but are not immediately applied. I guess when you save something in the WebUI, it saves the file + restarts a daemon, so that it gets applied?

What would be the recommended way to have the RUT240 "reload" its configuration files (eg which daemon would I need to restart?)

Thanks

Jan

1 Answer

0 votes
by
Hello,

If you want to configure another RUT240 to the same configuration as another RUT240 use backup files (System -> Administration -> Backup). More information: https://wiki.teltonika.lt/view/How_to_download_and_upload_a_backup_file%3F
Best answer
by
Hi

this would work but requires manual action, we require a fully automated way (hence why we auto-push the files)
by
If you are using UCI commands for changing configuation, then try using command: luci-reload after making changes.

Example:

- uci set [email protected][0].ssid='RUT955_2FDD'

- uci commit wireless

- luci-reload