Hi, I want to build a custom interface for wifi router management. where I can manage multiple routers (with OpenWrt) remotely from anywhere in the world.
in this i already wrote the script for logs and metrics when i am directly connected to my PC (which is connected to lan) now i want to access these log from somewhere else. how can i run these command and how & where i can save the logs and metrics so i can fetch it to my UI(remotely )
You might look into capabilities already built into LuCI statistics (collectd), and into experiments by others, e.g.
There are other similar ones, but that is recent.
Note that these are about exporting statistics, not about interactively managing routers (like your text seems to imply for final wish to be.)
2 Likes
Have a look at OpenWisp, they are already doing something similar.
3 Likes
Hi , thanks for info.
Actually i am building something like my own openwisp kind of software. So stuck here in this feature
Hi, thanks for the solution. I will look into it.
Also, do you know how can i change ip , do port forwarding and assign ip to specific mac through an external computer. Any ideas ? TIA