Virtual Machines


On this page, you can find an explanation of how to create, resize, delete Linux and Windows Virtual Machine, and instructions for other steps to manage Virtual Machines in Cloud Console.

Table of contents

Virtual Machines page

In the Cloud Console you can create Windows and Linux Virtual Machines from official and custom images, snapshots or volumes.

To get to the Virtual Machines page, select the Virtual Machines from the VIRTUAL DATACENTER block in the side-bar menu:

On this page you can find all created Virtual Machines in the current Project of the selected Organization, with the Create button, Search bar and Actions icon, which opens a list of available management actions for the selected VM:

Actions icon opens the next list of available management actions:

  • Associate Floating IP - this option is used to make the VM publicly available if it was created in the internal network;
  • Start - this option is used to start the VM if it was stopped; 
  • Stop - this option is used to stop the VM;
  • Soft reboot - this option is used a graceful shut down and restart of the VM;
  • Edit - this option is used to change VM’s name;
  • Resize - this option is used to change the Flavor for the VM;
  • Delete - this option is for VM removing;
  • Remote console - this option is used to use remote console for VM;
  • Download RDP file - this option is available only for Windows VMs and is used to download RDP file for the remote connection to the Windows VMs.

Create Linux Virtual Machine

To create new Linux VM, do the following:

  • go to the Virtual Machines page and click on the CREATE VM icon in the upper left corner;

  • fill in the form on the next opened Create Virtual Machine window and click on the CREATE icon:

    • Name - set a name for the VM;
    • Source - choose the source which you want to use for VM creating: image, volume or snapshot;
      by default, “Image” is pre-selected;
    • OS Platform - choose the desired OS Platform for your VM: Linux or Windows (in this example we will create the Linux VM);
      by default, “Linux” is pre-selected;
    • Linux Distribution - if in the previous step, you choose the Linux OS, next you need to choose what Linux distribution to use for your VM;
      by default, “Ubuntu” is pre-selected;
    • Image Version/Volume name/Snapshot name - set the name or ID of the previously selected Source for VM creating (Image Version, Volume name or Snapshot name);
    • Flavor - select the size for new VM;
      by default, “VC-4 (2 vCPUs, 4 GiB memory)” is pre-selected;
    • Key pair - this field is necessary only for Linux VMs; select here the SSH Key that was previously created on the SSH Keys page or create a new one, which you will use to connect to the Linux VM;
      if you have only one created SSH Key, it will be pre-selected by default;
    • Networks - choose one or more networks;
      by default, “public” network is pre-selected;
    • Firewalls- choose what collection of network access rules will control the traffic to this VM;
      by default, “default” Firewall is pre-selected;
      default Firewall allows access to the Internet from the VMs, but denies almost all access on the VMs from outside, except for objects belonging to the same default Firewall.

      NOTE: To connect to the selected Linux Virtual Machine remotely via SSH, you need to add an additional Firewall with a rule, that will allow incoming traffic to TCP port 22 (like shown below) - to find additional information about this, please see the article Access Linux VM;

    • Tags - this field is optional; use it if you need to set some tags for the VM;
    • Volume size (GB) - provide the preferred disk size for the VM, it can be specified in the range from 10 GB to 1000 GB. Minimal available size for Linux VMs - 10 GB; for Windows VMs - 50 GB;
      by default, “50 GB” is pre-selected;
      and also just below this field you can make a mark for auto-deleting volume when the VM is terminated;   

After these steps, the newly created Linux VM will be added to the Virtual Machine page with the status ACTIVE:

Create Windows Virtual Machine

