How to see who's connected to your Keenetic router's Wi-Fi: all the methods

Have you noticed that your internet has become slower than usual? Or do you suspect that your Keenetic Have unauthorized devices connected? Checking the list of devices connected to your Wi-Fi is the first diagnostic step to identifying unauthorized access or simply optimizing your network. In this article, we'll look at all available methodsHow to see who is using your Wi-Fi on routers Keenetic (including models Giga, Extra, Speedster and others).

It's important to understand that verification methods depend on the firmware version and device model. Modern routers Keenetic with firmware NDMS 3.x offer advanced monitoring tools, while older versions (NDMS 2.x) functionality may be limited. We'll look at general solutions, as well as nuances for specific cases.

If you've never accessed your router settings before, don't worry: the process is simpler than it seems. Even without technical knowledge, you can do it. in 5 minutes Get a complete list of devices, their IP addresses, MAC addresses, and even connection history. And at the end of the article, you'll find tips on how to block other people's devices and protect your network from hacking.

Method 1: Viewing connected devices via the Keenetic web interface

The simplest and most visually intuitive method is to use the router's control panel. This works for all models. Keenetic (from Lite to Ultra II) and doesn't require any additional software. Here's how:

  1. Connect to the router's network (via Wi-Fi or cable). Make sure your device (PC, smartphone, tablet) is on the same network as Keenetic.
  2. Open your browser and type in the address bar 192.168.1.1 (the standard IP address for Keenetic). If the address doesn't work, check the sticker on the bottom of the router—it may indicate a different one (for example, 192.168.0.1).
  3. Enter your username and password to log in. By default, this is admin/admin, but if you changed them, use your data.
  4. Go to the section Devices (in new firmware) or Local Area Network → DHCP (in older versions). A table with connected devices will be displayed here.

In modern firmware (NDMS 3.0+) the interface is more informative: you will see not only a list of devices, but also:

  • 📱 Device name (if it is transmitted via DHCP).
  • 🔢 MAC address — unique identifier of the network card.
  • 🌐 IP address, assigned by the router.
  • ⏱️ Connection time and connection type (Wi-Fi or Ethernet).
  • 📡 Signal level (for wireless devices).

Number of connected devices (compare with expected)|Unknown MAC addresses in the list|Devices with suspiciously long session times|Gadgets connected via cable (if you only have Wi-Fi)|Last activity time for each device

-->

If you see a device named in the list android-xxxxxx or iPhone-123456, but you don't recognize it—this is cause for concern. This is especially true if you have several such devices and you live alone or in a small family. In this case, proceed to the section on blocking unwanted connections.

Method 2: Using the Keenetic mobile app

For smartphone owners on Android or iOS The most convenient way to check connected devices is through the official app KeeneticIt's free, supports all modern router models, and offers a user-friendly interface for network monitoring.

To see the list of devices:

  1. Download the app from App Store or Google Play (Name: Keenetic).
  2. Log in using the data from the router web interface (login/password).
  3. On the main screen, select the tab Devices or Local area network (depending on the application version).
  4. A list of all connected devices will open with the ability to filter by connection type (Wi-Fi/ETH).

Advantages of the application over the web version:

  • 📲 Notifications about new connections (can be configured in settings).
  • 🔍 Search for devices by name or MAC address.
  • 🚫 Quick blocking unwanted gadgets directly from the app.
  • 📊 Traffic consumption graphs for each device (in new versions).

If you frequently check the network, the app will become your main tool. It also allows you to remotely control the router, if you have enabled this feature in the settings (System → Remote Control).

Once a week|Only when the internet is slow|Never checked|I use automatic monitoring

-->

Method 3: View via command line (for advanced users)

If the web interface or application is unavailable (for example, due to a failure), you can get a list of connected devices via command line router. This method requires basic knowledge of working with SSH or Telnet, but provides extended information.

Instructions for firmware NDMS 3.x:

  1. Enable access by SSH in the router settings: go to System → Management → Access and activate the option SSH.
  2. Connect to the router via the terminal (on Windows you can use PuTTY, on macOS/Linux - the built-in terminal). Enter the command:
    ssh admin@192.168.1.1

    (replace admin to your login, if it is different).

  3. Enter your router password.
  4. Run the command to view the ARP table (list of devices with IP and MAC):
    ip neigh

    Or for more detailed information:

    cat /proc/net/arp

In response you will see something like:


192.168.1.100 0x1 0x2 AA:BB:CC:11:22:33 eth0

192.168.1.101 0x1 0x2 DD:EE:FF:44:55:66 wlan0

