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
1,180 views 0 comments
by anonymous

I have a RUT955 deveice that is remote, but I have SSH access only. I'm trying to enable the web interface so that I can access using a broswer as well. I presume I need to change a setting in the /etc/config folder? is this correct or is there a different value I should be modifying?

Thanks

1 Answer

–1 vote
by anonymous
Hi,

If you're able to access router via SSH you it should be possible to do so via WebUI as well. With 7.0 there's an issue with WebUI services and for some reason it becomes not responsive. For those cases you can simply restart WebUi services using command "/etc/init.d/uhttpd restart" or if you enter command "ps" and see that there's no uhttpd services running "/etc/init.d/uhttpd start" should start the services. Another thing is worth looking at is whether the default WebUI ports were changed or HTTP(S) access saw disabled at all. For that use command "cat /etc/config/uhttpd" to check config and "vi /etc/config/uhttpd" to change the config.After configuration is changed, don't forget to use "/etc/init.d/uhttpd restart" to restart the services and apply the changes.