☎️ +8801811448835

Contact Info

Bangladesh Bank Mor, Mymensingh

+8801811448835

info@ummahhostbd.com

WhatsApp

Step 1: Log in to Your Server via SSH

How to add custom windows on virtualizor

Start by logging into your server using SSH. You can use an SSH client like PuTTY and enter your server’s IP address or hostname along with your SSH credentials.


Step 2: Navigate to the Virtualizor KVM Directory

Once logged in, navigate to the Virtualizor KVM directory by running:

cd /var/virtualizor/kvm

After entering this directory, your terminal will display its contents, resembling the following structure.


Step 3: Download the Windows Server 2019 Template

Virtualizor provides a pre-configured Windows Server 2019 template. Download it using the command below:

wget http://mirror.softaculous.com/virtualizor/templates/windows-2019.img.gz

Steps for Downloading:

  1. Run the above wget command in your SSH terminal.
  2. Wait for the download to reach 100%.
  3. After completion, your terminal will display the downloaded file, named windows-2019.img.gz.

Step 4: Extract the Template File

Once the download is complete, extract the .gz file using:

gunzip windows-2019.img.gz

Things to Note:

  • The extraction process may take 2 to 5 minutes, depending on the file size.
  • No progress bar or output will be shown during extraction.
  • To verify that the extraction was successful, list the directory contents by running:
ls

Step 5: Add the Template to the Virtualizor Panel

After extracting the Windows Server 2019 template, add it to the Virtualizor control panel by following these steps:

  1. Access your Virtualizor panel through a web browser.
  2. Navigate to the “Media” section.
  3. Click on “Add Template.”
  4. In the template configuration form, fill in the following details:
    • Virtualization Type: Select "kvm" from the dropdown.
    • OS Template: Choose "Windows."
    • URL: Leave this field blank.
    • Filename: Enter the path of the extracted template file (windows-2019.img).
    • Admin Username: Set the administrator username for Windows.
    • Perform Operations: Ensure this option is enabled.
  5. Click “Add OS Template” to finalize the setup.

Additional Windows Templates

Besides Windows Server 2019, Virtualizor offers multiple Windows templates that you can download and integrate into your KVM setup. Below is a list of available templates along with their respective download URLs.

Same Process Windows 22, 25. On Download Link just change 22 instead 19


1 Comment

Leave a Reply

Your email address will not be published. Required fields are marked *