NO GUI after update

I compiled the latest stable source and added in my custom config files. After flashing to router, I can see that me config files were included by the SSID and all but I can not connect to the web interface of the router? I just get connection refused

maybe you image doesn't include Luci?

opkg update
opkg install luci

over ssh, this will install it.

2 Likes

you were correct. why would luci be missing from the default profile? Do I need to include it with PACKAGE="luci" ??

What exactly did you compile, snapshot or 18.06.5 or ...?

I used the Image builder from the snapshot. Should I have used the one from 18.06.5 ?

  • snapshots do not include LuCI
  • releases do include LuCI

https://openwrt.org/faq/can_not_connect_via_webbrowser
https://openwrt.org/releases/snapshot

Thank you!!! I understand now