Have you noticed your internet speed has slowed down? Or perhaps you suspect unauthorized devices have connected to your network? Checking your router's Wi-Fi connection history is the first step to diagnosing problems and securing your home network. In this article, we'll cover all the available methods for viewing your device list, including hidden features that few users are aware of.
It is important to understand that not all routers store full connection history — Most models only show currently active devices. However, some advanced models (for example, ASUS RT-AX88U or Keenetic Ultra) can keep a connection log for the past 24 hours or even a week. We'll tell you how to find this information depending on your router model and firmware.
If you've never accessed your router settings before, don't worry: the process is simpler than it seems. The key is knowing where to click. And for those who prefer automation, we'll also explore alternative methods, including mobile apps and specialized software.
1. View current connections via the router's web interface
The most universal method is to access the router's control panel through a browser. This method works on 99% of devices, regardless of brand. You only need a computer or smartphone connected to the same network.
Here are the step-by-step instructions:
- 🌐 Open any browser (Chrome, Firefox, Edge) and enter in the address bar
192.168.1.1or192.168.0.1If these IPs don't work, check the sticker on the back of your router - it may indicate a different address (for example,192.168.8.1for some models TP-Link). - 🔑 Enter your username and password to log in. By default, this is often
admin/adminoradmin/passwordIf you changed this data and forgot it, you will have to reset the router to factory settings (buttonReseton the back panel). - 📊 Find the section with connected devices. It may have different names depending on your firmware:
- TP-Link:
Wireless Mode → Wireless Mode StatisticsorDHCP → DHCP Client List - ASUS:
Network maporAIProtection devices - Keenetic:
List of devicesorMonitoring → Connected Devices - Zyxel:
Network → Interfaces → Wi-Fi → Clients
- TP-Link:
- 📋 In this section, you'll see a table with the MAC addresses, IP addresses, and names of connected devices. Some routers also display the connection type (Wi-Fi or Ethernet) and the last active time.
What to check in the router's web interface
If you see unfamiliar devices in the list, this is a reason to be wary. MAC address — a unique identifier for each gadget. It can be used to determine the device manufacturer (the first 6 characters) and even the model. For example, a MAC address, starting with B8:27:EB, belongs to devices Raspberry Pi, A 3C:5A:B4 — gadgets Google.
2. Where to find connection history (not just current devices)
As mentioned, most budget routers do not store connection history - they only show devices that Now online. However, some models with advanced firmware (for example, ASUSWRT, KeeneticOS, OpenWRT) can keep activity logs.
Here's where to look for history on popular routers:
| Router brand | Connection history section | Log storage period |
|---|---|---|
| ASUS (ASUSWRT firmware) | Administration → System Log → Wireless Network |
Last 24-48 hours |
| Keenetic (KeeneticOS 3.x) | System Monitor → Logs → Wireless Network |
Up to 7 days (depending on the model) |
| TP-Link (firmware with log support) | Advanced Settings → System Tools → System Log |
Current session only |
| MikroTik (RouterOS) | Logs → Wireless or IP → DHCP Server → Leases |
User configurable |
If your router doesn't support logging, you can use third-party solutions. For example, the program Wireless Network Watcher (for Windows) scans the network and saves a log of connected devices to a file. For advanced users, there's a customizable option. syslog- a server on a computer that will collect logs from the router.
⚠️ Attention: On routers with factory firmware from the provider (for example, Rostelecom or Beeline) the logs section is often disabled or hidden. In this case, only flashing the firmware to alternative software (for example, OpenWRT) or buying a new router.
3. View connections via the mobile app
Many router manufacturers release official mobile apps that simplify network management. They often feature a section with connected devices and sometimes an activity history. Let's look at the most popular apps:
- 📱 TP-Link Tether (for routers TP-Link):
- Open the app and select your router.
- Go to the section
DevicesorNet. - All connected gadgets are displayed here, indicating the connection type (Wi-Fi/cable) and MAC address.
- 📱 ASUS Router (for routers ASUS):
- In the main menu, select
Network map. - Click on the tab
Devices— all clients are shown here, including the connection history for the last 24 hours. - The app can also block unknown devices with one tap.
- In the main menu, select
- 📱 Keenetic (for routers Keenetic):
- In the section
My networkselectDevices. - The application shows not only current connections, but also a graph of device activity over time.
- There is a notification function for new connections.
- In the section
The advantage of mobile applications is convenience and speed. For example, in ASUS Router You can set up notifications about new device connections, which is useful for security monitoring. However, the apps' functionality is often limited compared to the web interface, so for in-depth diagnostics, it's better to use the browser version.
If your router is not supported by the official app, you can use universal utilities like Fing (available for iOS and Android). This app scans your local network and displays all connected devices, including those hidden in your router settings.
4. Using Telnet/SSH for Advanced Users
If you are comfortable with the command line, you can connect to the router via Telnet or SSH and get detailed information about connections. This method works on routers with firmware OpenWRT, DD-WRT, as well as on some models ASUS And MikroTik.
Here are the basic commands for viewing connected devices:
- 🖥️ For Linux-based firmware (OpenWRT, DD-WRT):
cat /tmp/dhcp.leasesThis command will display a list of devices to which the router has assigned IP addresses via DHCP.
- 📡 To view current Wi-Fi clients:
iwinfo wlan0 assoclist(Where
wlan0— the name of the wireless interface, may differ). - 🔍 To view the ARP table (shows all devices on the local network, including those connected via cable):
arp -a - 📜 To view system logs (if connection logging is enabled):
logread | grep "assoc"This command will filter the logs, leaving only entries about Wi-Fi connections.
If you have never used it Telnet/SSH, here are brief instructions for connection:
- Make sure that access is enabled on your router.
Telnet/SSH(usually this is done in the web interface in the sectionAdministration → Remote Management). - Use the program PuTTY (Windows) or built-in terminal (macOS/Linux) to connect to the router's IP address.
- Enter your login and password (usually the same as for the web interface).
- Run the commands from the list above.
⚠️ Note: Not all routers support Telnet/SSH by default. On some models (for example, TP-Link (With factory firmware), this protocol is disabled and can only be enabled through alternative software. Incorrect console commands may disrupt the router's operation!
5. How to identify "foreign" devices on the network
You've found an unknown MAC address or device name in the list of connections. How can you tell if it's your device or someone else's? Here are a few ways:
- 🔍 Check by MAC address:
- The first 3 bytes (6 characters) of the MAC address indicate the manufacturer. For example:
00:0A:F5— Cisco78:31:C1— AppleB0:C2:E5— Xiaomi
- Use services like MAC Vendor Lookup for decryption.
- The first 3 bytes (6 characters) of the MAC address indicate the manufacturer. For example:
- 📱 Comparison with your gadgets:
- View the MAC addresses of your devices (on Android:
Settings → About phone → Status → Wi-Fi MAC address). - On iPhone:
Settings → Wi-Fi → ⓘ next to your network → MAC address. - On Windows: Run the command
ipconfig /allin the command line.
- View the MAC addresses of your devices (on Android:
- 🚫 Blocking suspicious devices:
- In the router's web interface, find the section
Wireless Mode → MAC Filter. - Add unknown MAC addresses to the blacklist or allow connections only to your devices (whitelist).
- In the router's web interface, find the section
- 🔔 Setting up notifications:
- In routers ASUS And Keenetic You can enable notifications about new connections via email or in the mobile app.
If a device with a MAC address starting with 02:00:00, 06:00:00, or 0A:00:00 appears on your network, it could be a virtual machine or a device with a spoofed MAC address. Hackers often use these addresses to disguise themselves.
If you find someone else's device, the first thing you should do is:
- Change your Wi-Fi password to a more complex one (at least 12 characters with numbers and special characters).
- Disable the feature
WPS(it is vulnerable to hacking). - Enable encryption
WPA3(if the router supports it). - Check to see if your neighbors' smart devices (such as cameras or light bulbs) are connected to your router and could accidentally connect to your network.
6. Alternative methods of network monitoring
If standard methods don't provide the information you need, you can use third-party programs and services. These are suitable for advanced users who want complete control over their network.
Here are the most effective tools:
- 🖥️ Wireless Network Watcher (Windows):
- Scans the network and shows all connected devices.
- Saves scan history to a file.
- Can notify about new devices with a sound signal.
- 📊 GlassWire (Windows/macOS):
- Monitors traffic of all devices on the network.
- Shows which programs are consuming internet.
- There is a function for blocking suspicious connections.
- 🌐 Fing (iOS/Android/Windows):
- Scans the network and identifies device types (smartphone, TV, camera, etc.).
- Checks open ports on connected gadgets.
- Can send notifications about new devices.
- 🔧 Pi-hole (for Raspberry Pi):
- Blocks ads and monitors all DNS requests on the network.
- Maintains detailed logs of device activity.
- Allows you to block access to certain websites for individual gadgets.
For corporate networks or homes with a large number of devices, you may want to consider installing specialized monitoring systems such as Zabbix or PRTG Network MonitorThey allow you to monitor not only connections, but also network load, internet speed, and other parameters.
How to set up Pi-hole for network monitoring
Pi-hole is a DNS server that blocks ads and logs all network requests. To set it up, you'll need a Raspberry Pi microcomputer (or a virtual machine) and basic Linux knowledge. After installing Pi-hole, you need to specify its IP address in your router's DHCP settings so that all devices use it as a DNS server. You'll then be able to see which websites your connected devices are visiting and block unwanted resources.
7. What to do if the router doesn't show connection history
If your router doesn't keep a connection history, but you need it (for example, to monitor children or secure your office network), there are several solutions:
- 🔄 Update your router firmware:
- Manufacturers often add new features in updates. Check out the section
Administration → Firmware Update. - For ASUS And Keenetic Updates may add logging.
- Manufacturers often add new features in updates. Check out the section
- 🛠️ Install alternative firmware:
- Firmware OpenWRT or DD-WRT support advanced network monitoring.
- They allow you to configure connection logging, install plugins for traffic analysis, and even block devices on a schedule.
- 💻 Set up an external logger:
- You can send router logs to an external server (for example,
syslog-server on a computer or in the cloud). - To do this, enter the server's IP address in the router settings in the section
System Tools → Log Settings.
- You can send router logs to an external server (for example,
- 🔒 Buy a router with history support:
- If your current router is too old, consider models with advanced security features, such as:
- ASUS RT-AX88U (AIProtection and log support)
- Keenetic Ultra (detailed connection statistics)
- Netgear Nighthawk (Circle parental control feature)
- If your current router is too old, consider models with advanced security features, such as:
⚠️ Attention: Installing alternative firmware (OpenWRT, DD-WRT) may void your router's warranty and, if configured incorrectly, may brick it (render it completely inoperable). Before flashing the firmware, be sure to check the model's compatibility on the project's official website.
8. How to protect your Wi-Fi network from unwanted connections
Viewing your connection history is only half the battle. To prevent unauthorized access in the future, follow these recommendations:
- 🔐 Use a complex password:
- The minimum length is 12 characters, with a mix of letters, numbers, and special characters.
- Do not use personal information (dates of birth, names).
- Change your password every 3-6 months.
- 🛡️ Disable WPS:
- Technology
WPSVulnerable to brute-force attacks. Disable it in your router settings.
- Technology
- 🔄 Enable MAC address filtering:
- Allow connection only to your devices (whitelist).
- Cons: You will have to manually add MAC addresses of new gadgets.
- 📡 Hide your network's SSID:
- Disable network name broadcasting in Wi-Fi settings.
- This will not make the network completely invisible, but it will reduce the number of accidental connections.
- 🔗 Set up a guest network:
- Create a separate network for guests with limited access to local resources.
- This will protect the main network even if the guest network password is compromised.
- 🔍 Check connected devices regularly:
- Make it a habit to log into your router settings once a week and view the client list.
- Use mobile apps to be notified of new connections.
If you suspect your Wi-Fi has been hacked, in addition to changing your password, we recommend:
- Reset the router to factory settings (button
Reset). - Update the firmware to the latest version.
- Check your computers and smartphones for viruses—some Trojans can leak Wi-Fi passwords.
Frequently Asked Questions
Is it possible to view the Wi-Fi connection history on routers from a provider (Rostelecom, Beeline, MTS)?
Unfortunately, most routers from providers (for example, Sagemcom or Sercomm) don't keep a connection history. They only show the devices currently connected to the network. To access advanced monitoring features, you'll need to:
- Buy your own router and connect it in bridge mode.
- Install alternative firmware (if the model is supported).
- Use third-party programs to scan the network (for example, Fing).
Some providers (eg Beeline) block access to advanced router settings, so the only solution is to replace the device.
How to find out what device is behind an unknown MAC address?
There are several ways to identify an unknown device:
- Checking the MAC address database: The first 6 characters will indicate the manufacturer (for example,
78:31:C1— Apple). - Port scanning: using the program Nmap You can identify open ports and guess the type of device (for example, port 80 is often used by cameras).
- Blocking and surveillance: Temporarily disconnect the device from the network (using a MAC address filter) and see who starts complaining about the lack of internet.
- View DHCP leases: in the router settings (
DHCP → Client List) sometimes the hostname of the device is displayed (egiPhone-XorSamsung-TV).
If the device connects periodically (for example, at night), it could be a neighbor's "smart" device (a light bulb, a socket) or a botnet using your Wi-Fi for DDoS attacks.
Is it possible to restore connection history if the router was rebooted?
Unfortunately, after a router reboot, the connection history (if it was kept at all) is usually reset. The exception is routers with external logging (for example, on syslog-server) or models with non-volatile memory for logs (for example, some MikroTik).
If keeping track of your connection history is critical for you, set up:
- External
syslog-server (can be deployed on Raspberry Pi). - Regular network scanning with the program Wireless Network Watcher with saving of reports.
- Cloud monitoring through services like PRTG (paid).
How do I block a device on the network if my router doesn't support MAC filtering?
If your router doesn't have a MAC address blocking feature, you can use alternative methods:
- Changing your Wi-Fi password: the simplest solution, but you will have to reconnect all your devices.
- Using Firewall:
- On routers with firmware OpenWRT or DD-WRT You can manually add a rule to the firewall to block the device's IP address.
- Example command for OpenWRT:
iptables -A FORWARD -m mac --mac-source 00:11:22:33:44:55 -j DROP
- Setting up static ARP entries:
- Bind an unknown MAC address to a non-existent IP address to prevent the router from granting access to it.
- Utility NetCut (Windows) allows you to "kick" devices from the network by sending ARP packets.
If none of the methods work, consider purchasing a router with advanced security features.
Can my neighbor connect to my Wi-Fi even if the password is complex?
Yes, despite the complex password, there are ways to hack Wi-Fi:
- Dictionary attack: If the password consists of real words (even with numbers), it can be cracked using programs like Aircrack-ng.