Page 1 of 1

change admin username

Posted: Fri Oct 04, 2019 4:50 pm
by mohamed226
i need help to change admin user name?
any help to do that.. thanks

Re: change admin username

Posted: Tue Oct 15, 2019 12:24 pm
by nextstation.cl
Hello, you could do this into the Terminal (via SSH):

Code: Select all

v-change-user-password admin newpassword
if not working you could use this one:

Code: Select all

/usr/local/vesta/bin/v-change-user-password admin newpassword
I hope this works for you

Re: change admin username

Posted: Tue Oct 15, 2019 3:03 pm
by tlozano
He wants to change the "admin" name user, not the password. I think.

nextstation.cl wrote:
Tue Oct 15, 2019 12:24 pm
Hello, you could do this into the Terminal (via SSH):

Code: Select all

v-change-user-password admin newpassword
if not working you could use this one:

Code: Select all

/usr/local/vesta/bin/v-change-user-password admin newpassword
I hope this works for you