NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
sonny_ibby
Jun 11, 2024Aspirant
MR6500-1TLAUS Missing Reboot /Restart icon.
Hi everyone, wondering if anyone here using Telstra Nighthawk M60 Pro with firmware NTGX65_12.01.41.00_00 is missing the "Reboot/Restart" functionality ? Had and OTA update last year from NTGX...
jaceng
Sep 09, 2024Tutor
Did you find a solution? I have firmware version NTGX65_12.01.48.00 for my Netgear MBR6500 Nighthawk Hotspot, and the reboot has also been removed by Netgear when accessing via browser. There is no other way to reboot it without physically touching it.
sonny_ibby
Sep 09, 2024Aspirant
Negative. I've been having to resort to physically reboot the device. Telstra technical support could Not assist and directed me to this community for assistance.
Lesson learn Not to buy from ISP or Netgear for any networking device moving forward. Good luck.
Lesson learn Not to buy from ISP or Netgear for any networking device moving forward. Good luck.
- jacengSep 09, 2024Tutor
My Netgear Nighthawk MBR6500 Hotspot (used for home internet) has had its restart option removed just recently (see image). This was noticed this past month.
Firmware version NTGX65_12.01.48.00.
I need this restart option to remotely restart this device when we are aware from the home ( I connect to a windows device on same home network remotely (chrome remote desktop), then use web browser access to the netgear nighthawk hotspot and click restart. )
Why is Netgear removing our restart options? Is this so they can sell/push their new Insight Pro for Mobile Hotspot subscriptions, which provides the ability to remotely manage your Netgear devices (for $$ of course). That is pretty shady.
- FURRYe38Sep 09, 2024Guru - Experienced User
aware from home?
Has anyone tried the reboot feature on the MR Mobile app?
Mine has this:
- jacengSep 09, 2024Tutor
To use the Netgear app (which I have), you must be connected to the same network as your hotspot, so it doesn't work when you're away from home.
As a web developer, I found a workaround for accessing the hidden Reboot & Shutdown menu items on the Web Dashboard (see image). So I am good to go without purchasing their insight Pro/Premium money grab. For those that may utilize this feature on the web dashboard, below may be useful to you.
The original MR6500 Web Dashboard reboot link is:http://192.168.x.x/index.html#modal_router_reboot (Replace with your hotspot's local IP address)However, you won't see a reboot prompt, like you should, because Netgear has also hidden it in the web style sheet code. To unhide it, open the developer tools in your browser and use the following CSS code to display the hidden reboot modal container (div id="modal_router_reboot"):
```css
display: contents;
```
If you're not familiar with web stuff, you might need to wait until Netgear decides to unhide these features, or they may remove the actual reboot web code entirely (easy to do) and make this workaround no longer work.
Hopefully, Netgear will listen to their customers and stop hiding the Reboot and Shutdown menu items from the Web Dashboard. It's frustrating when they restrict access to the hardware functionality we've purchased. Hopefully someone that knows why they did will pipe up and share it with us.