KEMP001 - Kemp LoadMaster Authentication Failed
Agent error code #KEMP001 indicates that Knocknoc reached the Kemp LoadMaster but the username or password was rejected. The API returned HTTP 401 Unauthorized.
This is distinct from an authorization failure (#KEMP002), where the credentials are valid but the user lacks the permissions to manage the ACL.
Common causes include:
- The Username or Password configured on the Knocknoc backend is wrong, or the password changed on the LoadMaster
- The user account has been disabled or deleted
- The user account does not have permission to use the API
Steps to Resolve
Re-enter the Credentials
- In the LoadMaster WUI, go to System Administration > User Management
- Confirm the user account is enabled and note its username
- Re-enter the Username and Password in the Knocknoc backend
- Save and retry
Confirm the Key Manually
- From a host that can reach the LoadMaster, run:
curl -sk -u '<username>:<password>' 'https://<loadmaster-host>/access/aclcontrol?list=white&apiformat=json' - A 401 response confirms the credentials are being rejected, independent of Knocknoc