Hello all, I have had a GL-MT1300 in my possession for a couple of years now and I have been using the stock firmware from GL-iNET. Now I figured I would upgrade it to the native OpenWRT software. Since the GL-iNET firmware is based on OpenWRT, I hoped it would be straight forward. Unfortunately after the upgrade from GL-iNET version 4.3.x (where x = .19 or .25) to 24.10.1, I don't have web GUI access or see any SSIDs coming from the router.
After looking through the documentation:
I was successfully able to SSH into the device at 192.168.1.1
o I can see in the CLI the device has 'OpenWrt 24.10.1, r28597-0425664679'
According to the docs, it indicates web access is not included in snapshot builds and I don't think 24.10.1 is a snapshot build, so I should have web GUI.
There is also mention for low memory devices, a full LUCI install might fail because of lack of memory and you might need to build your own image (again, this doesn't apply here).
Regarding no SSIDs, it looks like this might be disabled by default according to the documentation.
My question is, any idea of why the web GUI is not working when upgrading from GL-iNET version 4.3.x to OpenWRT 24.10.1?
Thanks in advance!
Did you try to keep settings across the upgrade? If so, that would present a problem. Assuming not... let's see the following:
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:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
Correct, 24.10 and anything with numbers like that is a release build. The only sysupgrade images built by default without the web gui (LuCI) are main snapshots, that will look like
OpenWrt SNAPSHOT, r29666-7193539c98
when you log in.
Correct again, the radios are off by default because on a clean install, you have not yet set any passwords. If they were enabled by default, you'd be broadcasting a wide open portal until you configure it, which is generally considered a Bad Thing.
Yes, but in case you do not realise, you will not have the Web Gui that GL-inet provide. You will only have Luci. Depending on where you got the 24.10.1 flash image, you might not be able to access Luci via https (this is the case if you used the Firmware Selector and you have to install an extra package to generate self signed certificates for https to work).
Try accessing http://192.168.1.1 from your browser.
If you tried just 192.168.1.1, your browser might have appended https, so this could be your problem.
You might have to clear the browser cache....
PS. I have an MT1300 here with 24.10.1 and Luci works just fine.
Thanks for this... unfortunately I have tried both Chrome on Firefox just to make sure and I still can't access the web gui (I have confirmed it is trying to connect via http vs https and I did clear the cache as well). That being said, I am directly connected between one of the LAN ports on the MT1300 and my laptop via DHCP from the router. I don't have any type of WAN connection to the router right now.
Also, I have was able to capture a screenshot when trying to connect to the web GUI, so you can see how it tries to connect, but then nothing.
Cookies and remembered redirects from the OEM firmware might still persist, in your browser. If you have a second browser installed you normally don't use, trying that might make sense - if not, you can first try an incognito browser session, if neither of that helps, deleting cookies and site data for your router should help.
Thanks for this... after trying a different Eth port on my laptop, I was able to connect via the web GUI!
So in the beginning, I had a USB <>Eth adapter and was able to ping and SSH, but couldn't not connect via web GUI. So then I tried going directly to the built in Eth port on my laptop and the web GUI worked