Reset Kloxo password using command line - SSH

Status
Not open for further replies.

cvrle77

Active Member
5,787
2009
4,354
10
This one is quite simple

first navigate to kloxo httpdocs folder

Code:
cd /usr/local/lxlabs/kloxo/httpdocs
Then, we will change Kloxo password to default one 'admin'


Code:
lphp.exe ../bin/common/resetpassword.php master admin

And, now you can access Kloxo, using your default password 'admin', which you need to change as soon as you log in, and this time, try to memorize that new password :)
 
4 comments
I did that on rox's server, but it didn't worked out. I dunno why. Their are like 5 or 6 different methods to reset admin password but for some reason none of them worked. Is it bcoz it was Rox's server ?
 
I am using this command to reset (change) passwd on version 6
Code:
/script/update --class=client --name=admin --subaction=password --v-password=NEWPASSWD
 
Last edited:
Status
Not open for further replies.
Back
Top