Reboot TP-LINK router remotely

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Reboot TP-LINK router remotely

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Reboot TP-LINK router remotely
Reboot TP-LINK router remotely
2023-06-14 10:25:24 - last edited 2023-06-14 10:45:43
Tags: #reboot
Model: TL-WA901ND   TL-WA850RE   TL-WA901N  
Hardware Version: V5
Firmware Version: 3.16.9 Build 201030 Rel.58094n

There is a group of TP-Link TL-WA901ND v5 and TL-WA901N v6 routers. It is necessary to reboot the routers remotely at the specified time. They do not know how to TELNET and SSH only through App TP-Link Tether. But Tether does not support these models.

 

I found script:

 

# in OSX (using cURL):

curl --user username:password http://192.168.1.1/userRpm/SysRebootRpm.htm?Reboot=Reboot > /dev/null

# If you have wget by default instead of cURL (i.e. most *nix):

wget -qO- --user=username --password=password http://192.168.1.1/userRpm/SysRebootRpm.htm?Reboot=Reboot > /dev/null

 

This has been converted into a script for MikroTik:

/tool fetch url="http://192.168.1.1/userRpm/SysRebootRpm.htm\?Reboot=Reboot" user=admin password=admin output=none

But either option doesn't work.

 

How do you reboot routers remotely?

  0      
  0      
#1
Options
1 Reply
Re:Reboot TP-LINK router remotely
2023-06-15 10:33:08 - last edited 2023-06-15 10:34:07

Address, login and password changed during execution. Does not work.

 

If it works, then I can solve the problem.

 

I'm more interested in the working version of the script MikroTik.

  0  
  0  
#3
Options

Information

Helpful: 0

Views: 2364

Replies: 1

Tags

reboot
Related Articles