NFS on Xiaomi devices: A complete guide to setup and use

What is NFS and why is it important for Xiaomi devices

If you’ve ever come across the term NFS in the context of Xiaomi smartphones, TVs, or routers, you’ve probably wondered what it is and why it’s needed? NFS (Network File System) is a network protocol that allows devices to share files over a local network as if they’re on the same computer. For the Xiaomi ecosystem, this technology has become especially relevant with the development of smart homes and multimedia centers.

Unlike cloud services like Mi Cloud or Google Drive, NFS It works directly between devices without intermediaries, which means you can stream movies from the Internet. NAS-Xiaomi-based storage TV without delay, sync files between your smartphone and laptop, or even use your smartphone as a network drive for your computer. NFS? Let's figure it out.

It's important to understand that NFS isn't an exclusive feature of Xiaomi. It's a standard protocol that's been used in corporate networks for decades, but Xiaomi has integrated it into its devices so that even inexperienced users can use it, for example, in Mi TVs and Redmi Smart TVs, NFS support came back in 2020, and in smartphone firmware with the release of MIUI 12.

πŸ“Š What are you using for? NFS on Xiaomi devices?
Streaming video on TV
Sharing files between devices
Backup
Smart home.
I don't use it.

How NFS works on Xiaomi smartphones and TV: technical details

NFS Xiaomi devices are client-server based. One device (e.g., one device, NAS or computer) is acting as a NFS-The server, and the other one (smartphone, TV) is the client, and the server shares its folders, and the client connects to them as a local drive:

  • πŸ“‘ Protocol without state: NFS does not store session information, which speeds up work, but requires a stable network.
  • πŸ”’ Access Levels: You can configure read/write rights for different users (e.g., read-only for Mi). TV, full access for a smartphone).
  • πŸ“ˆ Performance: Speed depends on the network (Wi-Fi 6 gives up to 9 Gbps, and outdated Wi-Fi 4 – only 300 Mbps).
  • πŸ”„ Versions of the protocol: Xiaomi usually supports NFSv3 and NFSv4. The first is easier to set up, the second is safer.

For example, if you connect Xiaomi Mi TV 5 to the NAS via NFS, the TV will perceive the network folder as a local drive.This allows you to view movies in 4K HDR without buffering if the network is configured correctly. And on smartphones with MIUI (such as Xiaomi 13 Pro), NFS can be used to automatically back up photos to the server.

But there's a caveat: NFS doesn't encrypt traffic by default. If your network isn't secure, data can be intercepted, so for sensitive information, it's better to use NFS with a VPN or switch to SFTP/SSH.

⚠️ Note: If your Xiaomi router (for example, AX6000) Supports guest network, never set up NFS-The host network is isolated, and the devices won't see each other.

What Xiaomi devices support NFS: full list

Not all Xiaomi gadgets are able to work with NFS. Here is the current list of devices with support (as of 2026):

Type of deviceModels with NFS supportVersion of protocolFeatures
SmartphonesXiaomi 12/13/14 series, Redmi Note 11/12 Pro+, POCO F4/F5NFSv3, NFSv4Requires manual configuration via Settings β†’ Additional β†’ Network Storage
TelevisionsMi TV 4S/5/5X, Redmi Smart TV X, Xiaomi TV A ProNFSv3Support is built into firmware, but there is no interface to configure – only through DLNA/UPnP or third-party applications
RoutersAX3600, AX6000, BE7000NFSv3Can perform NFS-plug-in USB-accumulator
NAS-systemXiaomi Mi NAS (Old Model), Synology/QNAP CompatibilityNFSv4Requires firmware with OpenWRT or third-party support

Note that even if your device is on the list, NFS support may depend on the firmware version. For example, on the Redmi Note 10 Pro NFS only appeared after upgrading to MIUI 13.0.5. To check the relevance, go to Settings β†’ About Phone β†’ MIUI version and check the official release notes.

πŸ’‘

If your device doesn’t support NFS directly, try alternatives like SMB (for Windows), WebDAV (for cloud services), or FTP (for simple tasks).

Step-by-step: how to set up NFS on Xiaomi TV

