Have you noticed that your internet has become slower and your data usage is running out faster than usual? Perhaps, your D-Link Wi-Fi router third-party devices have connected without your knowledge. In this article, we'll look into All official and alternative ways to check the list of connected gadgets, including hidden web interface functions, mobile applications and specialized software.
Manufacturer D-Link offers several models of routers (from budget DIR-300 to the flagship DIR-X5460), and testing methods may vary slightly. We'll cover universal solutions that work on 90% of the brand's devices, and also point out nuances for specific product lines. Important: Some features (e.g., guest access or bandwidth control) may be blocked in provider firmware—we'll talk about that too.
If you've never accessed your router settings before, don't worry: we'll provide step-by-step instructions with images and explanations of each setting. And for experienced users, we've prepared advanced methods—from analysis ARP tables before use Wireshark for deep network diagnostics.
Method 1: Checking via the D-Link router web interface
The most reliable and official method is to use web configurator router. It works on all models. D-Link, including legacy ones, and doesn't require any additional software. All you need is a device (PC, laptop, or smartphone) connected to the router's network via cable or Wi-Fi.
To open the Control Panel:
- Find out Router IP address. Usually it is
192.168.0.1or192.168.1.1You can check it via the command line (ipconfigon Windows orifconfigon macOS/Linux) - look for the line "Default gateway". - Enter the IP address into the browser address bar (this will work) Chrome, Firefox or Edge).
- Log in. The default login and password are
admin/adminoradmin/empty field. If you changed them, use your own information.
After logging in, go to the section with the list of connected devices. The path depends on the model:
- 🔹 Classic models (DIR-300, DIR-615):
Status → Local Network → DHCP Client ListorAdvanced → Network Tools → Client List. - 🔹 Modern routers (DIR-X1560, DIR-1950):
Wi-Fi → Connected devicesorMy D-Link → Network Map. - 🔹 4G routers (DWR-921):
Status → Devices Online.
In the table you will see:
- 📱 Device name (if it is transmitted via the protocol mDNS or configured manually).
- 🔢 MAC address — unique identifier of the network card.
- 🌐 IP address, assigned by the router.
- ⏱️ Connection time (in some firmware versions).
⚠️ Attention: If the list contains devices with names likeandroid-123456orUnknownThese could be other people's gadgets. But sometimes your devices show up this way too—check their MAC addresses (they're listed on the device's label or in its network settings).
Check your connection to the router (Wi-Fi or cable)
Reboot the router using the button Reset (hold for 10 seconds)
Try a different browser or clear your cache.
Use IP 192.168.0.1 And 192.168.1.1 one by one
-->
2. Method: D-Link Wi-Fi Mobile App
For smartphone owners on Android or iOS It's more convenient to use the official app D-Link Wi-Fi (previously - mydlink Lite). It supports most modern router models and allows you to manage your network remotely. The app's advantages include notifications about new connections and the ability to block devices directly from your phone.
How to use:
- Download the app from App Store or Google Play.
- Register an account D-Link (if it doesn't exist) or log in through an existing one.
- Add your router to the app. This may require:
- 🔌 Connect to his Wi-Fi.
- 🔑 Enter the password for the control panel (by default
admin). - 📱 Scan the QR code from the sticker on the router (for new models).
Once connected, go to the section Devices or Network Map. The following will be displayed here:
- 🖥️ All connected gadgets with icons (smartphone, PC, TV, etc.).
- 📊 Graph of traffic usage by each device.
- ⚡ Block suspicious clients with one tap.
The app also shows guest network Separate from the main network, which is useful if you share internet with neighbors or friends via a second SSID. You can limit the speed or access time in the guest network settings.
⚠️ Attention: Some functions (eg. parental control or traffic prioritization) may not be available in the app for older router models. In this case, use the web interface.
Method 3: Command line (Windows/macOS/Linux)
If you prefer to work without graphical interfaces, you can check the connected devices via command lineThis method is universal and works on any device on your network, but it requires knowledge of basic commands. We'll cover options for different operating systems.
For Windows:
arp -a
This command will show ARP table — a list of devices your computer interacted with on the local network. Look for IP addresses within your router's range (e.g., 192.168.0.x) and match them with MAC addresses. To update the table, first run:
ping 192.168.0.255
For macOS or Linux:
arp -n
Key -n Displays MAC addresses in numerical format without attempting to resolve the hostname. For more detailed traffic information, use nmap:
sudo nmap -sn 192.168.0.0/24
What to do with the received data:
- 🔍 Compare the MAC addresses with those indicated on your devices (you can find them in the network settings or on a sticker).
- 📋 Check unknown addresses using services like MAC Vendors - they will show the manufacturer of the network card (for example, Apple, Samsung, Xiaomi).
- 🚫 If you find other people's devices, block them through the router's web interface (section
MAC Filtering).
| Team | operating system | What does it show? |
|---|---|---|
arp -a |
Windows | ARP table with IP and MAC addresses |
arp -n |
macOS/Linux | ARP table without hostname resolution |
nmap -sn 192.168.0.0/24 |
Any (requires installation nmap) | List all devices on the network with open ports |
ip neigh |
Linux | Analogue arp -a, but with the expiration time of the records |
How do I find out my device's MAC address?
Windows: Open Settings → Network & Internet → Ethernet/Wi-Fi → Hardware Address.
macOS: Go to System Preferences → Network → Advanced → Ethernet.
Android: In Wi-Fi settings, tap on your network → Advanced settings.
iOS: Settings → General → About → Wi-Fi Address.
4. Method: Third-party network monitoring programs
If standard methods don't provide a complete picture, you can use specialized software. These programs scan the network, displaying connected devices, their traffic, and even activity history. We tested several solutions and selected the best ones. D-Link.
Top 3 Wi-Fi Analysis Software:
- 🛡️ Wireless Network Watcher (free, NirSoft):
- Scans the network and displays all devices with MAC addresses, manufacturers, and time of first detection.
- Can save reports in
.txtor.html. - Works without installation (portable version).
- 📊 GlassWire (shareware):
- Shows real-time traffic broken down by device.
- Identifies suspicious activity (eg. DDoS attacks or port scanning).
- There is a mobile version for Android.
- 🔍 Angry IP Scanner (free, cross-platform):
- Scans IP ranges and shows open ports.
- Supports plugins for advanced analysis.
- Can export results to
.csv.
How to use Wireless Network Watcher:
- Download the program from the official website NirSoft.
- Launch
WNetWatcher.exe(no installation required). - Click
Start ScanningAfter a few seconds, a list of devices will appear. - Sort by column
Device Name- unknown names (for example,Unknown Device) may belong to other people's gadgets.
⚠️ Attention: Some antiviruses (for example, Avast or Kaspersky) can block Wireless Network Watcher as "potentially unsafe software." This is a false positive—please add the program to your exceptions.
Method 5: Analyzing router logs (for advanced users)
If you suspect that your network has been connected not only now, but also in the past, it is worth investigating router logsThey record all events: connections, disconnections, attempts to log into the control panel, and even password brute-force attacksThis method requires technical knowledge, but provides the most complete information.
How to find logs:
- Log in to the router's web interface (see first method).
- Go to section:
- 📜
Advanced → System Tools → Logs(for most models). - 📜
Management → Log Settings(For DIR-X-series).
System Log (system events) or Security Log (safety).What to look for in logs:
- 🔑 Messages of the type
Wireless client associated— this is the connection of a new device. Its MAC address will be listed next to it. - ⚠️
Authentication failed- unsuccessful connection attempts (perhaps someone tried to guess the password). - 🔄
DHCP lease— assigning an IP address to the device.
Example of a log entry:
[2026-05-15 14:30:22] Wireless client associated: MAC=00:1A:2B:3C:4D:5E, IP=192.168.0.103
To save logs for analysis:
- Click
Save LogorExport(usually in the format.txt). - Open the file in a text editor and filter the lines by keywords (
associated,authentication). - Match MAC addresses to known devices.
⚠️ Attention: Logs can take up a lot of space in your router's memory. If you don't need them, disable them in the settings or set up rotation (automatically clearing old logs).
6. Additional security measures
Have you discovered strange devices on your network? It's not enough to simply block them—you need to take steps to prevent it from happening again. 7 Steps to Secure Your Wi-Fi:
- 🔒 Change your Wi-Fi password:
- Use
WPA3-Personal(orWPA2-PSK, IfWPA3(not supported). - The password must be at least 12 characters long, including numbers, letters, and special characters.
- Do not use personal information (dates of birth, names).
- 🔄 Update your router firmware:
- Outdated firmware contains vulnerabilities that hackers exploit.
- Check for updates in the section
Management → Firmware Update. - 🚫 Enable MAC address filtering:
- In the section
Wireless → MAC FilteringAdd only your devices to the whitelist. - Cons: You will have to manually add the MAC address of each new gadget.
- 📡 Disable WPS:
- Technology Wi-Fi Protected Setup vulnerable to brute force attacks.
- Turns off in
Wireless → WPS. - 👤 Set up a guest network:
- Share the Internet with guests via a separate SSID with limited access to the local network.
- Set the speed limit and operating time of the guest network.
- ⏱️ Change the DHCP IP pool:
- In the section
LAN → DHCP Servernarrow the range of IPs being distributed (for example, with192.168.0.100to192.168.0.200). - This will make it more difficult for unauthorized devices to connect.
- 📱 Install the monitoring application:
- For example, Fing or NetCut to track new connections in real time.
If you suspect that your router has been hacked (for example, the settings have changed on their own), do the following: full reset:
- Press and hold the button
Reseton the back panel of the router for 10–15 seconds. - Reconfigure your router using the instructions that came with the box.
- Update your firmware to the latest version.
⚠️ Attention: After the reset, all settings (including the Wi-Fi password) will return to factory defaults. Please have your network name, password, and provider settings ready for reconfiguration.
FAQ: Frequently Asked Questions about D-Link Connections
Is it possible to find out who is connected to my Wi-Fi if I am not the router admin?
No, without access to the router control panel or app D-Link You won't be able to get a full list of devices. However, you can scan the network from your PC/smartphone using programs like Fing or Wireless Network Watcher — they will show devices in your network segment, but do not guarantee detection of all clients (for example, if the router separates networks via VLANs).
How to block a device by MAC address on D-Link?
Go to the router's web interface, then:
- Open
Advanced → MAC Filtering. - Select
Deny(deny) and add the MAC address of the other device. - Save the settings and reboot the router.
Alternative: in the section Wi-Fi → Connected Devices Some models allow you to block devices directly from the list of connected ones.
Why are "unknown" gadgets displayed in the list of connected devices?
These could be:
- Your devices that do not broadcast the hostname (e.g. smart bulbs, cameras).
- Gadgets with disabled mDNS (protocol for automatic name detection).
- Devices connected via WPS or QSS (if the function is enabled).
Check MAC addresses of unknown devices using services like MAC Vendors - They will show the equipment manufacturer.
Is it possible to track the physical location of a device connected to my Wi-Fi?
The exact location cannot be determined, but the distance can be roughly estimated:
- Use programs like NetSpot or inSSIDer to build a signal map.
- The weaker the signal level (
RSSI) from the device, the further it is. - If the device is connected via a cable, its location can only be determined by physically checking the router ports.
For accurate tracking, specialized tools are needed (for example, Wi-Fi triangulation), which are not available in everyday life.
How to protect your D-Link router from hacking?
In addition to changing your Wi-Fi password, follow these steps:
- Turn it off remote control (
Remote Management) in the router settings. - Change the default admin password (
admin) to complex. - Turn on firewall (
Firewall) and turn it offUPnP(vulnerability to attacks). - Set up Wi-Fi operating schedule (for example, switching off at night).
For models with support D-Link Cloud Disable this feature if you don't use it - it may be vulnerable.