To create new Windows VM, do the following:

  • go to the Virtual Machines page and click on the CREATE VM icon in the upper left corner;

  • fill in the form on the next opened Create Virtual Machine window and click on the CREATE icon:

    • Name - set a name for the VM;
    • Source - choose the source which you want to use for VM creating: image, volume or snapshot;
      by default, “Image” is pre-selected;
    • OS Platform - choose the desired OS Platform for your VM: Linux or Windows (in this example we will create the Windows VM);
      by default, “Linux” is pre-selected;
    • Image Version/Volume name/Snapshot name - set the name or ID of the previously selected Source for VM creating (Image Version, Volume name or Snapshot name);
    • Flavor - select the size for new VM;
      by default, “VC-4 (2 vCPUs, 4 GiB memory)” is pre-selected;
    • Password - this field is necessary only for Windows VMs;come up with the root password (it must contain at least one Latin letter in upper case, one Latin letter in lower case, digit, special character, and must be at least 8 characters long);
    • Confirm password;
    • Networks - choose one or more networks;
      by default, “public” network is pre-selected;
    • Firewalls - choose what collection of network access rules will control the traffic to this VM;
      by default, “default” Firewall is pre-selected;
      default Firewall allows access to the Internet from the VMs, but denies almost all access on the VMs from outside, except for objects belonging to the same default Firewall.

      NOTE: To connect to the selected Windows Virtual Machine remotely via RDP you need to add an additional Firewall with a rule that will allow incoming traffic to TCP port 54000 like shown below - to find additional information about this, please see the article Access Windows VM;

    • Tags - this field is optional; use it if you need to set some tags for the VM;
    • Volume size (GB) - provide the preferred disk size for the VM, it can be specified in the range from 10 GB to 1000 GB. Minimal available size for Linux VMs - 10 GB; for Windows VMs - 50 GB;
      by default, “50 GB” is pre-selected;
      and also just below this field you can make a mark for auto-deleting volume when the VM is terminated;      

After these steps, the newly created Windows VM will be added to the Virtual Machine page with the status ACTIVE:

Virtual Machine details page

To open the Virtual Machine details page, click on the Name of the corresponding Virtual Machine:

This action will redirect you to the Virtual Machine details page, where you can find:

  • VM details area with actual information about it - name, ID, public IP, region, status, memory and image that was used for VM’s creation:

  • panel with available quick actions:

    • Start - this option is used to start the VM if it was stopped; 
    • Reboot - this option is used to reboot power cycles the VM;
    • Stop - this option is used to stop the VM;
    • Edit - this option is used to change VM’s name;
    • Remote console - this option is used to use remote console for VM;
    • Additional Actions:
      • Resize - this option is used to change the VM flavor;
      • Download RDP File - this option is used to download RDP file for the Windows VM;
      • Delete - this option is for VM removing;
  • transition to the NETWORKS & SECURITY, VOLUMES, SNAPSHOTS and LOG pages related to this VM:

NETWORKS & SECURITY TAB - opens the Networks & Security page where you can find all available Interfaces and Security Groups (Firewalls) of corresponding VM, add new Interface or/and Firewall, associate Floating IP and manage this services.

To find additional information about Networking and Security and how to manage them through this TAB use the articles: VM’s Firewalls, VM’s Networks and Interfaces.

VOLUMES TAB - opens the Volumes page where you can find all attached volumes of corresponding VM, and also attache new one and manage them.

To find additional information about volumes and how to manage them through this TAB use the articles: VM’s Volumes.

SNAPSHOTS TAB - opens the Snapshots page where you can find all available snapshots of corresponding VM, create new one and manage them.

To find additional information about snapshots and how to manage them through this TAB use the articles: VM’s Snapshots.

LOG TAB - opens the Log page where you can find VM’s logs.

Download RDP File

This option is available only for Windows VMs and is used to download RDP file for the remote connection to the Windows VMs.

To download RDP for the remote connection to the Windows Virtual Machine, do the following:

  • identify Windows Virtual Machine, for what  you want to download RDP file on the Virtual Machines page;
  • click on the Actions icon and select the Download RDP file in the list of available options.

After these steps, the RDP File of the selected Windows Virtual Machine will be downloaded.
Also, you can download RDP file from Virtual Machine details page, by clicking on the appropriative quick actions icon there.

Associate/Disassociate Floating IP

This option is available only for VMs created in the internal network with an configured external Router.

To associate Floating IP with the Virtual Machine, do the following:

  • ensure that you have configured Router with enabled external gateway, which is attached to your internal Network. To find information about how to create and configure Router use the article Routers;
  • ensure that you have created Floating IP and it isn’t already associated with other cloud Resources; To find information about how to create Floating IP use the article Floating IPs;
  • identify Virtual Machine created in the internal network, that you want to make publicly available from the Internet on the Virtual Machines page;
  • click on the Actions icon and select the Associate Floating IP in the list of available options;
  • choose one of the available internal interfaces of your VM and one of the previously created Floating IP that you want to attach to the selected interface on the opened Associate floating IP and click on the ASSOCIATE icon:

After these steps, the selected Virtual Machine will be publicly available:

Now, if you want to close the access from Internet to this VM again, do the following:

  • click on the Actions icon and select the Disassociate Floating IP;
  • confirm your action on the next opened Confirmation window by clicking on the DISASSOCIATE icon.

