Virtualization

Retrieve Plesk ‘admin’ Password on Windows

If you have forgotten access to your Plesk Control Panel and have physical or remote desktop access to your Windows server here’s how.

From the command prompt browse to you Plesk installation directory i.e. C:\Parallels\Plesk or C:\SWSoft\Plesk then issue the command:

admin\bin\plesksrvclient.exe -get

A popup should appear listing your password.

Tags: , , , ,

Sunday, November 22nd, 2009 Plesk Control Panel, Virtualization, Windows No Comments

Poll Virtuozzo Containers Disk Usage and Quota on Linux

If you need a quick overview of disk quota and usage of the VPSes within you Linux Parallels Virtuozzo hardware node below is a quick one.

for vps in `vzlist -o veid -H`; do vzquota stat $vps; done;

Tags: , , , ,

Sunday, October 18th, 2009 Bash, Linux, Virtualization No Comments