Reboot Linksys WAG160N / WAG54 / WAG320 / WAG120N Router / Gateway

by on July 15, 2010 · 8 comments· last updated at August 25, 2010

I'm using a Cisco Linksys WAG320N Router to connect my OS X UNIX and Linux systems to the Web. How do I reboot my Linksys WAG series router / gateway (modem) from UNIX / Linux / OS X bash command prompt or using a shell script?

The Cisco linksys series modem removed reboot option from its web interface but you can reboot the router using the following url format:

http://your-router-ip/setup.cgi?todo=reboot
http://192.168.1.1/setup.cgi?todo=reboot

Sample outputs:

Fig.01: Rebooting Cisco Linksys Router / Gateway

Fig.01: Rebooting Cisco Linksys Router / Gateway


The web interface hack works with any web browser regardless of the operating system.

Command Line Options

curl is a command line tool for transferring data with URL syntax, supporting various protocosl such as FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTMP and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos), file transfer resume, proxy tunneling and much more. The same tool can be used to reboot your router as follows:

curl -u 'Router-username:password' 'http://192.168.1.1/setup.cgi?todo=reboot'
curl -u 'admin:Your-Password-Here' 'http://192.168.1.1/setup.cgi?todo=reboot'

Further readings:

man curl



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 8 comments… read them below or add one }

1 tom August 25, 2010 at 4:51 pm

thanks man !,
i was looking for this exact cgi command to reboot my router from a remote location

Reply

2 carlo September 13, 2010 at 9:23 pm

On a italian website someone wrote a script with curl to execute shell commands on the router.
http://www.hwupgrade.it/forum/showthread.php?t=2084276&page=97

Reply

3 Criggie October 20, 2010 at 2:01 am

I had to use this on a SPA400
username of Admin and no password, and the different path in the URL.

curl -u ‘Admin:’ ‘http://10.56.272.56/html/setup.cgi?todo=reboot’

Reply

4 Sam August 15, 2011 at 12:24 am

Thanks, you saved my day

Reply

5 MIDIphil September 1, 2011 at 8:03 am

Yeah! Thanks man! That’s great…

Reply

6 Saeed July 12, 2012 at 6:41 am

Thanks It works perfectly on windows ;)
just change ‘ to ”

curl -u “username:password” “http://192.168.1.1/setup.cgi?todo=reboot”

Reply

7 Mr. Velous February 8, 2013 at 8:53 pm

How about a command to forcibly release and renew the external IP address for a Linksys E4200?

Reply

8 hima May 12, 2013 at 12:35 pm

Thanks man

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , , , , , , , , , ,

Previous Faq:

Next Faq: