How to re-enable the web interface of a dd-wrt router with no SSH or telnet connection

administratordd-wrtrouter

I accidentally disabled my D-link router's web interface. I installed dd-wrt firmware on it. The router's SSH and telnet connections are disabled. I don't want to reset the router.

How can I enable the web interface?

Best Answer

I recommend following these steps in the future: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=29181

nvram set httpd_enable=1
nvram set http_enable=1
nvram commit

you can just reboot, or start httpd from the commandline

httpd -p 80

I followed them and got mine to work

Related Question