Insert the microSD card into the Raspberry Pi and power it on
OpenWRT should begin booting
After the terminal has stopped scrolling press Enter to be logged in as root
Enter the following commands at the terminal prompt
# set a root password passwd # enter and confirm a password # set the ip address uci set network.lan.ipaddr='192.168.0.137' # set the gateway uci set network.lan.gateway='192.168.0.27' # set dns server, usually the gateway or pi-hole uci set network.lan.dns='192.168.0.2' # restart network service for changes to take effect service network restart # update openwrt packages opkg update # install the luci web ui opkg install luci
Open a web browser and navigate to http://IP, http://192.168.0.137 in the example
At the login screen, enter the username root and the password set above > Click the Login button