Changes for page Install Luci in the new UI firmware
Last modified by Xiaoling on 2023/04/21 10:22
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Xiaoling1 +XWiki.JeanPhilippe - Content
-
... ... @@ -1,14 +1,39 @@ 1 +(% class="wikigeneratedid" %) 2 +**Table of Contents:** 3 + 4 +{{toc/}} 5 + 6 + 7 + 1 1 = 1. Introduction = 2 2 3 -In the new firmware version. Luci is removed, if customer want to installl Luci package. User can install via Linux command line: 4 4 11 +In the new firmware version, Luci is removed. If you want to install Luci package, you can use the command line: 5 5 6 -= 2. Install Luci = 7 7 14 += 3. Connect to the gateway via SSH = 15 + 16 +You can use [[Putty>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]] or any SSH client to connect the the gateway. 17 + 18 +**Default credentials**: 19 + 20 +username: root 21 +assword: dragino 22 + 23 + 24 += 3. Install Luci = 25 + 26 +Enter the following commands 27 + 28 +{{{opkg update 29 +opkg install luci --force-overwrite 30 +}}} 31 + 32 + 8 8 (% class="box" %) 9 9 ((( 10 10 (% style="color:red" %) 11 - '''root@dragino-1d25dc:~~# opkg update'''36 +root@dragino-1d25dc:~~# opkg update 12 12 (% style="color:black" %)Downloading https:~/~/downloads.openwrt.org/releases/18.06.8/targets/ar71xx/generic/packages~/~/Packages.gz 13 13 Updated list of available packages in /var/opkg-lists/openwrt_core 14 14 Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/base~/~/Packages.gz ... ... @@ -27,7 +27,7 @@ 27 27 28 28 (% style="color: red;" %) 29 29 ((( 30 - '''root@dragino-1d25dc:~~# opkg install luci ~-~-force-overwrite'''55 +root@dragino-1d25dc:~~# opkg install luci ~-~-force-overwrite 31 31 ))) 32 32 33 33 (% style="color: black;" %) ... ... @@ -62,13 +62,18 @@ 62 62 ))) 63 63 64 64 65 -= 3. Access Page = 66 66 91 += 3. Web access = 92 + 93 +The new GUI is working as before. Simply enter the gateway IP address in the address bar of your browser. 94 + 95 +By default: [[http:~~/~~/10.130.1.1/cgi-bin/home.has>>http://10.130.1.1/cgi-bin/home.has]] 96 + 67 67 [[image:image-20220527170256-1.png||height="550" width="1162"]] 68 68 69 -Access URL for New UI 70 70 100 +The LuCI interface is accessible via the URL [[http:~~/~~/10.130.1.1/cgi-bin/luci/>>http://10.130.1.1/cgi-bin/luci/]], adjust the IP accordingly 71 71 72 72 [[image:image-20220527170325-2.png]] 73 73 74 - AccessURL for Luci UI104 +