HTTP support for UCI procedures

Hi All,
I want to know if there is a support of configuring LEDE device via HTTP instead of ssh?
Thanks

LuCI is the GUI for Openwrt/LEDE offering a config interface via web browser.

Just install the luci package from ssh console:

opkg update
opkg install luci

Thanks for your reply. Sorry I could not make myself clearer before. Can we access UCI procedures over HTTP?

Thanks

https://wiki.openwrt.org/doc/techref/ubus#access_to_ubus_over_http
https://wiki.openwrt.org/doc/techref/ubus#rpcd

Use rpcd to provide access to uci with ubus.
Use uhttpd-mod-ubus to access ubus over HTTP.

This is how LuCI2 (still in development) works.