VMmanager: Administrator guide
en En
es Es
Your feedback is an opportunity for improvement!
Take part in the survey and contribute to the development of the ISPsystem ecosystem.
Take the survey

Update

New versions of the platform are usually released every two weeks. Updates may include:

  • new features;
  • improvement of existing features;
  • changes in some of the principles of operation;
  • correcting errors that occur during the operation of the product.

When an update is released for VMmanager, a popup message "The new version is now available" will appear in the platform interface. 

 We recommend backing up the platform before updating. Read more in the article Creating platform backups.

When installing and upgrading, the platform downloads software from ISPsystem's online resources:

  • docker-registry.ispsystem.com — docker registry;
  • download.ispsystem.com — repository.

These resources are public services and access to them is provided without authentication.

Limitations and possible issues

  • You can update the platform only from one version of DCImanager 6 to the latest version if you have a valid license.
  • Updating from VMmanager 5 to VMmanager 6 is not supported. You can migrate from VMmanager 5 using the instructions.
  • Updating the platform on a CentOS 7 server may cause platform malfunctions. Before upgrading, migrate to AlmaLinux 8 using the instructions.
  • If the platform version is lower than 2023.01.1, the update will install a new version of the task processing service. Running tasks will be forced to terminate. It is recommended to perform the update when the number of running tasks is minimal.

Updating steps

To update VMmanager:

  1. Сonnect to the VMmanager server via SSH.
  2. Update the software packages: 

    AlmaLinux, CentOS, RED OS
    yum update
    Ubuntu, Astra Linux
    apt update && apt upgrade
  3.  In the right-hand menu of the platform interface click icon → System informationUpdate the platform now or run the command:

    • to update to the latest version:
      vm update
    • to update to a specific version
      vm update -v=<version>
      Example command
      vm update -v=2025.01.1
      Downgrading the platform version is not supported.

Changing the release version model

VMmanager 6 supports two release versions models: stable and regular. See more in the Release versions article.

To see the current release version:

  • via the web interface: in the right menu, click on the icon → System review tab. If you have the stable version installed, the field Platform version will contain the word stable, otherwise — regular;
  • via the terminal:
    1. Connect to the platform server via SSH.
    2. Check the value of the Stage parameter in the /opt/ispsystem/vm/config.json file. The parameter will have one of the following values:

      The stable version
      "Stage":"stable"
      The regular version
      "Stage":"beta"

If you need to change the release version:

  1. Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
  2. Enter one of the commands below:
    Switch to the stable version
    vm update -s stable
    Switch to the regular version
    vm update -s regular
Useful tips

Related topics:

The article was last updated on 03.18.2025. The article was prepared by technical writers of ISPsystem.