Saturday 7 September 2013

Change SolusVM admin password

Posted by Sarath On Saturday, September 07, 2013 No comments
If you forget or lose your SolusVM Admin password, you can change it using SolusVM php script.
Log into SolusVM master server via SSH. Then you can reset the admin password by running the below command :
Code:
php /usr/local/solusvm/scripts/pass.php --type=admin --comm=change 
--username=<ADMINUSERNAME>

For username mention the admin username for SolusVM , the default Admin username is vpsadmin.
You will get an output similar to this:
Code:
New password: Wc7Q0EbVFUasJ4j
Done..!! Now you can log into SolusVM server with the new password.

0 comments: