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
589 views 0 comments
by
I'd like to get metrics from my RUTX11. Is there any scripting interpreter installed aside of shell? I've heard future RutOS is going to support opkg and I could install Python which is really cool!

1 Answer

0 votes
by anonymous

Hello,

Teltonika routers are based on Linux OpenWRT. It uses a Busybox ash shell by default. You can find more information on the following links:

https://openwrt.org/docs/techref/initscripts

https://openwrt.org/docs/guide-user/base-system/user.beginner.cli

opkg is currently supported. Before installing anything, first, enter the command opkg update and then opkg install <package name>

More information about Python can be found on the OpenWRT page:

https://openwrt.org/docs/guide-user/services/python