How to find out IP-Xiaomi vacuum cleaner address: from Mi Home to Telnet

Why Xiaomi vacuum cleaner needs IP-address and when to look for it

Xiaomi’s robot vacuum cleaners are not just appliances, but full-fledged devices in the smart home ecosystem. Each model with Wi-Fi support (Mi Robot Vacuum, Viomi) V3, Dreame D9 and others receive a unique IP-This address is not only for the Mi Home application, but also for the local network:

βœ… Direct control via Telnet or SSH (It is important for the firmware of alternative software like Valetudo). βœ… Diagnostics of network problems when the vacuum cleaner does not connect to the router. βœ… Integration with automation systems (Home Assistant, Node-RED). βœ… Blocking access to the vacuum cleaner from the outside (if you suspect a hacking).

Standard methods like checking in the Mi Home app don't always work, like if:

  • πŸ”Œ The vacuum cleaner is connected to the network, but the application shows Offline.
  • πŸ”„ You reset the router's settings, and DHCP gave out a new device IP.
  • πŸ› οΈ You are searching for alternative software and need to enter the address manually.
  • πŸ”’ You need to add a vacuum cleaner to a static rental DHCP (where IP unchanged).

In this article β€” 5 search IP-addresses, including hidden router functions, commands for Windows/macOS/Linux And then there's a table with typical addresses for popular models and fixing frequent errors.

πŸ“Š What kind of vacuum cleaner Xiaomi you have?
Mi Robot Vacuum (any version)
Viomi (V2, V3, SE)
Dreame (D9, D10, Z10)
Proscenic
Another brand

Method 1: Check in the Mi Home application (the easiest)

If the vacuum cleaner is connected to Wi-Fi and is displayed in the Mi Home app as Online, you can find out its IP in 30 seconds:

  1. Open Mi Home and go to the Devices tab.
  2. Click on your vacuum cleaner card (e.g. Mi Robot Vacuum-Mop 2 Lite).
  3. Tap on. βš™οΈ Settings (cog in the upper right corner).
  4. Choose About the device β†’ Network information.

Here you'll see a line. IP-address (e.g. 192.168.1.105) but there are nuances:

  • πŸ“± In older versions of the application (until 2022), the section could be called Network Information.
  • 🌐 If the vacuum cleaner is connected via Mi Cloud (remote control), IP The local network may not be displayed.
  • πŸ”„ After resetting the router, the address will change – check it again.

πŸ’‘

If there is no Network Information section in Mi Home, upgrade to the latest version or use Method 2 (via router).

Method 2: Search in router settings (universally)

Any router keeps a list of connected devices from their IP-This method works even if the vacuum cleaner is offline in the Mi Home, but it's physically connected to Wi-Fi:

Mark the routerThe path to the device listHow to find a vacuum cleaner
TP-LinkAdditional settings β†’ Local Network β†’ DHCP β†’ Customer ListLook for a device called roborock-vacuum or miio:
ASUSNetwork Map β†’ ClientsFilter by Manufacturer: Xiaomi or MAC-address (starting with 78:11:DC)
Xiaomi Mi RouterDevices β†’ Connected devicesPress the vacuum cleaner. β†’ Details. β†’ IP-address
KeeneticDevices β†’ List of devicesTurn on the display. IP-column-addresses

How to distinguish a vacuum cleaner from other Xiaomi devices?

  • πŸ” Device name: usually contains roborock, miio, or vacuum (e.g, roborock-vacuum-mop2_miap1234).
  • πŸ”’ MAC-Address: Xiaomi vacuum cleaners often start with 78:11:DC, 48:E1:E9 or 28:6C:07.
  • πŸ“‘ Connection type: 2.4GHz Wi-Fi only (vacuum cleaners do not work on 5GHz network!).
What if the vacuum cleaner is not in the list of router devices?
If the device is not displayed: 1. Make sure the vacuum cleaner is on and connected to Wi-Fi (the indicator should burn blue, not red). 2. Reset the router and vacuum cleaner (hold the power button for 10 seconds). 3. Check if the router is not on the Customer Isolation Mode (disables device interaction on the network). 4. Try connecting the vacuum cleaner to another network (for example, to a mobile access point) and check the IP there.

Method 3: Commands for Windows, macOS and Linux (for advanced)

If you have access to a computer on the same network as the vacuum cleaner, you can find its IP using network commands. This method does not require access to the router and works even if the vacuum cleaner is offline in Mi Home.

For Windows (Command Prompt)

arp -a | findstr "78-11-DC"

If it didn't work, try it:

ping -4 192.168.1.255 & arp -a | findstr "miio"

For macOS/Linux (Terminal)

nmap -sn 192.168.1.0/24 | grep -i "roborock\|miio"

Or the alternative:

arp-scan --localnet | grep 78:11:DC

Transcription of results:

  • πŸ”’ 192.168.1.103 - That's it. IP-vacuum-dress.
  • πŸ”„ If the team returned several addresses, check them alternately in the browser (enter http://192.168.1.103 β€” The page should open with an error. 404, But I couldn't connect).
  • ⚠️ If the commands don’t work, make sure your computer and vacuum cleaner are in the same subnet (e.g., both in the same subnet). 192.168.1.x).

Make sure the vacuum cleaner is on and connected to Wi-Fi| Connect your computer to the same network (by cable or Wi-Fi)|Open the command line/terminal on behalf of the administrator |Install nmap or arp-scan (for macOS/Linux)

-->

Method 4: Physical inspection of the vacuum cleaner (if it does not connect)

