Emonwrt3 Command line guide
Prompt access
To access the terminal of the emonwrt3 use putty. Use hostname OpenWrt (or the ip address). Connection type ssh. Port 22.
If you are already on a linux type computer just issue a ssh command
ssh root@OpenWrt
If the password has never been set from the web interface then use telnet instead.
telnet OpenWrt
Start/Stop service
The Emonwrt3 service can be stopped with the following command.
/etc/init.d/emonwrt3 stop
Likewise start the service again like this.
/etc/init.d/emonwrt3 start