[OpenWrt Wiki] LuCI essentials
https://openwrt.org/docs/guide-user/luci/luci.essentialsLuCI essentials This article relies on the following: * Accessing OpenWrt CLI * Managing configurations * Managing packages * Managing services Introduction While OpenWrt can be managed completely using SSH and the terminal, the LuCI WebUI makes many administration tasks easier. The OpenWrt full releases, such as the current 18.06.x series, ship with the LuCI …
[OpenWrt Wiki] LuCI essentials
openwrt.org › docs › guide-user# Upload packages to the router ssh root @ openwrt.lan mkdir-p / tmp / luci-offline scp *.ipk root @ openwrt.lan: / tmp / luci-offline # Install packages ssh root @ openwrt.lan opkg install / tmp / luci-offline /*.ipk # Clean up ssh root @ openwrt.lan rm-f-R / tmp / luci-offline
[OpenWrt Wiki] Accessing LuCI web interface securely
openwrt.org › docs › guide-userNov 10, 2021 · Fill root@openwrt.lan on Host Name field and 22 on Port field. If you have modified your OpenWrt hostname and SSH listen port, you need to adjust the value accordingly. On the Saved Sessions field, type a unique name, such as OpenWrt LuCI Tunnel. Click Save, so that you don't need to repeat this setup for future use.