Hi,
sh /script/add --class=lxguardwhitelist --name=IPADDRESS
machine_doesnt_exist_in_db: nname: admin
The script has given very crystal clear clue on whats the problem.
See in mysql database ---> kloxo database and identify a table client. If there is a client name admin, then do the following:
sh /script/fix-program-mysql YOUR_PASSWORD
sh /script/reset-mysql-root-password YOUR_PASSWORD
sh /script/resetpassword master YOUR_PASSWORD
If you get an error, that the resource is not available, then run the same after:
sh /script/cleanup
The problem is that kloxomr cannot connect mysql database. If you cannot achieve the above by a script reset, then do the reset of mysql password from mysql monitor. For this, use one tutorial by Mustafa, which allows granting rights to kloxomr manually in mysql database table.