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.
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!
npm i
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)
node index.js
Opens Chromium to show actions taken and outputs debug logs.
node index.js --debug
Copyright (c) 2023 Ryan Liao. Released under the MIT License.