Last modified by Xiaoling on 2023/04/21 10:22

From version 3.1
edited by Xiaoling
on 2022/05/27 17:03
Change comment: Uploaded new attachment "image-20220527170325-2.png", version {1}
To version 6.3
edited by Xiaoling
on 2023/04/21 10:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,13 +1,44 @@
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  
5 -= 2. Install Luci =
11 +In the new firmware version, Luci is removed. If you want to install Luci package, you can use the command line:
6 6  
13 +
14 += 2. Connect to the gateway via SSH =
15 +
16 +
17 +You can use [[Putty>>https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]] or any SSH client to connect the the gateway.
18 +
19 +(% style="color:blue" %)**Default credentials**:
20 +
21 +username: root 
22 +assword: dragino
23 +
24 +
25 += 3. Install Luci =
26 +
27 +
28 +Enter the following commands
29 +
30 +(% class="box infomessage" %)
31 +(((
32 +**opkg update**
33 +
34 +opkg install luci ~-~-force-overwrite
35 +)))
36 +
37 +
7 7  (% class="box" %)
8 8  (((
9 9  (% style="color:red" %)
10 -'''root@dragino-1d25dc:~~# opkg update'''
41 +**root@dragino-1d25dc:~~# opkg update**
11 11  (% style="color:black" %)Downloading https:~/~/downloads.openwrt.org/releases/18.06.8/targets/ar71xx/generic/packages~/~/Packages.gz
12 12  Updated list of available packages in /var/opkg-lists/openwrt_core
13 13  Downloading https:~/~/downloads.openwrt.org/releases/packages-18.06/mips_24kc/base~/~/Packages.gz
... ... @@ -26,7 +26,7 @@
26 26  
27 27  (% style="color: red;" %)
28 28  (((
29 -'''root@dragino-1d25dc:~~# opkg install luci ~-~-force-overwrite'''
60 +**root@dragino-1d25dc:~~# opkg install luci ~-~-force-overwrite**
30 30  )))
31 31  
32 32  (% style="color: black;" %)
... ... @@ -60,12 +60,19 @@
60 60  )))
61 61  )))
62 62  
63 -= 3. Access Page =
64 64  
65 -[[image:https://wiki.dragino.com/images/thumb/6/6c/Luci_Install_01.png/600px-Luci_Install_01.png||height="299" width="600"]]
95 += 3. Web access =
66 66  
67 -Access URL for New UI
68 68  
69 -[[image:https://wiki.dragino.com/images/thumb/0/0b/Luci_Install_02.png/600px-Luci_Install_02.png||height="315" width="600"]]
98 +The new GUI is working as before. Simply enter the gateway IP address in the address bar of your browser.
70 70  
71 -Access URL for Luci UI
100 +By default: [[http:~~/~~/10.130.1.1/cgi-bin/home.has>>http://10.130.1.1/cgi-bin/home.has]]
101 +
102 +[[image:image-20220527170256-1.png||height="550" width="1162"]]
103 +
104 +
105 +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
106 +
107 +[[image:image-20220527170325-2.png]]
108 +
109 +