Adding a Web Interface

Jan 20, 2016

Configuring every aspect of your OpenWRT device through it’s CLI isn’t for everyone. But with all of the packages available for OpenWRT you are able to add a web interface to help you manage your device through a more user friendly method. We are going to take a look at LuCI.

To start off with, your device will need internet access. The first step is to SSH into your device so you can run a few commands (We detailed the SSH steps in a previous guide here).

Once you have gained access via SSH enter the following commands:

opkg update
opkg install luci

This will install the LuCI package onto your device. Once this is complete, you will need to run two more commands. The first to start up your web server, and the second to set it to run whenever the device is rebooted.

The commands are as follows:

/etc/init.d/uhttpd start
/etc/init.d/uhttpd enable

Now you should be able to open the LuCI web interface by connecting to your device and navigating to http://192.168.1.1/ with your browser.

Now have a play around with the web interface and see all the changes you can make without having to use your CLI.


CT WiFi is a cloud based WiFi management platform for businesses. The firmware gives consumer-grade WiFi access points enterprise-like capabilities. Or you can utilise the captive portal solution with your existing infrastructure. Create a free account and check it here ct-networks.io

Come join CT WiFi

Sign Up

Sign-up for CT WiFi, it's free for unlimited access points :)