FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
937 views 2 comments
by anonymous

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 anonymous
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 anonymous
Hi

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

Example:

- uci set wireless.@wifi-iface[0].ssid='RUT955_2FDD'

- uci commit wireless

- luci-reload