Table of Contents:

1. Introduction

In the new firmware version, Luci is removed. If you want to install Luci package, you can use the command line:

2. Connect to the gateway via SSH

You can use Putty or any SSH client to connect the the gateway.

Default credentials:

username: root 
assword: dragino 

3. Install Luci

Enter the following commands

opkg update

opkg install luci --force-overwrite

root@dragino-1d25dc:~# opkg update
Downloading https://downloads.openwrt.org/releases/18.06.8/targets/ar71xx/generic/packages//Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_core
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/base//Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_base
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_luci
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/packages//Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_packages
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/routing//Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_routing
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/telephony//Packages.gz
Updated list of available packages in /var/opkg-lists/openwrt_telephony
Downloading http://www.dragino.com/downloads/downloads/LoRa_Gateway/DLOS8/Firmware/Packages/dragino//Packages.gz
Updated list of available packages in /var/opkg-lists/dragino
 

root@dragino-1d25dc:~# opkg install luci --force-overwrite

Installing luci (git-20.272.49300-479154e-1) to root...
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci_git-20.272.49300-479154e-1_all.ipk
Installing luci-base (git-20.272.49300-479154e-1) to root...
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-base_git-20.272.49300-479154e-1_mips_24kc.ipk
Installing luci-mod-admin-full (git-20.272.49300-479154e-1) to root...
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-mod-admin-full_git-20.272.49300-479154e-1_mips_24kc.ipk
Installing luci-theme-bootstrap (git-20.272.49300-479154e-1) to root...
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-theme-bootstrap_git-20.272.49300-479154e-1_all.ipk
Installing luci-app-firewall (git-20.272.49300-479154e-1) to root...
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-app-firewall_git-20.272.49300-479154e-1_all.ipk
Installing luci-proto-ppp (git-20.272.49300-479154e-1) to root...
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-proto-ppp_git-20.272.49300-479154e-1_all.ipk
Installing luci-proto-ipv6 (git-20.272.49300-479154e-1) to root...
Downloading https://downloads.openwrt.org/releases/packages-18.06/mips_24kc/luci//luci-proto-ipv6_git-20.272.49300-479154e-1_all.ipk
Configuring luci-theme-bootstrap.
uci: Entry not found
uci: Parse error (too many arguments) at line 22, byte 43
Configuring luci-app-firewall.
Configuring luci-proto-ppp.
Configuring luci-base.
Configuring luci-mod-admin-full.
uci: Entry not found
uci: Parse error (too many arguments) at line 22, byte 43
Configuring luci-proto-ipv6.
Configuring luci.
root@dragino-1d25dc:~#

3. Web access

The new GUI is working as before. Simply enter the gateway IP address in the address bar of your browser. 

By default: http://10.130.1.1/cgi-bin/home.has

image-20220527170256-1.png

The LuCI interface is accessible via the URL http://10.130.1.1/cgi-bin/luci/, adjust the IP accordingly 

image-20220527170325-2.png

 

Tags:
    
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0