How to change Kloxo admin password from command line? Ans: Fowolling Method use those scripts to reset the password Method I 1) SSH to server as root 2) Execute the script /script/resetpassword master NewPassword 3) Restart Kloxo /etc/init.d/kloxo restart Note: Please don’t forget to restart the Kloxo daemon after reseting the Admin password. Method II 1) SSH […]
See MoreTag: admin password
How do I find plesk admin password
You need to follow the below steps in order to find out admin password in plesk hosted on a linux server: Login to server as the root user and display the contents of the file “.psa.shadow” (note that the filename starts with a dot) using the command. cat /etc/psa/.psa.shadow This will display the plesk admin […]
See More
You must be logged in to post a comment.