ASUS RT-AC51U (RT-AC750)

Easiest solution for Windows users, confirmed working as of June 2019.

  1. Download the ASUS Firmware Restoration Tool but don't open it yet (Recommended version)
  2. Unplug your computer from the router
  3. Put the router into Rescue Mode by: turning the power off, using a pin to press and hold the reset button, then turning the router back on while keeping the reset button pressed for ~5 secs until the power LED starts flashing slowly (which indicates the router has entered Rescue Mode)
  4. Important (if you don't do this next step the Asus Firmware Restoration Tool will wrongly assume that the router is not in Rescue Mode and will refuse to flash it): go to the Windows Control Panel and temporarily disable ALL other network adapters except the one you will use to connect your computer to the router
  5. For the single adapter you left enabled, temporarily give it the static IP 192.168.1.10 and the subnet mask 255.255.255.0
  6. Connect a LAN cable between your computer (make sure to use the Ethernet port of the adapter you've just set up) and port 1 of the router (not the router's WAN port)
  7. Rename openwrt-XX.XX.X-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin to factory.trx
  8. Open the Asus Firmware Restoration Tool, locate factory.trx and click upload (if Windows shows a compatibility prompt, confirm that the tool worked fine)
  9. Flashing and reboot is finished when the power LED stops blinking and stays on
  10. That's it! (Don't forget to re-enable any network adapters you disabled earlier)

See also Asus 'How to use Rescue Mode' FAQ

  1. Download the OpenWrt firmware image
  2. Unplug the power cord from the router
  3. Press the reset button with a pin and keep holding it down
  4. Plug the power cord in
  5. Wait 10 seconds
  6. Release the reset button
  7. On your computer, set *this* static IP to the network adapter connected to the router (IP 192.168.1.75, Subnet 255.255.255.0, connect to the first LAN port of the router)
  8. Use tftp -client to download the firmware image
        tftp> binary
        tftp> timeout 120
        tftp> connect
        (to) 192.168.1.1
        tftp> put openwrt-XX.XX.X-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin
  9. The power LED flashes quickly while the router is being flashed
  10. Flashing is successful when the power LED is constantly lit
  • After you flashed the base image, wait until the router reboots and the power LED to be constantly lit
  • Connect to the router via ssh using the following command:
    ssh root@192.168.1.1
  • No password is required for the first login (remember to set a strong root password for better safety)
  • Follow the official documentation for the LuCI installation

Note: Depending on your firmware version, you might have to re-install LuCI and any extraneous packages after the upgrade

  • Use the following commands to upgrade:
    ssh root@192.168.1.1
    cd /tmp
    wget <sysupgrade image link>
    sysupgrade <freshly downloaded image>.bin
  • Wait for the device to reboot (steady power LED)

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1