Wireless network from MGTS Sometimes a forced shutdown is required—whether to save power, protect against unauthorized access, or eliminate interference from neighboring access points. Unlike a temporary shutdown via the button on the device, a complete shutdown Wi-Fi module Using the router settings ensures that the network won't be restored after a device reboot. However, many users encounter difficulties: the admin panel interface varies depending on the model, and some functions are hidden in obscure sections.
This article covers all the current methods for disabling Wi-Fi on equipment. MGTS, including routers Sercomm RV6699, Huawei HG8245H, ZTE ZXHN H267N and other popular models. We'll cover not only the standard web interface shutdown method, but also alternative methods, such as using a mobile app. MGTS Personal Account Before a hard reset when the device freezes. Particular attention is paid to common errors (for example, when settings are not saved) and how to fix them.
If you plan to turn off Wi-Fi for a long period of time, please note: some router models MGTS automatically enable wireless network after firmware update. To avoid unexpected Wi-Fi reactivation, it is recommended to disable the auto-update feature in the section System Settings → Software Update.
1. Method 1: Disabling Wi-Fi via the router's web interface
The most reliable method is to deactivate the wireless network through the admin panel. This doesn't require any special software, just a browser and access to the router via cable or an existing Wi-Fi connection.
Steps for most models MGTS:
- Open your browser and type in the address bar
192.168.1.1or192.168.0.1(the exact address is indicated on the router sticker). - Enter your login and password (by default it is often
admin/adminoruser/user). - Go to the section
Wi-Fi,Wireless networkorWLAN(the name depends on the model). - Find the switch Turn on wireless network and uncheck the box or move it to the position
Off. - Save the changes by clicking the button
ApplyorSave.
On routers Sercomm RV6699 the path may look like this:
Additional settings → Wi-Fi → Basic settings → Turn on hotspot.
If Wi-Fi continues to work after saving, check:
- 🔄 Are multiple networks enabled (2.4 GHz and 5 GHz)? Disable both.
- 🔒 Is your antivirus or browser blocking the saving of settings (try a different browser).
- 📡 Is the function not activated?
WPS- It can turn on Wi-Fi automatically.
⚠️ Attention: On some firmware versions MGTS After disabling Wi-Fi, you may lose access to wireless network settings via the web interface. Connect to the router via cable. Ethernetto regain access.
☑️ Preparing to Disconnect Wi-Fi
2. Method 2: Quick shutdown using the WPS/Wi-Fi button on the case
Most routers MGTS are equipped with a hardware button for wireless network control. It can be labeled as WPS, Wi-Fi or depicted as an antenna .
How does this work:
- 🔘 Short press (1-2 seconds): usually turns on/off
WPS, but does not turn off Wi-Fi completely. - 🔘 Long press (5-10 seconds): on most models (Huawei HG8245H, ZTE ZXHN H267N) disables the wireless network until the next router reboot.
- 🔄 Double tap: on some devices (Sercomm RV6699) switches the router to "Wired connection only" mode.
Please note: This method does not save settings after rebootIf you need a permanent shutdown, use the web interface (Method 1).
⚠️ Attention: On routers MGTS with firmware versionV3.20and above long press of the buttonWPSmay reset to factory settings. Before using this method, check the firmware version in the sectionSystem Monitor.
What to do if the button doesn't work?
If the Wi-Fi/WPS button does not respond to pressing, check:
1. Is it physically stuck (clean it with alcohol).
2. Is the hardware control function disabled in the settings (Advanced settings → Button management).
3. Is the button broken? Try resetting the router to factory settings (button Reset for 15 seconds).
3. Method 3: Disconnection via the MGTS mobile app
Application MGTS Personal Account (available for Android And iOS) allows you to manage your router remotely, including disabling Wi-Fi. This method is convenient if you don't have access to a computer or cable.
Step-by-step instructions:
- Open the application and log in with your username. MGTS.
- Go to the section
My Devices → Router. - Select your router from the list (if there are several).
- Tap on the tab
Wi-FiorWireless network. - Move the slider Turn on Wi-Fi in position
Off. - Confirm the action (you may be asked to enter the password from the SMS).
The advantages of this method:
- 📱 Works from anywhere with mobile internet access.
- 🔒 Doesn't require knowing the router's IP address or admin panel login details.
- 📊 Allows you to turn off Wi-Fi on a schedule (function
Parental control).
Restrictions:
- ❌ Not all router models are supported (for example, outdated ones) D-Link DIR-300 may not be displayed in the application).
- ❌ If synchronization fails, changes may not be applied (check the status in the section
Event log).
1. Reconnect to the network MGTS on the phone.
2. Update the application to the latest version.
3. Manually add a router by its serial number (section Add a device).-->
4. Method 4: Scheduled shutdown (timer)
If you need to turn off Wi-Fi automatically (for example, at night or during work hours), use the built-in scheduler. This feature is available on most modern routers. MGTS, including Keenetic And TP-Link in the firmware from the provider.
How to set up:
- Go to the router's web interface (see Method 1).
- Go to the section
Wi-Fi → ScheduleorAdvanced Settings → Scheduler. - Activate the option Enable schedule.
- Specify the days of the week and time intervals when Wi-Fi should be turned off (for example, from
23:00to07:00). - Save the settings.
Example of a schedule for saving energy:
| Day of the week | Shutdown time | Turn-on time |
|---|---|---|
| Monday–Friday | 23:00 | 06:30 |
| Saturday–Sunday | 01:00 | 08:00 |
| Every day | 14:00–15:00 | - (break) |
Important: If the router reboots during a power outage (for example, due to a power surge), Wi-Fi may turn on automatically. To prevent this, configure Automatic shutdown by schedule after loading in the section System Preferences → Autostart.
⚠️ Attention: On routers with firmware MGTS versions V2.10 The schedule below may be disrupted during seasonal changes (winter/summer time). Please check your settings after updating the time.
5. Method 5: Completely disabling the radio module (for advanced users)
If you need physically disconnect Wi-Fi module (for example, to test a wired network or eliminate hardware interference), this can be done through Telnet or SSHThis method is only suitable for advanced users, as it requires working with the command line.
Instructions for routers based on Linux (For example, Keenetic):
- Activate
Telnetin the router settings (sectionSystem Tools → Remote Management). - Connect to the router via the program PuTTY or terminal:
telnet 192.168.1.1login: admin
password:
- Run the command to disable the radio module:
iwconfig wlan0 txpower off
ifconfig wlan0 down
To disable the 5 GHz network (if available):
iwconfig wlan1 txpower off
ifconfig wlan1 down
To make changes persist after reboot, add the following commands to your startup file:
vi /etc/rc.local
(Add lines before exit 0)
⚠️ Warning: Incorrect commands may result in complete failure of the routerIf you're unsure of what to do, use the other methods in this article.
To restore Wi-Fi to working order, follow these steps:
ifconfig wlan0 up
iwconfig wlan0 txpower on
6. Troubleshooting: Wi-Fi won't turn off
Sometimes, even after correct settings, the wireless network continues to work. Here are some causes and solutions:
Problem 1: Settings are not saved.
- 🔹 Check if your antivirus (for example, Kaspersky) saving the configuration.
- 🔹 Try a different browser (Firefox or Edge instead of Chrome).
- 🔹 Clear your browser cache or use incognito mode.
Problem 2: Wi-Fi turns on automatically after reboot.
- 🔹 Disable the feature
Automatically restore settingsin the sectionSystem Preferences → Backup. - 🔹 Update your router firmware (section
Software update). - 🔹 Check if the feature is activated
Guest access- It can automatically turn on the network.
Problem 3: In the mobile app MGTS there is no disable option.
- 🔹 Uninstall and reinstall the app.
- 🔹 Check if your router is linked to an account (section
My devices). - 🔹 Contact support MGTS — Your model may not be supported.
⚠️ Attention: If the router is rented from MGTSSome features (such as completely disabling the radio module) may be blocked by your provider. In this case, please contact customer support by phone. 8-495-636-0-636.
7. Alternative solutions: if nothing helps
If standard methods don't work, consider these options:
1. Physically disconnecting antennas
On some models (eg, TP-Link TL-WR841N) You can carefully unscrew the antennas - this will weaken the signal to zero. However:
- ✅ Plus: 100% shutdown guarantee.
- ❌ Disadvantage: risk of damaging the connectors.
2. Using a second router in bridge mode
Connect to the main router MGTS the second router (for example, ASUS RT-N12) and disable Wi-Fi on it. Leave the main router enabled for wired internet only.
3. Replacing the firmware with a third-party one
Install alternative firmware (DD-WRT, OpenWRT), where Wi-Fi management is more flexible. However, this:
- ⚠️ Void warranty.
- ⚠️ May disrupt IPTV and telephony MGTS.
4. Contacting support
If the router is rented, MGTS Can remotely disable Wi-Fi upon your request. To do this:
- Call the number
8-495-636-0-636. - Please state the router model and the reason for the shutdown.
- Confirm the action using the SMS code.
What happens if you turn off Wi-Fi on a rented router?
MGTS does not prohibit disabling Wi-Fi on rented devices, but:
- Technical support may suggest turning it back on when diagnosing problems.
- When replacing a router, new settings may be reset to factory defaults (Wi-Fi will turn on automatically).
If your Wi-Fi has been disabled due to a network hack, please report it to support—they can block unauthorized devices at the provider level.
FAQ: Frequently Asked Questions
Is it possible to turn off Wi-Fi for only certain devices?
Yes, this is done through a function Access control (Wi-Fi → MAC Filter). Add the MAC addresses of the devices you want to block from connecting to the blacklist. However, this doesn't disable the network itself; it only blocks individual devices.
Why did the internet disappear on all devices after turning off Wi-Fi?
Your router is probably configured in mode Wi-Fi only (without cable distribution). Check:
- Connecting the cable Ethernet to the port
LAN(NotWAN). - Section settings
Network → Local Area Network(must be enabled)DHCP server).
If the problem persists, reset the router to factory settings (button Reset for 10 seconds).
How do I disable Wi-Fi on an MGTS router if I forgot the admin panel password?
There are three ways:
- Reset settings: Click the button
Reseton the back of the router (hold for 15 seconds). The login and password will be reset to factory settings (admin/adminoruser/user). - Mobile application: If the router is linked to your account MGTS, use the app Personal account (cm. Method 3).
- Technical support: Call in MGTS and ask to reset your password remotely (passport details will be required).
⚠️ After the reset, all settings (including the Wi-Fi password) will return to factory settings!
Will turning off Wi-Fi save energy?
Yes, but only slightly. The router's power consumption in "wired network only" mode is reduced by 10–15% (from ~10 W to ~8–9 W). For example, a router Sercomm RV6699 consumes:
- 🔌 In Wi-Fi + Ethernet mode: ~12 W.
- 🔌 Ethernet only: ~9 W.
- 🔌 In off mode: ~1 W (standby mode).
For real savings, turn off your router completely at night (for example, after socket with a timer).
Is it possible to turn off Wi-Fi but leave the guest network?
Yes, this is possible on most dual-band routers (Huawei HG8245H, ZTE ZXHN H267N). To do this:
- Disable the main network in the section
Wi-Fi → Main Network. - Leave the guest network enabled
Wi-Fi → Guest Access. - Set up a separate password and speed limits for the guest network.
Please note: a guest network is usually slower and does not have access to local devices (printers, network drives).