Setting up NFS on Xiaomi TVs is one of the most popular tasks, as it allows you to stream movies without buffering.

  1. Preparation NAS PC: πŸ–₯️ On Windows: Install NFS Server through the Control Panel β†’ Programme programmes β†’ Including Windows components. 🐧 Linux: run the command sudo apt install nfs-kernel-server πŸ“ Open up a folder. For example, in Linux, add a line to the folder. /etc/exports: /media/videos 192.168.1.0/24(rw,sync,no_subtree_check)
  2. Tweaking the TV: πŸ“Ί Go to Settings. β†’ Devices and sharing β†’ Local area network. πŸ”Œ Select Add Network Storage β†’ NFS. πŸ“Œ Enter. IP-server address (e.g, 192.168.1.100) and the path to the folder (e.g, /media/videos).

Connection check:

  • 🎬 Go to Media Player on TV – a network folder should appear.
  • πŸ” If the folder is not displayed, check the firewall on the server and access rights.

Make sure the TV and server are on the same network | Check that the server is running NFS-service | Open ports 2049 (TCP/UDP) in the firewall | Use static IP for the server | Turn off power saving on the network adapter-->

If the video slows down after setting up, try:

  • πŸ”Œ Switch from Wi-Fi to Ethernet (for Mi) TV Q2 older has a port LAN).
  • πŸ“Ά Change the Wi-Fi channel in the router settings (e.g., from 6 to 11 for 2.4 GHz).
  • πŸ”§ Reduce the bitrate of video (for example, with 4K 60fps before 1080p 30fps).

⚠️ Note: Some models (e.g. Redmi Smart) TV X55) NFS It may not work properly due to firmware limitations. SMB Update the software to the latest version.

NFS on Xiaomi smartphones: how to connect a network disk

On smartphones, Xiaomi NFS can be used to access files on the server directly from the file manager.

  1. Activation: Go to Settings β†’ Connections and Sharing β†’ Network Storage. If you don’t have a point, your model doesn’t support NFS (check the list above).
  2. Adding server: Click Add Storage β†’ NFS enter: πŸ“Œ Server address: IP or domain name (e.g., domain name, 192.168.1.100). πŸ“‚ Path to folder: For example, /mnt/data/music. πŸ”‘ Username: Leave blank if anonymous access is allowed on the server.

Connection:

Once saved, the server will appear in the File Manager Storage section, and you can now copy files back and forth as if they were on a flash drive.

Example of use: You can automatically upload photos from the Xiaomi 13 Ultra smartphone to the NAS by configuring the task in the Gallery app.

  1. Open the Gallery β†’ Settings β†’ Backup.
  2. Select Network Storage and indicate the path to NFS-folder.
  3. Activate the option of autoboot over Wi-Fi.

For additional protection, set up fail2ban on the server to block suspicious connections:

[nfs]


enabled  = true




port     = 2049




protocol = tcp,udp




filter   = nfs




logpath  = /var/log/syslog




maxretry = 3




bantime  = 1h

If you use NFS for a smart home (for example, to sync settings between Xiaomi devices), consider switching to MQTT or Mi Home APIs – they are safer for IoT devices.

FAQ: Answers to Frequent NFS Questions on Xiaomi

Can I use NFS to back up a Xiaomi smartphone?
Yes, but with reservations. You can manually copy files (photos, videos) to NFS-server via file manager, but automatic backup (like in Mi Cloud) is not supported.
Why is NFS on Xiaomi TV slower than DLNA?
DLNA is media-optimized and buffered, whereas NFS sends data as is. If the network is unstable, DLNA may appear faster due to caching, but NFS benefits from robustness and format support (e.g., subtitled MKV).
How to connect Xiaomi to the NFS-Synology server?
Synology: Open the Control Panel β†’ File service β†’ NFS. Create a rule for your subnet (e.g, 192.168.1.0/24). Specify rights (e.g. rw,async,no_root_squash). On the Xiaomi device, connect using IP your Synology and the path to the folder (for example, /volume1/videos).
Can I use NFS to play games on Xiaomi?
Technically, yes, but with limitations, like emulators (like RetroArch on Xiaomi). TV) read ROM-You NFS-However, for modern games (for example, through Xiaomi Game Turbo), this is not suitable due to the high requirements for speed of access to storage.
Which is better for Xiaomi: NFS or SMB?
The choice depends on the task: 🎬 NFS Better for streaming videos (less overhead). πŸ“ SMB It is more convenient for sharing files with Windows-PC (no need for additional settings). πŸ”’ WebDAV is safer for remote access (supports) HTTPS). For most users, Xiaomi is optimal. SMB, Unless high productivity is required.