After these steps, the selected Virtual Machine will be again publicly unavailable.

To find additional information about Floating IPs and VM’s Interfaces use the articles: Floating IPs, VM’s Networks and Interfaces.

Associate/disassociate Floating IPs you can also from the NETWORKS & SECURITY TAB on the Virtual Machine details page, how to do this, please, see the article - VM’s Networks and Interfaces.

Edit Virtual Machine

To edit the Virtual Machine, do the following:

  • identify Virtual Machine, that you want to edit, on the Virtual Machines page;
  • click on the Actions icon  and select the Edit in the list of available options;
  • update the Virtual Machine Name on the opened Edit Virtual Machines window and click on the SAVE icon.

After these steps, the selected Virtual Machine will be updated.

Edit Virtual Machine you can also from Virtual Machine details page, by clicking on the appropriative quick actions icon there:

Resize Virtual Machine

To resize the Virtual Machine, do the following:

  • identify Virtual Machine, that you want to resize, on the Virtual Machines page;
  • click on the Actions icon and select the Resize in the list of available options;
  • choose new flavor for the Virtual Machine on the next opened Resize Virtual Machines window and click on the SAVE icon;
  • verify resize by clicking again on the Actions icon and select additional option - Confirm resize

When the VM’s status changes from RESIZE to VERIFY_RESIZE, you can confirm or revert your action, just click again on the Actions icon and select one of the additional options - Confirm resize or Revert resize:

If you confirm resizing, the selected virtual machine will be resized after a few minutes and its status will be ACTIVE.

Resize Virtual Machine you can also from Virtual Machine details page, by clicking on the appropriative quick actions icon there:

Delete Virtual Machine

To delete the Virtual Machine, do the following:

  • identify this unnecessary Virtual Machine on the Virtual Machines page;
  • click on the Actions icon and select the Delete in the list of available options;
  • confirm the Virtual Machine deletion on the next opened Confirmation window.

After these steps, the selected Virtual Machine will be deleted.

Delete Virtual Machine you can also from Virtual Machine details page, by clicking on the appropriative quick actions icon there:

Backup Virtual Machine

Please be aware that Backup feature in the Cloud Console is currently in beta. This means it has not been fully tested across all use cases but aims to provide a user-friendly way to manage backups for your VMs. If you’re willing to accept the associated risks of using a beta service, you’re welcome to proceed. Rest assured, customer support is readily available for any questions or issues you may encounter.

Now, in the Cloud Console you have the option to set up regular backups for your virtual machines by creating a backup workload and assigning the virtual machine to it.
The VM will be backed up according to the workload’s schedule. If the schedule is turned off, you can still perform a manual one-time backup. However, to perform any backup, the VM must be assigned to a specific backup workload.

To get to the Backup Workloads page, select the Backups from the VIRTUAL DATACENTER block in the side-bar menu:

On this page you can find all created Backup Workloads in the current Project, with the Create button, Search bar and Actions icon, which opens a list of available management actions for the selected workload.

Additionally, from this page, you can navigate to the detail page of each created workload by clicking on its name. There, you will find detailed information about its policy and schedule and gain access to backup and restore options, among other management actions for the selected workload:

More information about backup workloads you can find here - Backup Workloads.

Restore Virtual Machine

Please be aware that Restore feature in the Cloud Console is currently in beta. This means it has not been fully tested across all use cases but aims to provide a user-friendly way to manage backups for your VMs. If you’re willing to accept the associated risks of using a beta service, you’re welcome to proceed. Rest assured, customer support is readily available for any questions or issues you may encounter.

If your VM is assigned to a Backup Workload and has a successfully created Backup, you can restore it when needed with the same settings and data.

The restore process will return the VM to its previous state, including the same project, network, image, and key pair. However, you can assign a new name and flavor to the restored VMs during the process.

To get to the Restores page do the following:

  1. Open the Backup Workloads page - select the Backups from the VIRTUAL DATACENTER block in the side-bar menu:

  2. Navigate to the Workload details page by clicking on the desired workload name:

  3. Select CREATED BACKUPS TAB on the opened Workload details page:

  4. Navigate to the Backup details page by clicking on the desired backup name:

  5. Select RESTORES TAB on the opened Backup details page:

On this page you can find all records of the restore operation initiated from the current Backup, with the Restore VM button, Search bar and Actions icon, which opens a list of available management actions for the selected Restore:

More information about restores can be found here - Restores.