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:
- Run the above
wget
command in your SSH terminal. - Wait for the download to reach 100%.
- 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:
- Access your Virtualizor panel through a web browser.
- Navigate to the “Media” section.
- Click on “Add Template.”
- 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.
- Virtualization Type: Select
- 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
ummahhostbd
thanks