By default, no password is set to access a virtual machine. We do not recommend using passwords to access instances due to security reasons. Please use SSH Key as a secure way to access your instance.
In the wizard for creating a virtual machine, go to the “Customization script (optional)” section and paste a fragment of the configuration file, or upload the configuration file.
How to work with rescue mode. Rescue mode does not work.
The philosophy behind rescue mode is that you connect to the failed virtual machine either using an ISO or a disk image of some boot environment from which you can interact with the disk image of the failed virtual machine. For example, you can use the GNOME Partition Editor bootable ISO to resize a disk partition that is full and prevents you from booting your VM’s operating system.
Do we provide Microsoft Windows Server? Will it be licensed?
Yes, we provide multiple versions of Microsoft Windows Server. Virtual machines with Microsoft Windows Server operating systems that are deployed in our clouds from our images are licensed copies and are activated automatically after deployment.
What about bringing my own license for the Microsoft operating system?
Unfortunately, this is not possible at the moment as we are not a member of the License Mobility through Software Assurance. Also, this is important to mention that to use License Mobility, customers must have an active Software Assurance contract with Microsoft, which provides additional benefits including license portability.
Can I use Microsoft Windows 10/11?
We are not authorized to provide Windows 10/Windows 11 to our customers.
Do you provide VPN for remote access to your cloud?
We provide site2site IPsec VPN to connect IaaS-based projects with 3d-party infrastructure based other private or public clouds. Here is the guide on how to configure site2site VPN - Managing VPN Connections.
We do not provide VPN service for end-users. However, customer can use a 3d-party solution. For example, a customer can upload an image of the popular pfSense solution to our cloud and create a virtual machine from it, which will act as a gateway and VPN endpoint. In this way, users can take advantage of the end-user VPN.
How to configure virtual networks in my project and create a fully isolated project?
Virtuozzo Cloud provides a wide range of network management capabilities. Customers can create as many virtual networks as they need with complex topologies in the scope of the assigned project. To learn more about the networking capabilities of our cloud, we recommend reading the following documents:
A customer cannot create a virtual machine because there is no network available.
This problem can occur because the virtual network must be created before the customer can create the virtual machine. The detailed process of creating a virtual machine is described in the document - Creating Virtual Machines.
Special attention should be paid to the “Prerequisites” section.
What CPU do you use?
We have different specs depending on the region. The typical models are Intel Gold 6248R and AMD EPYC 7402P.
Is there a way to migrate workloads from Azure to Virtuozzo Cloud with minimum to no downtime?
For migration purposes, we recommend using Acronis Cyber Cloud Backup or Hystax Live Cloud Migration. Our Professional Services team will help you with the migration process.
What operating system images are available?
Currently, we provide the following images:
Name
Default Admin Name
CentOS-6
centos
CentOS-7
centos
CentOS-8
centos
CentOS-9
centos
Debian-10
debian
Debian-9
debian
RHEL-7.9
cloud-user
RHEL-8.6
cloud-user
Ubuntu-16.04
ubuntu
Ubuntu-18.04
ubuntu
Ubuntu-20.04
ubuntu
Ubuntu-22.04
ubuntu
cirros
cirros
AlmaLinux-8
almalinux
AlmaLinux-9
almalinux
RockyLinux-8
rockylinux
RockyLinux-9
rockylinux
Windows Server 2022
n/a
Windows Server 2019
n/a
Docker inside VM - how to configure.
Please make sure that Docker MTU settings are equal to the MTU setting for your VM network. Otherwise, some applications running inside Docker containers might not work.
For example, you have a VM with the following network configuration:
$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1413 qdisc fq_codel state UP group default qlen 1000 link/ether fa:16:3e:fd:75:1a brd ff:ff:ff:ff:ff:ff
altname enp0s4
inet 10.0.0.64/24 metric 100 brd 10.0.0.255 scope global dynamic ens4
valid_lft 24231sec preferred_lft 24231sec
inet6 fe80::f816:3eff:fefd:751a/64 scope link
valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:44:a4:40:fe brd ff:ff:ff:ff:ff:ff
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever
inet6 fe80::42:44ff:fea4:40fe/64 scope link
valid_lft forever preferred_lft forever
Docker will have issues on this VM, as your ens4 and docker0 networks have different MTU configuration, as Docker sets MTU to 1500 bytes by default.
Do the following. Create a file with new MTU configuration:
1
2
$ vi /etc/docker/daemon.json
{"mtu": 1413}
Restart docker service:
1
$ systemctl restart docker.service
Enjoy.
WordPress-as-a-Service
How to get WordPress admin credentials?
The WordPress admin page and the credentials will be shared with the user via email once the environment is successfully installed.
Self-Service Portal (Cloud Management Platform)
I would like to use the external IDP for my Virtuozzo Cloud subscription.
Virtuozzo Cloud has extensive capabilities to configure external IDPs for our customers’ domains. We support multiple OpenID compatible IDPs like ADFS, AzureID, Auth0, etc. To configure IDP you should contact our support team, as the IDP configuration is hidden from end-customers to avoid configuration errors and problems with access to the client domain.