Skip to content

Creating Virtual Machine

Creating Virtual Machine

This guide walks you through the process of creating a new virtual machine (VM) in MatterV.

Prerequisites

  • MatterV Host is configured and connected
  • Storage is set up and available
  • Network is configured
  • ISO image is uploaded for OS installation

Creating a New VM

  1. Navigate to “Instances” page
  2. Click the “Create Instance” button
  3. Enter a name for your virtual machine
  4. Set number of CPU cores
  5. Set memory size (in GB)
  6. Select guest OS type (Windows or Linux)
  7. Choose a host for VM placement
  8. Click “Add a disk” and select storage location
  9. Set disk size (repeat if multiple disks needed)
  10. Click “Choose An ISO” and select your OS installation image
  11. Click “Add a network” and select your network
  12. Click “Submit” to create the VM
Create Vm

Configuration Reference

Basic Settings

SettingDescriptionExample
VM NameUnique identifier for your VMweb-server-01
CPU CoresNumber of virtual CPU cores2 cores
MemoryAmount of RAM allocated4 GB
Guest OSOperating system typeWindows or Linux
HostPhysical server for VM placementhost-01

Storage Tips

  • Create multiple disks if needed (e.g., separate system and data disks)
  • Ensure enough free space in storage pool
  • Consider OS requirements for minimum disk size

Network Configuration

Your VM will use the basic network configured on the host (typically virbr0).

After VM Creation

The VM will be created and started automatically within a few seconds. Once running, you have several management options:

Accessing the VM Console

  1. Find your VM in the instances list
  2. Click the “Console” button
  3. A new browser tab will open showing the VM’s display
  4. You can now interact with the VM directly through your browser

Basic VM Controls

  1. Locate your VM in the instances list
  2. Use the control buttons to: Stop the VM (graceful shutdown) or Reboot the VM (graceful restart)
  3. Wait for the operation to complete