Virtuozzo
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.
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;