Hi,
There's no existing CLI yet, so to set a new password for admin user from console, you can try this
echo "admin:$(/usr/local/lsws/admin/fcgi-bin/admin_php -q /usr/local/lsws/admin/misc/htpasswd.php mypassword)" > /usr/local/lsws/admin/conf/htpasswd;
and create a bash script for new...