RESOLUTION
Make sure that "offline management" for the VE is enabled:# grep OFFLINE_MANAGEMENT /etc/sysconfig/vz-scripts/VE_ID.conf
OFFLINE_MANAGEMENT="yes" If "offline management" is disabled (set to "no"), you have to enable it:
# vzctl set VE_ID --offline_management yes --save After that VZPP should be available on the 8443 port.