Where:

  • 192.168.1.100 — Device IP address.
  • AA:BB:CC:11:22:33 — its MAC address.
  • eth0 - connection via cable, wlan0 — via Wi-Fi.

To view the list of DHCP clients (devices that received an IP automatically), use:

cat /tmp/dhcp.leases
What to do if SSH won't connect?

If your router doesn't respond to SSH, check:

1. Is access enabled in the settings (System → Management → Access).

2. Is the IP address specified correctly (default 192.168.1.1, but may differ).

3. Is port 22 blocked in the firewall settings?

4. Are you connected to the router's network (not via VPN or mobile Internet).

If the problem persists, try resetting the router to factory settings (button Reset for 10 seconds).

In Keenetic NDMS 3.x firmware, the 'show clients' command in the console displays an extended list of connected devices, including hostname, MAC address, IP address, connection type, and last activity time. This command is unique to Keenetic and does not work on routers from other brands.

Method 4: Analyze traffic using third-party utilities

If you need to not only see a list of devices but also analyze their activity (for example, which ones are consuming the most traffic), you can use specialized programs. They scan the local network and display detailed statistics.

Popular utilities for different platforms:

Platform Program Functions Link
Windows Wireless Network Watcher Scans the network, shows IP, MAC, device manufacturer NirSoft official website
macOS LanScan Device monitoring, ping testing, and CSV export Mac App Store
Android Fing Network scanning, speed tests, vulnerability detection Google Play
iOS Network Analyzer Ping, traceroute, port scanning App Store

