Disabling the wireless network on the router Keenetic This can be useful in a variety of situations, from simple energy savings to protection against unauthorized connections. Perhaps you've noticed suspicious devices on your network, want to limit internet access at night, or are simply testing a wired connection. In any case, disabling Wi-Fi on devices of this brand has its own nuances, depending on the model and firmware version.
Unlike budget routers from other manufacturers, where this function is often hidden deep in the menu, Keenetic offers several ways to deactivate a wireless network, from a classic web interface to a proprietary mobile app. KeeneticIt's important to understand the difference between completely disabling the Wi-Fi module and temporarily pausing the network, as well as taking into account the specifics of working with dual-band models (2.4 GHz + 5 GHz). In this article, we'll cover all the relevant methods, including hidden features not covered in the standard instructions.
Method 1: Disabling Wi-Fi via the router's web interface
The most reliable and universal method is to use the router's control panel via a browser. It works on all models. Keenetic, including obsolete series Lite, Omni, Giga and new ones Hero, VivaThe main requirement is that the router must be connected to power and the network (at least via cable).
To enter settings:
- Open any browser (Chrome, Edge, Firefox) and enter in the address bar
192.168.1.1ormy.keenetic.net. - Enter your login and password (default -
admin/admin, if you haven't changed it). - Go to the section
Wi-Fi(in new firmware versions it may be calledWireless network).
Further steps depend on the firmware version:
- 🔄 NDMS v2 (old firmware): Find the tab
Access pointand uncheck the boxTurn on the hotspot. - 🔄 NDMS v3 (new firmware): In the block
Basic settingsmove the sliderWi-Fiin positionOff. - 🔄 Dual-band models: Disable the 2.4 GHz and 5 GHz networks separately - they are configured as two independent access points.
Check your cable connection to your router|Remember your current network settings (SSID, password)|Make sure there are no important firmware updates|Save a backup copy of your configuration (System section)
-->
After disabling, don't forget to press Apply or SaveThe changes will take effect in 10-30 seconds. If the internet connection is lost on all devices after this, check whether you accidentally disconnected the wired network (section Internet).
⚠️ Attention: On some models (Keenetic Start, Keenetic Air) After disabling Wi-Fi, you may lose access to the web interface if you were connected wirelessly. Always use a cable for such operations!
Method 2: Quick Disconnect via WPS Button
Few people know, but on most routers Keenetic (except for the most budget ones) there is a hardware way to disable Wi-Fi without going into settings. To do this, use the button WPS or Wi-Fi on the back of the device. This feature works even if the router is not connected to the internet.
Instructions:
- Find the button with the inscription on the router body
WPSor the wireless network icon (📶). - Press it on 5-7 secondsuntil the Wi-Fi indicator starts flashing orange or turns off.
- Release the button and the network will be disconnected.
To turn Wi-Fi back on, repeat the process. This method is convenient for temporary shutdowns (for example, overnight), but has limitations:
- ❌ Doesn't work on models Keenetic Lite I And Keenetic 4G I.
- ❌ Disables both networks (2.4 GHz and 5 GHz) simultaneously, without the possibility of selective deactivation.
- ❌ Does not save state after rebooting the router (Wi-Fi will turn on automatically).
Method 3: Using the Keenetic mobile app
Branded application Keenetic (available for Android And iOS) allows you to control your router from your smartphone, including disabling Wi-Fi. This is convenient if you're in another room or want to monitor the network remotely. The app supports all current router models, starting with Keenetic Start (2018 release) and newer.
Step-by-step instructions:
- Download and install the application from App Store or Google Play.
- Log in to your account Keenetic (or create it if you don't have one yet).
- Select your router from the list of devices.
- Go to the section
Wi-Fi(antenna icon in the bottom menu). - Turn off the slider
Wireless networkor select a specific network (2.4 GHz/5 GHz).
The advantages of this method:
- 📱 Convenient control from your phone (no need to connect via cable).
- 🔄 Possibility to create Wi-Fi operating schedule (for example, turn off the network from 11:00 pm to 7:00 am).
- 📊 View connected devices in real time.
⚠️ Attention: If the router stops responding after disabling Wi-Fi via the app, check whether the mode has been activatedNetwork isolation(chapterSecurity). In this case, even wired devices may lose access.
Via the web interface|By pressing a button on the router|By using a mobile app|Never turn it off|Another method
-->
Method 4: Disabling Wi-Fi on a schedule (timer)
If you need to automatically turn off Wi-Fi at a certain time (for example, at night or while you are away), use the built-in schedulerThis feature is available in firmware. NDMS v3 and newer, as well as through a mobile application.
Configuration via web interface:
- Go to
Wi-Fi → Schedule. - Click
Add a rule. - Specify the days of the week and the time interval (e.g.
23:00–07:00). - Select an action:
Turn off Wi-Fi. - Save the settings.
Features of the timer:
| Parameter | Description |
|---|---|
| Response accuracy | ±1 minute (depending on the router load) |
| Operation during power failure | The timer has reset and needs to be reset. |
| Dual-band network support | You can set up separate rules for 2.4 GHz and 5 GHz |
| Exceptions | It is possible to add devices that are allowed access outside of the schedule |
To add an exception (for example, to leave access for smart TV or IP cameras):
- Go to
Wi-Fi → Clients. - Find the device in the list and click on it.
- Activate the option
Ignore the schedule.
What to do if the timer doesn't work?
Check that your router's time is synchronized with the NTP server (under "System → Date and Time"). If the router displays an incorrect time, the timer will not work. Also, make sure that "Always-on Wi-Fi" mode is not enabled in the security settings (this feature is present on some firmware versions for business models).
Method 5: Disabling Wi-Fi via Telnet/SSH (for advanced users)
If the web interface is unavailable (for example, due to a failure), and the button WPS It doesn't work, you can turn off Wi-Fi via command lineThis method requires basic knowledge of network protocols and is recommended for advanced users only.
Instructions:
- Connect to the router via
TelnetorSSH(port22). For this, use programs PuTTY (Windows) or built-in terminal (macOS/Linux). - Log in (login/password are the same as for the web interface).
- Run the command to disable the Wi-Fi module:
configure terminalinterface WirelessMaster0/radio0
shutdown
exit
interface WirelessMaster0/radio1
shutdown
exit
commitHere
radio0— 2.4 GHz network,radio1— 5 GHz. - To enable, replace
shutdownonno shutdown.
On Keenetic Hero and Keenetic Titan models with firmware 3.7+, the command may differ: instead of WirelessMaster0, use WirelessController0.
⚠️ Attention: Incorrect use of the command line can cause your router to malfunction! If you're unsure of what you're doing, try other methods to disable Wi-Fi.
Common problems and their solutions
Even after properly disabling Wi-Fi, users sometimes encounter unexpected issues. Let's look at common issues and how to resolve them.
Problem 1: Wi-Fi has disconnected, but the indicator on the router remains on.
- 🔌 Reboot your router (turn off the power for 10 seconds).
- 🔍 Check if the indicator for a different network is on (for example, 5 GHz instead of 2.4 GHz).
- 📡 In some models (Keenetic Extra, Keenetic Ultra) The indicator may display the module's status, not the network itself. Go to the web interface and verify that the network is truly deactivated.
Problem 2: After disconnecting Wi-Fi, internet access via cable was lost.
- 🔧 Check if the DHCP server is disabled (section
Home Network → DHCP). - 🔄 Reconnect the Ethernet cable to a different port on the router.
- 📡 The error may have occurred due to an IP address conflict. Try manually setting an IP address in the range on your computer.
192.168.1.x(For example,192.168.1.100).
Problem 3: I can't access my router settings after disabling Wi-Fi.
- 🔌 Connect to the router via cable (required!).
- 🔄 Try alternative addresses:
192.168.1.1,keenetic.link,10.0.0.1. - 🔧 Reset your router using the button
Reset(hold for 10-15 seconds) if other methods do not help.
Security: What to do before disabling Wi-Fi
Disabling your wireless network is not only convenient but also an additional security measure. However, before disabling Wi-Fi, take a few important steps to avoid problems:
- Check connected devices. Go to
Wi-Fi → Clientsand make sure there are no unknown devices on the network. If you find any strange devices, firstblocktheir (buttonBan), and then turn off the network. - Save the settings. In the section
System → ConfigurationCreate a backup of your current settings. This will help you quickly restore your settings if something goes wrong. - Update the firmware. Outdated software versions may contain vulnerabilities. Check for updates at
System → Update. - Set up a guest network. If you need to leave internet access for some devices (for example, smart home), but limit the main network - use the function
Guest networkwith a separate password.
If you're turning off Wi-Fi for an extended period of time (such as during a vacation), consider additional measures:
- 🔌 Disconnect the router from power (this will reduce the risk of remote attacks).
- 🔐 Change your web interface password to a more complex one.
- 📡 Disable the feature
Remote control(chapterSystem → Remote Access).
FAQ: Answers to Frequently Asked Questions
Is it possible to disable Wi-Fi on a Keenetic if I forgot the router password?
Yes, but this will require a factory reset. Press and hold the button Reset on the back of the router for 10-15 seconds (until the indicators start flashing). After the reset, enter the default settings (admin/admin) and turn off Wi-Fi. Attention: All personal settings (including passwords and schedules) will be lost!
Why does the Wi-Fi network turn back on by itself after disabling it using the WPS button?
This is normal behavior - hardware shutdown by button WPS The setting isn't saved after a router reboot. If you need a permanent disablement, use the web interface or mobile app. Also, check if the feature is enabled. Automatic network recovery in the section Wi-Fi → Additional.
How do I disable Wi-Fi for specific devices only, rather than completely?
Instead of completely disconnecting the network, use access control (Wi-Fi → Clients → Blocking). Add the MAC addresses of the devices you want to block from connecting. You can also configure parental control (Internet → Parental Controls) with time or content restrictions.
Will the router consume less power after turning off Wi-Fi?
Yes, but the savings will be minimal—about 1–3 watts per hour (depending on the model). For example, Keenetic Giga With Wi-Fi enabled, it consumes ~6–8 W, and with the wireless network disabled, it consumes ~4–5 W. You won't notice a significant difference in your electricity bills, but for stand-alone systems (such as those powered by a battery), this may be significant.
Is it possible to disable Wi-Fi on Keenetic via SMS or phone call?
No, routers Keenetic do not support control via SMS or voice commands. However, you can use remote access via the app Keenetic (if the function is activated in the settings) or configure automation through services like IFTTT (you will need a router with API support, for example, Keenetic Hero).