Page 1 of 1

reset på konto admin på admin sidan?

Posted: 23 Mar 2009, 21:36
by Skaven
hej det är så jag kan inte logga in på admin sidan med konto admin jag får fel lösen eller id, fins det nåt set att göra en reset så jag får standard pass på kontot i gen så jag kan logga in?

Posted: 24 Mar 2009, 08:27
by Skaven
Kan nån hjälpa mig?

Posted: 24 Mar 2009, 09:17
by johannes
(Translation: I can't log in to my admin account, it says wrong user/pass)



Hi Skaven,

Jag hoppas engelska funkar.

Are you connecting through the LAN port? (admin access from the WAN port is prohibited per default).

It is possible to reset the password using ssh, do you have a user with ssh access?

Thanks,

Posted: 24 Mar 2009, 09:20
by Skaven
Jag kör den som server så jag är på lan, och jag kan ssha In jag och köra su root Med

johannes wrote:(Translation: I can't log in to my admin account, it says wrong user/pass)



Hi Skaven,

Jag hoppas engelska funkar.

Are you connecting through the LAN port? (admin access from the WAN port is prohibited per default).

It is possible to reset the password using ssh, do you have a user with ssh access?

Thanks,

Posted: 24 Mar 2009, 09:25
by johannes
Ok, great. Do like this:

- ssh to your bubba
- become root

Code: Select all

su

Code: Select all

passwd admin
and type your new password (this is for the system login)

Code: Select all

smbpasswd admin
and type your new password (this is for samba login)

This should do it.