Cannot reach router after sysupgrade

Hello, I searching for some help with my AX3000T router.
I installed OpenWrt on it a couple of years ago, and recently I made some changes in the setup of my home network since I got an additional hardware. I realised how outdated the firmware was and today I decided to update it.
I logged in LuCI and used the firmware flash page to update it to the last recommended version, which seemed to work, but indeed when I checked, it was still an older version, not the 24.10.4. I tried twice, but received no error message and it didn't reboot after applying, which made me feel suspicious.

The issue is that I don't really know what I made later, just tried to reset to default by pressing the reset button, but what happened I don't know, just that I can't access the login page. It seems to be 192.168.1.1 when I look with ipconfig/all, but it won't load. I tried the old access page of my old OpenWrt, which was 10.0.0.1 and it seems to partially load the page, but I can't put my login data.
May anyone give me a clue about the issue I'm facing?
Thank you in advance.

Would help if you say what is the old version (ubus call system board)

I would, but how could I know now?

I just get a blank page on what was the default access page

But on the other hand:

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button (red circle; this works best in the 'Markdown' composer view in the blue oval):

Screenshot 2025-10-20 at 8.14.14 PM

Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:

ubus call system board
root@OpenWrt:~# ubus call system board
{
        "kernel": "6.12.71",
        "hostname": "OpenWrt",
        "system": "ARMv8 Processor rev 4",
        "model": "Xiaomi Mi Router AX3000T",
        "board_name": "xiaomi,mi-router-ax3000t",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "SNAPSHOT",
                "firmware_url": "https://downloads.openwrt.org/",
                "revision": "r33113-fb71774232",
                "target": "mediatek/filogic",
                "description": "OpenWrt SNAPSHOT r33113-fb71774232",
                "builddate": "1771273565"
        }
}

Here you are, thank you, I beg you excuse my ignorance about this.

I had to connect to 192.168.1.1, but then through the browser it won’t access

Snapshot does not include luci web. Install stable release.

3 Likes

Thank you very much, it seems I downloaded and flashed the wrong firmware version and so I had to reinstall LuCI and then do it correctly.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.