Page 1 of 1

vesta password reset

Posted: Thu Sep 18, 2014 6:57 pm
by carlosx2
I have a production server running vesta. However the password is not working any longer. I tried the forgot link but i didn't get the email with the code. The i tried the command line and tried to put in a new password but also that doesn't work.

What should i do. It is a centos 6.5 server.

Thanks for the help.

Re: vesta password reset

Posted: Sun Sep 21, 2014 3:06 pm
by imperio
Try to use this command

Code: Select all

v-change-user-password
For example

Code: Select all

v-change-user-password admin new_password

Re: vesta password reset

Posted: Thu Sep 25, 2014 11:43 am
by carlosx2
that is what i did and it is not working. I have tried everything on the command line

Re: vesta password reset

Posted: Thu Sep 25, 2014 11:44 am
by carlosx2
also when i try to login i get the error NO LANGUAGE DEFINED

Re: vesta password reset

Posted: Thu Sep 25, 2014 12:06 pm
by imperio
Try to clean cache and cookies of your browser

Re: vesta password reset

Posted: Sun Nov 01, 2015 5:58 am
by only4mohan
Your VPS is full. Login to root and type df-h

and check how much HDD is used. and clean the unwanted and try login. It will work. When VPS full, cant login to the system. It says Language error or not defined.

Re: vesta password reset

Posted: Mon May 16, 2016 7:16 am
by skurudo

Re: vesta password reset

Posted: Mon Jun 20, 2016 7:36 pm
by skurudo
Popular reason - you don't have free disk space or inode. Check with commands:

Code: Select all

df -h
df -i
But error can be with disk quota.. to fix this there is option:

Code: Select all

nano /usr/local/vesta/data/users/admin/user.conf

Code: Select all

DISK_QUOTA='unlimited'

Code: Select all

v-update-user-quota admin
For votes and ideas:
https://bugs.vestacp.com/issues/261