If the vacuum cleaner is not connected to Wi-Fi or you reset its settings, IP-The address can be found through the access point mode (AP This method works for most models. Xiaomi/Roborock after 2019 year-end:

  1. Turn off the vacuum cleaner (hold the power button for 5 seconds).
  2. Press the buttons at the same time (🏠) Power for 10-15 seconds until you hear a voice message saying "Wi-Fi hotspot enabled" (or flashing an orange indicator).
  3. On your phone, connect to a Wi-Fi network called roborock-vacuum or miio- (password is not required).
  4. Open your browser and go to http://192.168.8.1, which is the standard IP vacuum cleaner in access point mode.

So what do you do next? And you'll see in the web interface:

  • πŸ“‹ Information about the model and version of the firmware.
  • πŸ”§ Opportunity to set up a connection to your Wi-Fi (if the vacuum cleaner has been dropped).
  • πŸ”’ MAC-Address – can be used to link statically IP router.

πŸ’‘

AP Mode is the only way to access the vacuum cleaner without connecting to your Wi-Fi. After setting up, remember to exit this mode (reset the vacuum cleaner).

Method 5: Through Telnet/SSH (for firmware and diagnostics)

If you plan to run alternative software (like Valetudo) or need advanced diagnostics, you can connect to the vacuum cleaner via Telnet and find out its IP directly.

Instructions for models with activated Telnet (for example, after Valetudo firmware):

telnet 192.168.1.100 # (replace by the intended IP vacuum cleaner)


login: root




Password: (usually blank or "1234")

After entering, execute the command:

ifconfig | grep "inet addr"

What you'll see:

  • πŸ”’ Inet line addr:192.168.1.105 β€” That's the current thing. IP.
  • πŸ”„ If the connection fails, check if Telnet is enabled in the firmware settings.

πŸ’‘

To activate Telnet on standard firmware, Xiaomi often requires sending a command via Mi Home or using the miio-cli utility. 4PDA for your model.

Table: Typical IP-addresses

If none of the methods worked, try connecting to the standard ones. IP-Addresses that are often assigned to Xiaomi vacuum cleaners by default.Use your browser or ping utility to check:

Model vacuum cleanerTypical. IP-addressNotes
Mi Robot Vacuum 1/1S192.168.8.1Only in the access point mode (AP Mode).
Roborock S5/S6192.168.1.x (DHCP)Usually receives an address from a router in the range 192.168.1.100-192.168.1.200.
Viomi V3/SE192.168.0.101It can interfere with other devices on the network.
Dreame D9/D10192.168.1.150Sometimes requires a manual tie. MAC-router.
Any model in recovery mode192.168.1.1It is important to use it through TTL or UART.

Important: these addresses are not guaranteed, they depend on your router's settings. If standard IP doesn't work, use the methods in Method 2 or Method 3.

πŸ’‘

If the vacuum cleaner does not respond to ping according to standard IP, Check the firewall settings on the router – it can block ICMP-request.

Frequent mistakes and decisions

When searching IP-And the typical problems that people have with the Xiaomi vacuum cleaner address are the most common ones, and the ways that they can be solved:

⚠️ Note: If the vacuum cleaner is connected to the network, but in the list of devices of the router is displayed as an unknown device without IP, check the settings DHCP. The router may not give out addresses due to the limited number of connected devices.

Problem.Possible causeDecision
The vacuum cleaner does not appear in the list of router devicesConnected to another network (such as a neighbor) or Wi-Fi disabledReset your Wi-Fi settings on the vacuum cleaner (clip Home + Power for 10 seconds)
IP-Address found, but ping doesn't passRouter firewall blocks ICMP or vacuum cleaner in sleep modeTurn off the firewall for 5 minutes or β€œwake up” the vacuum cleaner (press any button)
Mi Home does not have a "Network Information" sectionOutdated version of the application or regional restrictionsUpdate Mi Home or use Mi Home (CN) (Chinese version)
The arp-a command returns an empty listComputer and vacuum cleaner in different subnetsConnect your computer to the same Wi-Fi network as the vacuum cleaner
After resetting the router, the vacuum cleaner does not connectSSID or Wi-Fi password changedTransfer the vacuum cleaner to AP Mode and set up the connection again

⚠️ Note: If you are using a double NAT (For example, the router is connected to another router, the vacuum cleaner can receive IP from the grey subnet (e.g, 10.0.0.x or 172.16.x.x). In this case, to access it from the main network, you will need to configure the port spread.

FAQ: Answers to Frequent Questions

Can I find out the IP vacuum cleaner without connecting to Wi-Fi?
Yes, but only if the vacuum cleaner supports AP Mode. Turn it on (press Home + Power for 10-15 seconds), connect to its roborock-vacuum-* network and open in your browser http://192.168.8.1. This is the only way to access the device without your Wi-Fi.
Why is the IP vacuum cleaner constantly changing?
This is normal behavior if the router is turned on. DHCP (Automatic address distribution to secure IP, tie MAC-vacuum-dress IP in the router settings (section) DHCP Reservation or Retirement IP).
How to find out MAC-vacuum cleaner address if it does not connect?
MAC-address is indicated on a sticker under the vacuum cleaner cover (usually starting with 78:11:DC or 48:E1:E9). It can also be seen in the access point mode (AP Mode) at the address http://192.168.8.1.
Can I connect to the vacuum cleaner via IP from another network (via the Internet)?
Not unless you have set up port port port port port port port port porting on your router or you are using a VPN. Xiaomi vacuum cleaners are only available on the local network by default. Use the official Mi Home app or cloud services like Home Assistant Cloud for remote management.
What to do if all the methods do not work?
If the vacuum cleaner isn't online, try: Reset it (press Power for 20 seconds); connect it to another router (like a mobile hotspot); check if the router is running Guest Network Mode (it isolates the devices); update the vacuum cleaner's firmware through Mi Home; if the problem persists, the vacuum cleaner's Wi-Fi module may be faulty (requires repair).