Change hostname via cli

uci set system.@system[0].hostname=‘your-hostname’
uci commit system
/etc/init.d/system restart

alzhao It is correct?