
『LuCI』基於WEB圖形界面, 用戶通過手機或電腦遠程登錄『OpenWrt』. 吾使發出指令直接管理. 有兩種方法安裝『LuCI』.
『OpenWrt』用命令安裝.
執行『opkg update』更新安裝包列表
執行『opkg install luci』安裝圖形界面
執行『opkg install luci-i18n-base-zh-tw』OpenWRT漢化
執行『/etc/init.d/uhttpd enable』打開uhttpd服務
執行『/etc/init.d/uhttpd start』讓uhttpd自啟動
連網線電腦打開瀏覽器,連接軟路郵192.168.2.1, 登入openwrt後臺
或者係『OpenWrt編譯』『sudo make menuconfig』時加入
Luci->Collections->luci |
Luci->Modules->Translations->Chinese Traditional(zh_Hant) |
Luci->Themes->luci-theme-bootstrap |
樣式有四款
樣式 | |
luci-theme-bootstrap | Bootstrap Theme(默認) |
luci-theme-material | Material Theme |
luci-theme-openwrt | LuCI OpenWrt.org theme |
luci-theme-openwrt-2020 | LuCI modern OpenWrt theme |
如果初次登錄,連線有錯異常.更新『luci』.
opkg upgrade |
新版『openwrt』改用『apk』命令
apk upgrade |