Login issue after installing luci on OpenWrt 18.06

I am currently working on setting up a VPN on a Dragino LPS8N gateway. As per the instructions on the Dragino wiki, I have installed the OpenWrt 18.06 firmware on the gateway. However, after following the wiki instructions and running the command opkg update && opkg install luci --force-overwrite, Luci was installed and the web interface changed. Now, when I try to load the web interface, it prompts me for a login, and then another one that I am not familiar with.

I have tried reloading Luci, rebooting the system, and several other solutions, but nothing seems to work. I have also tried different passwords for the root user (root, blank password, etc.) and tried logging in with my old user “admin”, but to no avail.


Has anyone else encountered this problem or have a possible solution?

I’d suspect you’ve overwritten the custom Luci web interface with the generic OpenWRT package and now it’s a very confused installation. You will probably have to reflash via ssh/scp - or the emergency web interface.

What do you need the VPN for?

What do the peeps on the Dragino Google Group say? They are more likely to have focus on such issues.

it’s exactly that,

I need a VPN to access some ESP-32 in an other network.

I’ll check immediately on the Dragino Google group.

Thank you for your help!