Can not login to DA after installation

Rezaa

Verified User
Joined
Dec 15, 2010
Messages
75
Hello guys,

I've installed DA successfully on my dedicated server that running centos5 64bit. but when I try to login to my admin panel I face to this error:

Invalid login. Please verify your Username and Password


I tried to login several times. I'm sure that I'm using correct username/password.


anyone can help me about this issue?


Reza A
 
Hello,

You maybe want check DA's logs.

Are trying to log as admin? Are cookies enabled?

UPD: I don't know why, but sometimes (very rare) it's not possible to login, using Mozilla FireFox.
 
Last edited:
I can not login as admin.
I tried IE and chrome. same results :(

Now another question: if I exit from ssh, can I login back to ssh?
 
Check then DA's logs via SSH. Did you change password for admin? You can try to do it.

Do not close SSH session, until you're sure, you can re-login.
Open instead another session and check.
 
I found only this one in /var/log/directadmin/error.log

Code:
2010:12:16-05:37:18: Error reading from 178.238.***.***:
 
Check /var/log/directadmin/2010-Dec-16.log
Is there login empty?

Code:
grep LOGIN /var/log/directadmin/2010-Dec-16.log
 
Check /var/log/directadmin/2010-Dec-16.log
Is there login empty?

Code:
grep LOGIN /var/log/directadmin/2010-Dec-16.log

Code:
16/12/2010:05:39:20     178.238.***.*** POST /CMD_LOGIN HTTP/1.1 (null)
16/12/2010:05:40:05     178.238.***.*** POST /CMD_LOGIN HTTP/1.1 (null)
16/12/2010:06:08:13     178.238.***.*** POST /CMD_LOGIN HTTP/1.1 (null)
16/12/2010:06:39:36     178.238.***.*** POST /CMD_LOGIN HTTP/1.1 (null)
16/12/2010:07:02:04     178.238.***.*** POST /CMD_LOGIN HTTP/1.1 (null)

I've changed admin password but still getting DA login error
 
Somehow directadmin doesn't get LOGIN within POST request. See (null) in the end of lines.
Did you change login page or are you using default one?
 
Somehow directadmin doesn't get LOGIN within POST request. See (null) in the end of lines.
Did you change login page or are you using default one?

no, I didn't touch anything.
just installed DA, that's all what I did.
 
That's strange. Did you manage to login before it?
Try to restart directadmin. If it won't help, maybe somebody else can help.
 
Back
Top