How to change the language in the settings of the Xiaomi router: from Chinese to Russian in 5 minutes

Did you buy a Xiaomi router from AliExpress or from a local store, but instead of the usual Russian or English interface, do you see characters? Or after resetting the router suddenly β€œspeaks” in Chinese? This problem is familiar to many owners of the Mi Router 4A, AX3600 or AX6000 – the manufacturer often supplies devices with firmware for the domestic market of China, where the default language does not change through the standard menu.

In this article, you will find 3 working ways to change the interface language, from simple selection in the web dashboard (if available) to manual editing of configuration files via SSH. We will also discuss why the language can β€œfly” after updating the firmware, and what to do if the list of available languages is not Russian. All instructions are relevant for firmware 2023-2026 and tested on models Mi Router 4C, AX1800 and AX9000.

Before you start, make sure you have:

Access to the router’s web interface (login/password, usually admin/admin or indicated on the sticker);

β€’ A computer or smartphone connected to a router network via cable or Wi-Fi;

10-15 minutes (complex methods require patience).

πŸ“Š What is your Xiaomi router?
Mi Router 4A/4C
AX1800/AX3000
AX3600/AX6000
Other (specify in the comments)

1. Method 1: Change language through the web interface (if option available)

The easiest method is to find the language setting in the standard control panel. Unfortunately, it only works on international firmware or after manual firmware via SSH. If your router has a menu in Chinese but you see familiar icons, try this method:

  1. Connect to the router network (by cable or Wi-Fi).
  2. Open your browser and type in the address bar 192.168.31.1 (or miwifi.com).
  3. Log in (login/password by default β€” admin/admin, unless changed).
  4. In the upper right corner, find the gear icon (βš™οΈ) or user avatar is a settings button.
  5. In the drop-down menu, look for an item with an icon of the globe (🌍) or inscribed).
  6. Choose English or Russian (if any) and save the changes.

If you only see Chinese instead of a list of languages, your firmware is locked for regional change. Go to method 2 or 3.

⚠️ Note: On some models (Mi Router) 4A Gigabit Edition) may need to reboot after changing the language. If the interface β€œhangs” – wait 2-3 minutes or restart the router with the Reset button (do not reset the settings!).

2. Method 2: Installation of international firmware via SSH (for advanced)

If the web interface does not have the option to change the language, you will have to manually flash the router with an international version of the software. SSH It is suitable for models on a Qualcomm chip (AX3600, AX6000, AX9000). For routers on MediaTek (4A, 4C) A different approach is needed (see method 3).

You'll need:

β€’ PuTTY (Windows) or Terminal (Mac/Linux)

β€’ Firmware for your model (download from the official Xiaomi website or the OpenWRT forum);

β€’ Ethernet cable to connect to the router.

Enable SSH in router settings (if disabled)

Download firmware with extension.bin for your model

Connect the router to the PC via cable

Run PuTTY and enter IP 192.168.31.1, port 22

-->

Step-by-step:

  1. Activate SSH in router settings: Go to the web interface (192.168.31.1). Go to β†’ (or find the icon with the wrench). Enable the SSH option (may be called ).
  2. Connect to SSH: ssh root@192.168.31.1 Password: admin (or your current password from the web interface)
  3. Download the firmware on the router: wget http://bigota.miwifi.com/xiaoqiao/rom/r3gm/miwifi_r3gm_firmware_XXXX_2.0.XX.bin Replace. XXXX on-line version of the firmware!
  4. Install firmware: nvram set flag_try_sys1_failed=1 nvram commit mtd write miwifi_r3gm_firmware_XXXX_2.0.XX.bin OS1 reboot

Once restarted, the router will start with an international firmware, where you can choose a language, and if the process is interrupted, don’t panic: wait 5-10 minutes and try again.

What to do if the SSH is not connected?
If the router does not respond to SSH, Check 1. Is it on? SSH in the web interface (see paragraph 1). 2. IP-address (default 192.168.31.1, but may be different). 3. Does the Windows firewall block the connection (turn it off temporarily). 4. Try another cable or port on the router. If nothing helps, reset the router to factory settings with the Reset button (hold 10 seconds) and repeat the steps.

3. Method 3: Bypassing locking through editing the configuration file

For routers on MediaTek (Mi Router) 4A, 4C, Mini) language change through SSH It's possible without completely flashing it. /etc_init.d/rcS, where regional settings are specified.

Important: this method requires caution - an error in the file can lead to loss of access to the router.We recommend you to back up the settings in the web interface ( β†’).

