IP-Xiaomi cameras have long ceased to be just devices for video surveillance β they have become part of the ecosystem of the smart home, able not only to capture video, but also to analyze events, recognize faces and even integrate with other gadgets of the brand. However, their real value is manifested only when the cloud storage is properly configured, which provides remote access to the archive, protection against data loss in case of a camera breakdown and the ability to view records from any device. Without the cloud, you risk losing critical footage if your microSD card crashes or your device is stolen.
In this article, we will explore all the ways Xiaomi cameras can connect to the cloud, from official solutions (Mi Home Cloud, Xiaomi Cloud Storage) to alternative services like Google Drive or Yandex Disk through third-party applications.Β° 1080p The article can not save records in the cloud, how to circumvent the restrictions of free tariff and what to do if after updating the firmware lost access to the archive. 3K Pro.
1. Which one? IP-Xiaomi cameras support cloud storage?
Not all Xiaomi cameras can sync to the cloud, depending on the model, region of sale and firmware version. For example, devices for the Chinese market (CN-version) are often deprived of this feature due to local data storage laws, whereas global versions (EU/Global) support the cloud by default.
Here is the current list of models with confirmed cloud storage support (as of 2026):
- πΉ Xiaomi Mi Home Security Camera 360Β° 1080p (all regions except CN)
- πΉ Xiaomi Mi Home Security Camera 360Β° 2K (firmware 1.5.6 and above)
- πΉ Xiaomi Home Security Camera 3K Pro (supported) AI-recognition)
- πΉ Xiaomi Mijia Smart IP Camera (Global versions only)
- πΉ Xiaomi Dafang (requires manual tuning through the ONVIF)
β οΈ Note: Cameras marked "Lite" in the title (e.g. Xiaomi Mi Home Security Camera Basic) 1080p Lite) are usually devoid of cloud sync. Also check the region of the device in the settings: if in About device β China is the region, the cloud will not work.
2. Xiaomiβs Official Cloud Services: Comparison of Fees and Opportunities
Xiaomi offers two main ways to cloud storage records: through the Mi Home app (for most cameras) and Xiaomi Cloud Storage (for advanced AI models).
| Parameter | Mi Home Cloud | Xiaomi Cloud Storage |
|---|---|---|
| Supported models | All cameras except Dafang and Chinese versions | Only 3K Pro, 2K AI and new models |
| Free fare | 7 days of storage, up to 3 cameras, motion recording | 14 days of storage, no limit on the number of cameras |
| Paid rates (per month) | 99. β½ (30 days of storage up to 499 β½ (file-less) | 199. β½ (30 days to 799 β½ (AI-analytics + 90 days of storage) |
| Facial/object recognition | Only manually. | Automatic (requires subscription) |
| Export of records | Yes, through the app. | Yeah, with watermarks on the free fare. |
A critical nuance: the free tariff Mi Home Cloud saves records only when the motion sensor is triggered, and not in 24/7 mode. If you need a permanent record, you will have to pay for a premium subscription or use local storage (microSD).
πΉ How to check the current rate?
Open the Mi Home app, go to Devices β Your camera β Settings β Cloud Storage, and youβll have an active plan and expiration date.
π‘
If you use multiple cameras, it is more profitable to arrange a family tariff Xiaomi Cloud Storage - it allows you to connect up to 5 devices at the price of an individual subscription for three.
3. Step-by-step: Connecting the camera to the Mi Home Cloud
The cloud setup process in the Mi Home application takes no more than 5 minutes, but requires a stable Internet connection (preferably via cable or 5 GHz Wi-Fi).
- Update the camera firmware. Go to Settings β Device β Software Update and install the latest version. Without it, the cloud may not be activated.
- Sign in to Mi Account. If you don't have a Xiaomi account, register through Profile β Registration. Use a real email and it will receive notifications about the positives.
- Activate cloud storage. In the camera card, tap on the cloud icon (π₯οΈ) You can start with a free test.
- Set up the recording conditions. β Cloud storage β Select the recording settings: π On the move (saves space) π 24/7 (only for paid rates) π Scheduled (for example, only at night)
Check the sync.
Go to Archive β Cloud and make sure new records are coming in. The first files can be downloaded up to 10 minutes.
βοΈ Checking before setting up the cloud
β οΈ Note: If no records appear after cloud activation, check:
- Does the antivirus or firewall block the Mi Home application from accessing the network?
- Is the router enabled with Client Isolation, which prevents the camera from communicating with Xiaomi servers?
- Whether a VPN is used on the phone during setting up can knock down the geolocation of the account.
4. Alternative ways of cloud storage: Google Drive, Yandex Disk, NAS
Xiaomiβs official cloud doesnβt always suit users: some donβt trust Chinese servers, some donβt have enough free space, and some donβt have a camera that supports Mi Home Cloud.
Method 1: Automatically download to Google Drive via IFTTT
IFTTT (If This Then That) allows you to automatically send your camera recordings to Google Drive when the motion sensor is triggered.
- Create an account at iftt.com and connect Mi Home and Google Drive.
- In the Create section, select the New motion detected trigger (for your camera).
- As an action, specify the Upload file from the URL and select the folder on Google Drive.
- In the File URL field, insert a link to the last image from the camera (it can be obtained through the Mi Home API or manually copied from the archive).
πΉ Limitation: IFTTT It only uploads static images, not videos. RTSP-flow (see method 2).
Method 2: Live stream to NAS or cloud via RTSP
Xiaomi Dafang models and some versions of the Mijia 360Β° support the RTSP protocol, which allows you to stream video to any server.
- Turn on RTSP in camera settings: Settings β Additional β RTSP protocol (if not available, upgrade your firmware via Mi Home to version 4.6.0+).
- Copy the stream link (example: rtsp://[IP_camera]/live/ch00_0).
- Use the program. VLC FFmpeg for stream capture and download on Yandex Disk, NAS Example of a command for FFmpeg: ffmpeg -i "rtsp://[IP_camera]/live/ch00_0" -c copy -f segment -segment_time 300 -segment_format mp4 "D:/cloud_backup/%Y-%m-%d_%H-%M-%S.mp4"
How to get IP-camera address RTSP?
Method 3: Local Storage + Synchronization via Synology Drive or Nextcloud
If you have a home server or NAS (e.g. Synology, QNAP), you can set up automatic synchronization of records from the microSD camera card:
- Insert microSD into the camera and turn the record into Settings β Local Storage.
- Connect the camera to the same network as the NAS.
- On the server, set up a task to copy files from the camera folder (for example, via Synology Drive or rsync).
πΉ Additional measure: If you store records on Google Drive or Yandex Disk, encrypt them before downloading using Cryptomator or VeraCrypt. This will protect data even in the event of a cloud account hack.