This BLOG is
UPDATED ON: 16 may 2022
For UEFI services, contact me!
For installing Windows Server 2019, Windows Server 2022, Windows 10, Windows 11 or Proxmox on your dedicated server from Auction or EX, AX series please use WhatsApp only, and please don't call me, only text me from 09:00-21:00 AMS time! I have a job.
Do you have problems with installing a new server? Install it with Uefi or install the networkcard.
€ 25,- - Fresh installation for Auction and OLD AX-series
€ 15,- EXTRA for DDR5 servers
€ 15,- EXTRA for other server-installations
€ 25,- - Fresh installation for Auction and OLD AX-series
€ 15,- EXTRA for DDR5 servers
€ 15,- EXTRA for other server-installations
€ 15,- EXTRA - If you did something with the server before me and it got screwed up: (Meaning it won't connect with PuTTY).
Because it will take EXTRA time to figure out what you did with the server. The easiest way is to clean disks with GParted.
€ 25,- If you messed things up and I need to recover a Windows password. Because it really takes long time. Logging into Hetzner, boot in a different way, download the right software, and so on.
Any other services we can talk briefly about it during installation.
€ 150,- - INSTALL PROXMOX 7.4 AND SET UP A VLAN AND 1 SERVER? It takes about 3-4 hours.
2. I will install and show the endresult with a screenshot.
3. You can pay after installation via PayPal, Wise or Skrill € 25,-.
4. After payment I will give you the password so you can login via RDP
For every 5 clients, you will receive one free installation.
Why this reason? Server installation takes time to do it.
Install Windows on any dedicated server? Why and how?
Let's START installing Windows on a dedicated server!
Introduction
IMPORTANT:
DON'T ORDER WITH iNIC!
No connection possible!
Welcome to this tutorial of how to install any windows to a dedicated server.
I bought a server on https://hetzner.de on the auction and after only 10 minutes I got the login details! I will explain now simply how to install any Windows you want to this dedicated server! (Took me over 10 hours with trial and error, but I hope you can do it within 20 minutes!)
Open the email of "Hetzner Login".
Login at Hetzner

Go to 'Robot'.

Go to 'Servers'.

Go to 'Rescue'

Go to 'Reset'.
Execute an automatic hardware reset.

Go back to 'Rescue'.

Install by me >
Installation takes 30-45 minutes.
I can install ALL servers since 25-march-2023
Admin Login in Hetzner Robot

We need some software to connect to the server:
🔽 Download PuTTY
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
🔽 Download a VNC Viewer
https://www.realvnc.com/en/connect/download/viewer/
https://ultravnc.com
🔽 Check any Windows version you want to use!
I recommend https://www.microsoft.com/en-us/cloud-platform/windows-server-trial
PuTTY step 00.
LEAVE PuTTY OPEN UNTIL EVERYTHING ELSE IS FINISHED!

PuTTY step 01.
Copy the line and paste with right mouse button in the terminal.
wget -qO- /tmp https://github.com/CDLD/KVM/raw/main/vkvm.tar.gz | tar xvz -C /tmp
PuTTY step 02.
cd /tmp
PuTTY step 03.
- Windows Server 2019 evaluation 180 days (You can make this a full version later)
wget https://software-download.microsoft.com/download/pr/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso
- Windows Server 2022 evaluation 180 days (You can make this a full version later)
wget https://software-download.microsoft.com/download/sg/20348.169.210806-2348.fe_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso
- Windows 10 Enterprise evaluation 90 days
wget https://software-download.microsoft.com/download/sg/17763.107.101029-1455.rs5_release_svc_refresh_CLIENT_LTSC_EVAL_x64FRE_en-us.iso
Before you continue!
‼ ‼ ‼ After you entered the next input, you have a FEW SECONDS to open VNC, I recommend to start VNC already before you copy-paste this last action in PuTTY and prepare the ip (xxx.xxx.xxx.xxx:1) ‼ ‼ ‼
VNC Viewer
The same can be done with UltraVNC Viewer.

PuTTY step 4.
We need to run the correct input;
Copy to the terminal > PASTE with right mouse button!
SERVER 2019 SDA:
/tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 10000M -localtime -enable-kvm -cpu core2duo,+nx -smp 2 -usbdevice tablet -k en-us -cdrom /tmp/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso -hda /dev/sda -vnc :1 -boot d
SERVER 2019 NVMe:
/tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 10000M -localtime -enable-kvm -cpu core2duo,+nx -smp 2 -usbdevice tablet -k en-us -cdrom /tmp/17763.737.190906-2324.rs5_release_svc_refresh_SERVER_EVAL_x64FRE_en-us_1.iso -hda /dev/nvme0n1 -vnc :1 -boot d
SERVER 2022 SDA:
/tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 10000M -localtime -enable-kvm -cpu core2duo,+nx -smp 2 -usbdevice tablet -k en-us -cdrom /tmp/20348.169.210806-2348.fe_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso -hda /dev/sda -vnc :1 -boot d
SERVER 2022 NVMe:
/tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 10000M -localtime -enable-kvm -cpu core2duo,+nx -smp 2 -usbdevice tablet -k en-us -cdrom /tmp/20348.169.210806-2348.fe_release_svc_refresh_SERVER_EVAL_x64FRE_en-us.iso -hda /dev/nvme0n1 -vnc :1 -boot d
Windows 10 ENT SDA:
/tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 10000M -localtime -enable-kvm -cpu core2duo,+nx -smp 2 -usbdevice tablet -k en-us -cdrom /tmp/17763.107.101029-1455.rs5_release_svc_refresh_CLIENT_LTSC_EVAL_x64FRE_en-us.iso -hda /dev/sda -vnc :1 -boot d
Windows 10 ENT NVMe:
/tmp/qemu-system-x86_64 -net nic -net user,hostfwd=tcp::3389-:3389 -m 10000M -localtime -enable-kvm -cpu core2duo,+nx -smp 2 -usbdevice tablet -k en-us -cdrom /tmp/17763.107.101029-1455.rs5_release_svc_refresh_CLIENT_LTSC_EVAL_x64FRE_en-us.iso -hda /dev/nvme0n1 -vnc :1 -boot d
Replace /tmp/WINDOWS.iso with your own windows.iso! And check if you have the right disks SDA or NVMe.
VNC Viewer
You can use
VNC Viewer
OR
UltraVNC
depending on your likings.

VNC Viewer
Troubleshoot
- Windows is stuck on installation? Repeat PuTTY step 1-4 and don't install Windows again.
- Rescue in Buster, after do a RESET as show as in Step 05, and continue in webpage KVM.
Troubleshooting
CTRL + F10 It will open a CMD, insert these words, step by step.
diskpart
list disk
select disk 0
clean
convert mbr
exit
exit
Go back to the beginning of the installation, and restart the installation without reboot of the terminals.
Later you can change it back to GPT with a program in Windows or a LiveCD
Advice:
Install:
Teamviewer HOST
Install:
UltraVNC SERVER
Remote Desktop ON in Settings
And Energy Settings to NEVER
REBOOT one more time as shown in step 05.
My services?
Please keep in mind to contact me only from 9:00-21:00 AMS time.
Windows Server 2019: Upgrade Evaluation to Full Version
To convert Windows Server 2019 EVAL to a full edition, you need to use the GVLK (KMS) keys for Windows Server 2019. You can upgrade Windows Server 2019 edition the same way.
Convert Windows Server 2019 Evaluation to Windows Server 2019 Standard:
dism /online /set-edition:ServerStandard /productkey:N69G4-B89J2-4G8F4-WWYCC-J464C /accepteula
In order to convert Windows Server 2019 Evaluation to Windows Server 2019 Datacenter edition:
dism /online /set-edition:ServerDatacenter /productkey:WMDGN-G9PQG-XVVXX-R3X43-63DFG /accepteula
Windows Server 2022: Upgrade Evaluation to Full Version
The command to convert Windows Server 2022 Evaluation edition to Standard:
dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
Convert eval instance to Windows Server 2022 Datacenter:
dism /online /set-edition:serverdatacenter /productkey:WX4NM-KYWYW-QJJR4-XV3QB-6VM33 /accepteula
Prices:
€ 25,- - Fresh installation for Auction and OLD AX-series
€ 15,- EXTRA for DDR5 servers
€ 15,- EXTRA for other server-installations
€ 15,- EXTRA - If you did something with the server before me and it got screwed up: (Meaning it won't connect with PuTTY).
Because it will take EXTRA time to figure out what you did with the server. The easiest way is to clean disks with GParted.
€ 25,- EXTRA - If you messed things up and I need to recover a password. Because it really takes long time.
Any other services we can talk briefly about it during installation.
€ 150,- - INSTALL PROXMOX 7.3 AND SET UP A VLAN AND 1 SERVER? It takes about 3-4 hours.
Don't get banned:
- Don't lie to me if you already did something. it would sve us both many hours to figure out the problem. (A manual reset is free in Hetzner, and it is a fresh start).
- Don't be rude
- I'm not your bro, buddy, friend, homey, mate or something else. This is business/hobby.
Tips:
- Install Teamviewer HOST
- Install VNC Viewer
- Turn Remote Desktop on if your are installing Windows 10 or Windows 11
REBOOT first in RESET of Robot if you see only 10GB RAM.