[OpenWrt Wiki] Managing services
openwrt.org › docs › guide-userNov 27, 2021 · Managing services This article relies on the following: * Accessing OpenWrt WebUI * Accessing OpenWrt CLI Introduction * There are multiple services running on OpenWrt to perform different tasks. * This how-to describes the method for managing OpenWrt services. Goals * Start, stop, restart, enable and disable system services.
[OpenWrt Wiki] OpenWrt security hardening
openwrt.org › docs › guide-userMar 29, 2021 · Authentication for OpenWrt TTY and serial console is disabled by default. Using TTY and serial console requires physical access to the device. You can reduce the attack surface by enabling authentication. Note that hardware attacks on serial console pins are also possible. However, it requires physical access, time and skills.
[OpenWrt Wiki] Secure your router's access
openwrt.org › docs › guide-userOct 03, 2020 · For secure web access, OpenWrt can be accessed via HTTPS ( TLS) instead of the unencrypted HTTP protocol. If HTTP is not secure enough for you, you can disable the existing (unencrypted) web access and either Tunnel your connection via SSH Follow Providing encryption to set up SSL protected access
[OpenWrt Wiki] uHTTPd webserver
openwrt.org › docs › guide-userMay 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.