Skip to main content

Create Virtual Machine in Vietnix Cloud

After creating a virtual network, the next step is to create virtual machines and connect to them using Remote Desktop or Console.

Pre-Creation Planning

Before creating virtual machines, make sure you have:

  • An active Vietnix Cloud account
  • A project with sufficient resources (CPU, RAM, and storage)
  • A virtual network with available IP addresses

Create Virtual Machine

  1. Navigate to ComputeVirtual Machines.

  2. Click Create Virtual Machine.

    Dashboard Virtual Machines

  3. Configure your virtual machine:

    • Name: Enter a name for the virtual machine.

      Create Virtual Machine

    • Deploy From: Select the deployment method (Image or Volume).

    • Image: Choose the image for the virtual machine (e.g., Windows-10-Professional-x64).

      Select the image for the virtual machine

    • Volume (Optional): If deploying from an image, a boot volume will be created. You can edit the size (e.g., increase to 10 GB).

      Select the volume for the virtual machine

    • Flavor: Select the resource configuration for the VM.
      Minimum requirement: 8 GB RAM, large or xlarge.

      Select the Flavor for the virtual machine

    • Network: Choose the virtual network created earlier.
      Click Add, select the network, and leave other values as default. Click AddDone.

      Add network interface for the virtual machine

  4. Summary: Review the configuration, then click Create Virtual Machine.

    Summary of the virtual machine configuration

  5. Click Deploy to start creating the virtual machine.

  6. Monitor the progress of the VM creation.

  7. Once the VM status changes to Active, your virtual machine is successfully created and ready to use.

    VM Creation Successful

Connect to Virtual Machine

  1. Navigate to ComputeFloating IPs.

  2. Click Add Floating IP.

    Connect Virtual Machines

  3. Configure the Floating IP settings:

    • Network: Select the external network that will provide public access.
    • VM or Load Balancer: Choose the virtual machine you created and want to connect to.
    • IP Address: Select or assign an available IPv4 address for the VM.

    Configure Floating IP

  4. Once created, the status will change to Active, confirming the Floating IP has been successfully assigned.
    You can now use this IP address to connect to your VM.

    Copy the assigned Floating IP address from the Floating IPs list.
    This will be the IP address used to connect to the VM from the internet.

    Floating IP Assigned

  5. Set Administrator Password

    In the Virtual Machines section, select the VM you want to access and click Set Password.
    This password will be used for the Administrator user when logging in via Remote Desktop or Console.

    Set Password

    You can either set a custom password (following the password policy) or click Generate to automatically create one.

    • Click the eye icon next to the password field to view it.
    • Save the password in a secure location.
    • Click Set to apply the password.

    Password Options

  6. Connect to the Windows VM

    You can connect to the Windows virtual machine using:

    • Remote Desktop (RDP): Use the assigned Floating IP and port 3389.
    • Console: Connect directly via the Vietnix Cloud Dashboard.

    Login credentials:

    • Username: Administrator
    • Password: The one you set in the previous step.

    Console Access

  7. Successful Login

    After logging in, you should see the Windows desktop environment.

    Windows VM


You have now successfully created and connected to a Windows virtual machine.
The next guide will walk you through creating a Kubernetes cluster on Vietnix Cloud. Good luck!