How to create windows server gz iso file windows rdp vps DigitalOcean

Опубликовано: 19 Март 2026
на канале: SCOT UG
11,644
101

In th Tutorial, how to create your windows server gz iso file or create custom windows rdp vps file iso for windows server digitalocean, linode,vurltr, extract gz step by step tutorial all you need is follow and do not rush

How to use windowss server on androids   • How to turn your phone into PC without any...  

COMMANDS USED(be careful and go step by step an dont cange anything)
Watch this video after creating your file    • Install Your own Windows10 Server GZ ISO f...  

Step1: Install qemu
apt-get update && apt-get install qemu -y

Step2: Create disk image

apt install qemu-utils
qemu-img create -f raw Windows10.img 15G

Step3: Get virtio drivers
wget -O virtio-win.iso 'https://fedorapeople.org/groups/virt/...

You can get your own drivers link from https://fedorapeople.org/groups/virt/...

Replace X the link: wget -O virtio-win.iso X

STEP4:Download preffered ISO
WIN2019
wget -O Windows10.iso 'https://software-download.microsoft.c...

You can get your own iso dowload link from https://www.microsoft.com/en-us/evalc...

Replace X with your link wget -O Windows10.iso X

Step5: Start Virtualization Process on the templateimage serve

apt install qemu-system-x86-xen

qemu-system-x86_64 \
-m 3G \
-cpu host \
-enable-kvm \
-boot order=d \
-drive file=Windows10.iso,media=cdrom \
-drive file=windows10.img,format=raw,if=virtio \
-drive file=virtio-win.iso,media=cdrom \
-vnc :0 \

Press enter twice

To complete windows setup you need to connect templateimage server with VNC
Press CTRL + C to stop virtualization

Step6: Install VNC Viewer

For andorid users instal vnc android

Step7: Open VNC Viewer connect IP Cloud Server and Install Windows
7.1 Load Driver: NetKVM/2k12R2/amd64
7.2 Load Driver: Viostor/2k12R2/amd64
7.3 Enable Remote Desktop
7.4 Control Panel\All Control Panel Items\Windows Firewall\Allowed apps:
Remote Desktop
stick Private & Public
7.5 Enable Ctrl Alt Delete

Step8: Press CTRL + C to stop virtualization

Step9: Install GZIP
apt-get install gzip

Step10: Compress GZ image
dd if=windows10.img | gzip -c> Scotug.gz

Wait until finished (5-20p)

Step11: Install Apache2
apt install apache2
sudo ufw app list

sudo ufw allow 'Apache'
sudo ufw status
sudo systemctl status apache2

Step12: Move Scotug.gz to /var/www/html/

cd /var/www/
cd html
ls
cd html
cd
cp Scotug.gz /var/www/html/
ls

Now copy the ip adress of your linux server and replace X with your ip
wget O http://X/Scotug.gz |

SERVER2019.GZ FILE COMMAND
wget O 'https://www.googleapis.com/drive/v3/f... | gunzip |dd of=/dev/vda

EG. wget O http://123.456.789/Scotug.gz | gunzip |dd of=/dev/vda whereby 123.456.789 is your server ip
Watch this video after creating your file    • Install Your own Windows10 Server GZ ISO f...  

OFFICIAL SITE https://www.scotug.com

BLACK FRIDAY $ CHRISTMAS OFFERS
NameCheap Discount: https://namecheap.scotug.com
Bluehost Web Hosting(FREE): https://bluehost.scotug.com
Hostgator Hosting Offer: https://hostgator.scotug.com
Hostinger (FREE DOMAIN NAME): https://www.hostinger.scotug.com
DigitalOcean(free $100) https://digitalocean.scotug.com
Linode(free $100) https://linode.scotug.com
Vultr(free $100) https://www.vultr.scotug.com
Premium SSL: https://ssl.scotug.com

LIFTIME DEALS
Avatarbuilder (Animation maker): https://avatarbuilder.scotug.com
Human Synthesys Studio (Video Maker): https://humansynthesysstudio.scotug.com
Best Ai Writer(FREE 1000 WORDS) :https://jarvistrial.scotug.com

FOLLOW US ON SOCIAL

FACEBOOK;   / askscotug  
Telegram: https://t.me/scotug1
Twitter:   / scot_ug  
Instagram:   / scot_ug  

DISCLAIMERS:
This channel and its management do NOT promote or encourage any illegal activities. All the content provided by this channel is meant for educational purposes only.

This video and description contain affiliate links, so if you click on one of the product links, I’ll receive a small commission.

Copyright Disclaimer:
Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statutes that might otherwise be infringing. Non-profit, educational, or personal use tips the balance in favor of fair use.