NETWORK ADMINISTRATIONSWindows server

How to create windows server gz iso file – custom windows rdp vps file iso for all windows server

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,vurlt and all ther linux server vps provider, step by step tutorial all you need is follow and do not rush
At the end of this vidoe u will be able to create windows server gz iso file – gz create image windows server 2016. how to create custom windows file iso upload vultr. in this example i create a windows server 2016 image that i can use to deploy virtual servers in seconds.
How to use windowss server on androidshttps://youtu.be/4oQ0ViVjKR0
notice: be carefull with windows10 server gz iso files on the internet for they are binded with other harmful mining scripts. install your own windows10 server gz iso file on digitalocean, linode – free rdp (100% functional )

COMMANDS USED(be careful and go step by step an dont cange anything)
Watch this video after creating your file https://youtu.be/zdYUPWmGNww

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/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.189-1/virtio-win-0.1.189.iso’

You can get your own drivers link from https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio

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

STEP4:Download preffered ISO
WIN2019
wget -O Windows10.iso ‘https://software-download.microsoft.com/download/pr/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso’

You can get your own iso dowload link from https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019

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 PanelAll Control Panel ItemsWindows FirewallAllowed 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&gt 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 | 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 https://youtu.be/zdYUPWmGNww

CONTACT ME:
EMAIL; scotug1@gmail.com
FACEBBOK; https://www.facebook.com/askscotug
TELGRAM; https://t.me/SCOTUG
KINDLY DONATE TO ME: https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=9KR7YJKGRGZLN&source=url
DAILY GIVE WAYS http://bit.ly/scotlutta1

source

windows server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

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