How to reset solusvm admin password If you have lost your admin password you can reset it via an SSH session on the master. Run the following command: Login to the master node by SSH. Run the below command php /usr/local/solusvm/scripts/pass.php --type=admin --comm=change --username=<ADMINUSERNAME> You will get below output. New password: Asd$dfg%$htrr
Month: October 2012
How To : Clear the Admin blacklist log on SolusVM
How To : Clear the Admin blacklist log on SolusVM If you enter wrong logins number of times for the Solsuvm admin section it can lock you by adding your IP to blacklist. In this case if you have the root logins then you can clear the blacklist logs to get your access again ...
How to retrive plesk admin password
How to retrive plesk admin password Apart from the password reminder available on the login screen, you can use theplesksrvclient.exe utility located in the %plesk_bin% folder to set up a new password or retrieve the old one. You can set up a new password by running the following command: "%plesk_bin%\plesksrvclient" -set <new_password> true You can also ...
How to install php-mcrypt in linux plesk
How to install php-mcrypt in linux plesk Login to server via SSH. Download atomic repo using the below link: wget -O - http://www.atomicorp.com/installers/atomic |sh Then you can install php-mcrypt using below command. yum install php-mcrypt
Command to check plesk version
Command to check plesk version Login to shell. check the version file in /usr/local/psa/ there you can check the plesk version. cat /usr/local/psa/version