Instructions:

  1. Connect to SSH (see Method 2).
  2. Create a backup copy of the original file: cp /etc_init.d/rcS /etc_init.d/rcS.bak
  3. Open the file in the editor vi: vi /etc_init.d/rcS
  4. Find the line with the parameter country_code (usually CN for China) and replace by: country_code=RU or: country_code=US
  5. Save the changes (:wq in vi) and restart the router: reboot

After the reboot, the web interface should have a choice of language, and if it hasn’t, check if you’ve edited the file correctly, or try Method 2 (full firmware).

⚠️ Note: Some firmware may reset the Wi-Fi password after editing rcS. Write it down in advance or use a backup of your settings to restore it.

4. Compatibility table: what method suits your model

Not all methods work on all Xiaomi routers, and the table below shows the proven combinations for popular models:

Model routerChipsetMethod 1 (web interface)Method 2 (firmware via SSH)Method 3 (editing rcS)
Mi Router 4A (R4A)MediaTek MT7628❌ No.❌ No.βœ… Yes.
Mi Router 4CMediaTek MT7628❌ No.❌ No.βœ… Yes.
Mi Router AX1800Qualcomm IPQ6000⚠️ Sometimes.βœ… Yes.❌ No.
Mi Router AX3600Qualcomm IPQ8071Aβœ… Yes (on international firmware)βœ… Yes.❌ No.
Mi Router AX6000Qualcomm IPQ8071Aβœ… Yes.βœ… Yes.❌ No.

If your model is not in the table, check the chipset (find on the sticker at the back of the router) and select the method by analogy. For example, for Mi Router 4A Gigabit Edition (MT7621 chipset), method 3 is suitable.

πŸ’‘

Before buying a Xiaomi router, check on the manufacturer's website if there is international firmware for it. Models with a CN index in the title (for example, the AX3600 CN) often come with a blocked language selection.

5.Why does the tongue reset after the firmware update?

Many users find that after an automatic update, the router again β€œspeaks” in Chinese.

  • πŸ”„ Xiaomi Manufacturer Forced to Install Regional Firmware (for China β€” CN, Global Markets – Global Market).
  • πŸ“¦ Some firmwares do not have a localization file for Russian/English.
  • πŸ”’ Updates for the Chinese market (CN) Can block changes in configuration files.

To avoid tongue reset:

  1. Turn off automatic updates in the web interface: β†’ β†’ (uncheck the box).
  2. Use manual updates only with international firmware (download from the official Xiaomi website or trusted sources).
  3. After updating, check the language and repeat method 3 (RCS editing) if necessary.

If the router has already updated and the language has reset, go back to one of the methods described above. For models on Qualcomm (AX3600, AX6000), the easiest way to roll back to the previous version of the firmware is through SSH.

πŸ’‘

If the router is updated β€œon its own” – this is a sign of Chinese firmware (CN). the only reliable way to avoid resetting the language is to install international firmware (Global) and disable automatic updates.

6. Alternative solutions: if nothing helps

If all methods are exhausted, and the router stubbornly remains in Chinese, consider alternatives:

  • 🌐 Use a translator: Install a browser extension (like Google Translate) and translate the web interface in real time. uncomfortable but workable.
  • πŸ”„ Install alternative firmware: OpenWRT or Padavan support most Xiaomi routers and offer full localization).
  • πŸ“¦ Buy another router: If fighting Chinese firmware takes too much time, look out for models with global firmware out of the box (e.g. Xiaomi Router) AX3000T or Redmi Router AX5).

To install OpenWRT, follow the instructions on the project's official website, and note that this process will reset all settings and may take away warranty.

If you decide to sell an β€œunbreakable” router, honestly state in the ad that the interface language is Chinese, which will save you and the buyer time.

FAQ: Frequent questions about changing the language in Xiaomi routers

Can I change the language without SSH?
Yes, but only if your firmware already has the option of selecting a language in the web interface (see method 1 (CN) without SSH It won't work.
After the language change, the Internet disappeared.
This can happen if you edit a configuration file (method 3) and your network settings are affected. Try: Reset the router with the Reset button (hold 10 seconds); Reset from the backup (if you did); Manually set up your Internet connection in the web interface (Internet β†’ Connection Type).
How do I know which firmware is installed on the router?
Go to the web interface (192.168.31.1) and look for a section or Status. Look for lines like: Firmware Version: 2.0.XX Hardware Version: R3G (for Mi Router 4A) If the version has CN, it's Chinese firmware.
Can I get my Chinese back after I install the international?
Yes, but you'll have to repeat the firmware process through SSH (see method 2), just download the original Chinese firmware (CN).
Where to download official firmware for Xiaomi?
Official firmware can be found on Xiaomi support site (Downloads section); OpenWRT forum (for alternative firmware); resources like 4PDA (for topics related to your model); Attention: Download firmware only from trusted sources - fake files may contain malicious code!