OpenWrt on RavPower RP-WD009 -- Now what?

OpenWrt on RavPower RP-WD009 -- Now what?

So I was able to successfully flash the RAV.
SSH into it and sysupgrade

I also changed it's default IP to 192.168.1.3
since it conflicted with my lan Router

SSH is great , but how to access the Webserver on it?
It has 16MB flash rom so I know it has the space to handle one.

Could not find any instructions that work.
After connecting to it via WiFi - Pointing browser to any of these do not work;
http://lede/
http://openwrt/
http://192.168.1.1/
http://192.168.2.1/

Thank you..
Was trying to install luci , but no internet on device it seems. (see below)
Is there a stable release that includes webserver?
Thanks..

root@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/packages/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/packages/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/base/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/kmods/5.4.99-1-5434d22209cf9bc3afe7919d8393f98f/Packages.gz
Failed to send request: Operation not permitted
*** Failed to download the package list from https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/kmods/5.4.99-1-5434d22209cf9bc3afe7919d8393f98f/Packages.gz

Downloading https://downloads.openwrt.org/snapshots/packages/mipsel_24kc/freifunk/Packages.gz
https://downloads.openwrt.org/snapshots/targets/ramips/mt76x8/kmods/5.4.99-1-5434d22209cf9bc3afe7919d8393f98f/Packages.gz^C
root@OpenWrt:~# Failed to send request: Operation not permitted

So it seems it's a headache to install luci offline and all it's dependencies.
(really wished there was at least one stable release w/ luci posted for Rav wd009 )

Trying to get the RAV on the internet.
I have Rav network plugged into router and computer connecting to RAV via Rav WiFi hotspot.
(WiFi)Only way to reach it via SSh.
seems I can only get an IP via the wireless connection for some reason.

I tried sharing WiFi internet connection in Windows .. nothing seems to work.
Once I get internet on Rav, I can update and install luci and be done.

Here is my
etc\config\network

config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'

config globals 'globals'
option ula_prefix 'fd9f:4101:8d6d::/48'

config interface 'lan'
option type 'bridge'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.1.3'
option netmask '255.255.255.0'
option ip6assign '60'

config switch
option name 'switch0'
option reset '1'
option enable_vlan '0'

Finally got it on the internet via the bottom link..
luci did not fully install because of a bad source package.

What a waste of time..

wished a prebuilt working image was available.