We are making a system management website where we need to have the option to change the wifi channel and restart or shut down the router.
We made the Ajax functions that can do this if the router doesn't have a password. The functions simlpy sending the url with the necessary parameters to the router, for example: http://1.1.1.1/WifiRadioSet?adv_mode=bgn&adv_channel=11. But obviously you don't want to leave the router without password.
So my question is it possible to somehow login to a router automatically with PHP and/or Ajax or not?