Monthly Archives - February 2014

MySQL-root-password-on-plesk-server

What is the MySQL root password on plesk server?

What is The root password for MySQL on plesk server? On server with Parallels Plesk Panel versions 8.x, 9.x and above admin password is stored in file /etc/psa/.psa.shadow. Use the following command to get the password: cat /etc/psa/.psa.shadow Since version 10 admin password stored in file /etc/psa/.psa.shadow is encrypted. Use the following command to get admin password in plain text: /usr/local/psa/bin/admin --show-password Despite version of Parallels Plesk Panel you may use the following command to login to mysql with root privileges: mysql -uadmin -p`cat /etc/psa/.psa.shadow` In [...]

Read more...
Reset-SolusVM-Admin-Password

How to Reset SolusVM Admin Password

If you have lost your SolusVM admin password you can reset it via an SSH session on the master. The following command will show how to reset solusvm admin password. php /usr/local/solusvm/scripts/pass.php –type=admin –comm=change –username=<ADMINUSERNAME> You will get an output similar to this: New password: Wc7Q0EbVFUasJ4j   Hope this helps. You can contact us if you need any assistance with Solusvm Xen, KVM based servers.

Read more...
CloudLinux-Management-on-cPanel-server

CloudLinux management on cPanel server

Installation You can download latest CloudLinux ISO and use it to install CloudLinux on your server: Latest stable CloudLinux 6.4 ISO:   x86_64 version: Please search ISO on Google i386 version: Please search Latest ISO on Google If you want to convert your existing server to CloudLinux you need to get CloudLinux activation key from. Get <activation_key> either by getting trial subscription or by purchasing subscription. You can download CloudLinux Converting scripts here and convet your server through folllowing command wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -k [...]

Read more...
24x7servermanagement