randompie New Around Here May 7, 2017 #1 I have forgotten the password for the admin user for logging into the web interface. I can access the router using SSH and keys. How can I change the admin password for the web interface?
I have forgotten the password for the admin user for logging into the web interface. I can access the router using SSH and keys. How can I change the admin password for the web interface?
RMerlin Asuswrt-Merlin dev Staff member May 7, 2017 #2 Code: nvram set http_passwd="mypassword" nvram commit service restart_httpd Or, Code: nvram get http_passwd
Code: nvram set http_passwd="mypassword" nvram commit service restart_httpd Or, Code: nvram get http_passwd
randompie New Around Here May 7, 2017 #3 RMerlin said: nvram get http_passwd Click to expand... Thanks a ton!