For whatever reason, I am unable to log into the DA Admin interface. I used the password it provided after the script finished, however when inputting the user 'admin' and the password, it simply just redirects to the login page. Just for testing purposes I put in a known bad password, and when I did that it generated an "Invalid credentials" message. So I tried the provided admin password again, and it did the redirect and is not generating the "Invalid credentials" message.
For starters I went ahead and changed the admin password via 'passwd admin', however that did not make a difference with the new password.
Then I checked the logs and saw the following (which doesn't really help me much, but maybe means something more to someone else):
/var/log/directadmin/security.log:
/var/log/directadmin/login.log:
Also not sure if this matters, but I do have a redirect set up in directadmin.conf:
Any ideas or additional troubleshooting steps anyone could provide me with?
For starters I went ahead and changed the admin password via 'passwd admin', however that did not make a difference with the new password.
Then I checked the logs and saw the following (which doesn't really help me much, but maybe means something more to someone else):
/var/log/directadmin/security.log:
Code:
2017:01:19-17:01:37: XXX has tried to log in 10 times, unsuccessfully, this time into (null)'s account ***
2017:01:19-17:02:58: XXX has tried to log in 11 times, unsuccessfully, this time into (null)'s account ***
2017:01:19-17:03:08: XXX has tried to log in 12 times, unsuccessfully, this time into (null)'s account ***
2017:01:19-17:03:43: XXX has tried to log in 13 times, unsuccessfully, this time into (null)'s account ***
2017:01:19-17:03:47: XXX has tried to log in 14 times, unsuccessfully, this time into (null)'s account ***
/var/log/directadmin/login.log:
Code:
2017:01:19-16:57:48: 'XXX' 2 failed login attempts. Account 'admin'
2017:01:19-16:57:53: 'XXX' 3 failed login attempts. Account 'admin'
2017:01:19-16:58:05: 'XXX' 4 failed login attempts. Account 'admin'
2017:01:19-16:58:09: 'XXX' 5 failed login attempts. Account 'admin'
2017:01:19-17:05:37: 'XXX' 15 failed login attempts. Account 'asdfasdf'
Also not sure if this matters, but I do have a redirect set up in directadmin.conf:
Code:
echo "ssl_redirect_host=hostname" >> directadmin.conf
Any ideas or additional troubleshooting steps anyone could provide me with?