[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] uHTTPd Web Server Configuration
openwrt.org › guide-user › servicesAug 27, 2021 · Securing uHTTPd By default, uHTTPd is bind to 0.0.0.0 which also includes the WAN port of your router. To bind uHTTPd to the LAN port only you have to change the listen_http and listen_https options to your LAN IP address. To get your current LAN IP address run this command: # uci get network.lan.ipaddr 192.168.1.1
[OpenWrt Wiki] uHTTPd webserver
openwrt.org › services › webserverMay 31, 2021 · uHTTPd is the standard HTTP server for OpenWrt, but it is not included by default in the system image for the main OpenWrt releases. The package name is uhttpd . Installation can be done with: opkg update opkg install uhttpd However, it is usually installed automatically as a dependency for the web interface LuCI.