Emonwrt3 Command line guide

From lechacal
Revision as of 10:56, 14 February 2019 by Administrator (talk | contribs) (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). ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 an 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