Example of working with Wireless Network Watcher (Windows):

  1. Download and run the program (no installation required).
  2. Click Start Scanning — the utility will scan your network.
  3. The list will display all devices with the following information:
    • 🖥️ IP addresses And MAC addresses.
    • 🏭 Network card manufacturer (by MAC).
    • Time of first and last detection.
  • Export the report to CSV for further analysis.
  • These programs are useful if you suspect someone is using your Wi-Fi to download large files or perform other resource-intensive tasks. They show actual traffic consumption for each device, not just the fact of connection.

    Method 5: Viewing connection history (for Keenetic with NDMS 3.x firmware)

    If the current list of devices is not enough for you and you want to see, who connected to your Wi-Fi previously (for example, for the last day or week), in firmware NDMS 3.x there is a function Connection logIt allows you to track:

    • 📅 Date and time each connection/disconnection.
    • 🔄 Session duration (how long the device was online).
    • 📡 Connection type (Wi-Fi 2.4 GHz, 5 GHz or Ethernet).
    • 🔍 Reason for disconnection (for example, "by timeout" or "manually").

    How to open a journal:

    1. Go to the router's web interface (192.168.1.1).
    2. Go to the section Devices → Connection Log.
    3. Set up filters by date or device type (for example, show only Wi-Fi clients).
    4. Export data to CSV, if you need to save history.

    This feature is especially useful if you suspect someone is connecting to your Wi-Fi. at night or in your absenceFor example, if you see connections in the log at 3 a.m., when everyone in the family was asleep, this is a clear sign of unauthorized access.

    note that the log is stored in the router's memory and can be cleared upon reboot or firmware update. If you need long-term history, set up automatic log export to an external drive (if your Keenetic model supports USB).

    How to block unauthorized devices on Keenetic

    If you find any unfamiliar gadgets in the list of connected devices, you need to block immediatelyHere's how to do it:

    Method 1: Blocking by MAC address

    The most reliable way is to add the MAC address of the unwanted device to the blacklist:

    1. In the web interface, go to Devices → MAC Address Filter.
    2. Click Add a rule.
    3. In the field MAC address Enter the device address (e.g. AA:BB:CC:11:22:33).
    4. Select an action Block.
    5. Save the settings.

    Method 2: Change your Wi-Fi password

    If you are not sure which device is foreign, or there are too many of them, it is easier change your Wi-Fi password:

    1. Go to Wi-Fi Network → Access Point.
    2. In the field Network key Enter a new password (we recommend using at least 12 characters with numbers and special characters).
    3. Save your changes. All devices will be disconnected and will need to reconnect.

    Method 3: Enabling MAC Filtering (Whitelist)

    For maximum security, you can allow the connection only known devices:

    1. In the section Devices → MAC Address Filter select mode Allow only the specified ones.
    2. Add the MAC addresses of all your gadgets to the list (they can be found in the smartphone/PC settings or in the list of connected Keenetic devices).
    3. Save the settings. Now only devices from the list will be able to connect to Wi-Fi.

    After blocking unwanted devices, we also recommend:

    • 🔄 Update your router's firmware to the latest version (it may contain vulnerabilities fixes).
    • 🛡️ Disable WPS (This is a vulnerable protocol that can be easily hacked).
    • 📡 Hide network name (SSID), if it doesn't interfere with your devices (in settings Wi-Fi Network → Access Point → Hide SSID).
    • ⏱️ Set up a Wi-Fi schedule (for example, turning off the Internet at night).

    Common problems and their solutions

    Users often encounter difficulties when checking connected devices. Let's look at typical situations and how to resolve them:

    Problem 1: The list of devices displays unknown gadgets with names Unknown or Hostname.

    ⚠️ Attention: These could be legitimate devices (such as smart light bulbs or printers that don't display their names) or third-party devices. Check the MAC address using a search engine (the first six characters indicate the manufacturer). For example, MAC B8:27:EB:... belongs Raspberry Pi, A 78:31:C1:... — devices Apple.

    Problem 2: The web interface does not display all connected devices.

    Possible reasons:

    • The device is connected via static IP (not via DHCP).
    • The device uses another IP range (for example, if there is a second router on the network).
    • On Bridge mode, and some devices are connected to another router.

    Solution: Use SSH and the team ip neigh (described in Method 3) or third-party utilities for scanning the network.

    Problem 3: After changing the Wi-Fi password, third-party devices continue to connect.

    ⚠️ Attention: This means your router has been hacked, and the attacker has reset the password to factory defaults or changed the settings remotely. Immediately:
    1. Disconnect the router from the Internet (remove the WAN cable).
    2. Reset to factory settings (button Reset for 10 seconds).
    3. Update your firmware to the latest version.
    4. Reconfigure your router using a strong administrator password and Wi-Fi.

    Problem 4: The connection log contains many entries with the same MAC address but different IP addresses.

    This is normal behavior if:

    • The device is frequently reconnected (for example, a smartphone when returning home).
    • The mode is on Random MAC (on some smartphones for privacy).
    • The router resets DHCP leases (for example, when rebooting).

    FAQ: Answers to Frequently Asked Questions

    Is it possible to see what websites connected devices are visiting?

    Yes, but you need to configure it for this traffic logging or use third-party solutions:

    • In firmware NDMS 3.x turn on System → Logs → Web Traffic (external storage required).
    • Install alternative firmware on your router (for example, OpenWRT) with support ntopng or Pi-hole.
    • Use parental controls in Keenetic (Internet → Parental Controls).

    Please note: Viewing other people's traffic may violate privacy laws. (for example, Article 138 of the Criminal Code of the Russian Federation on violation of the privacy of correspondence).

    How do I know if my neighbors are using my Wi-Fi?

    Signs of an unauthorized connection:

    • 📉 Internet speed is dropping at the usual time (in the evening, when the neighbors are at home).
    • 🔄 The router often overheats. (check its temperature in the settings).
    • 📱 There are unknown gadgets in the device list with a low signal level (neighbors are connected through the wall).
    • 🌐 Traffic is consumed at nightwhen everyone is asleep (check in Statistics → Traffic).

    To confirm your suspicions, disconnect all your devices from Wi-Fi and see if any network activity remains.

    Is it possible to find out who connected to my Wi-Fi a month ago?

    Unfortunately, routers Keenetic do not store connection history for longer than 1–2 weeks (Depends on model and firmware). If you need a long-term history:

    • Set up automatic log export to a USB drive or to the cloud.
    • Use third-party monitoring systems (eg. PRTG Network Monitor).
    • Turn on syslog server (in settings System → Logs).

    If the incident has already occurred, it will not be possible to restore data from a month ago—it simply is not in the router's memory.

    Why does my smartphone appear twice in the list of devices?

    It's normal if:

    • Do you have dual-band Wi-Fi (2.4 GHz and 5 GHz), and the smartphone is connected to both simultaneously.
    • The smartphone uses Random MAC function (on iPhone or Android 10+).
    • Are you new? reconnected to the network, and the router has not yet updated the DHCP leases.

    To hide duplicates, disable the random MAC address option on your smartphone (in the Wi-Fi settings).

    How to protect your Wi-Fi from hacking after blocking other people's devices?

    Recommendations for enhanced protection:

    1. Use WPA3 encryption (in settings Wi-Fi Network → Security).
    2. Disable WPS - This protocol is vulnerable to brute force attacks.
    3. Set up a separate guest network for friends (with speed limit).
    4. Turn on notifications for new connections in the Keenetic mobile app.
    5. Update your firmware regularly (V System → Update).
    6. Use a strong administrator password (at least 12 characters, with numbers and special characters).

    If your router supports IEEE 802.1X (Enterprise Authentication Mode), enable it for maximum security.