Choose style:

Author Topic: Convenient way to restart Almond?  (Read 4747 times)

0 Members and 1 Guest are viewing this topic.

Offline papayaman

  • Newbie
  • Posts: 1
  • Thanks: 0
  • Registered : 06/02/2015
    YearsYearsYearsYearsYearsYearsYearsYearsYears
Convenient way to restart Almond?
« on: February 06, 2015, 08:31:25 pm »
Just wondering if there is a easier way to restart the router other than just unplugging it. I know Almond has a console command box in the GUI, is there a command to restart from there?

I ask because sometimes when I am not near the router it would be easier to restart the router remotely.


Offline mrberni

  • Newbie
  • Posts: 1
  • Thanks: 0
  • Registered : 01/03/2015
    YearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Convenient way to restart Almond?
« Reply #1 on: March 01, 2015, 10:10:22 am »
Well it is fairly easy. I'am using this shell script on my linux maschine to reboot the almond and activate telnetd afterwards (replace #ADMIN-PW# and #ALMOND-IP# with your own):

Code: [Select]
wget --quiet --tries=1 --http-user=admin --http-password=#ADMIN-PW# --post-data 'command=reboot' http://#ALMOND-IP#/goform/SystemCommand
sleep 180
wget --quiet --tries=1 --http-user=admin --http-password=#ADMIN-PW# --post-data 'command=telnetd' http://#ALMOND-IP#/goform/SystemCommand

 

Page created in 0.358 seconds with 22 queries.