Previous page

Next page

Locate page in Contents

Print this page

Enabling and Disabling Offline Management

By default, offline management is enabled for all newly created virtual machines and Containers. To manage a virtual machine or Container with Parallels Power Panel, just visit its IP address or hostname on port 4643 in a Web browser (e.g., https://192.168.0.100:4643).

You can disable offline management

  • globally for all virtual machines and Containers on a server, or
  • for a particular virtual machine or Container only.

To disable offline management for all virtual machines and Containers on a server, set the OFFLINE_MANAGEMENT parameter to no in the /etc/vz/vz.conf configuration file.

To disable offline management for a particular virtual machine or Container, use the prlctl set command with the --offline_management no option. For example, to disable offline management for Container 101, run this command:

# prlctl set 101 --offline_management no