Emonwrt3 Command line guide: Difference between revisions
Jump to navigation
Jump to search
(Created page with " =Prompt access= To access the terminal of the emonwrt3 use [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html putty]. Use hostname OpenWrt (or the ip address). ...") |
No edit summary |
||
Line 5: | Line 5: | ||
Use hostname OpenWrt (or the ip address). Connection type ssh. Port 22. | Use hostname OpenWrt (or the ip address). Connection type ssh. Port 22. | ||
If you are already on a linux type computer just issue | If you are already on a linux type computer just issue a ssh command | ||
ssh root@OpenWrt | ssh root@OpenWrt | ||
Line 17: | Line 17: | ||
/etc/init.d/emonwrt3 stop | /etc/init.d/emonwrt3 stop | ||
Likewise start the service again like this. | |||
/etc/init.d/emonwrt3 start |
Revision as of 10:57, 14 February 2019
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