Skip to content

Restart your Nighthawk X6S Tri-Band Range Extender from command line

License

Notifications You must be signed in to change notification settings

irliao/netgear-ex8000-restart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netgear-ex8000-restart

Restart your Nighthawk X6S Tri-Band Range Extender directly with one command.

More than often (at least for mine), the extender is unstable and has to be restarted to temporarily fix any connectivity or speed issue. Restarting the extender requires the user to manually login to the extender in a browser and go through multiple pages until you reach the restart button. Instead of doing this manually (which gets old real quick), this program will restart the extender without needing to go on the browser.

Disclaimer

Please carefully review the source code before installing and running it.

I am not responsible for any damage or data loss caused by this repository. Run at your own risk!

How to Install

npm i

How to Configure

Create/edit a secrets.json in this project's root directory with this content:

{
  "username": "EXTENDER USERNAME",
  "password": "EXTENDER PASSWORD"
}

WARN: Never check in your secrets.json! (only secrets.json in the root directory of this project is protected by gitignore)

How to Run

node index.js

How to Debug

Opens Chromium to show actions taken and outputs debug logs.

node index.js --debug

Dependencies

License

Copyright (c) 2023 Ryan Liao. Released under the MIT License.

About

Restart your Nighthawk X6S Tri-Band Range Extender from command line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published