1. Some basic rules:

– No servers with iNIC!
– 25 euro only for AX and auction
– EX and other servers cost EXTRA.
– The server needs to be fresh/unused.
– Sometimes it takes more time then other times, please wait until I finish or ask questions about the server.
– Please make an ADMIN LOGIN (Follow the guide).
– Windows installs as MBR, it will only install on 2TB or less disks, later you can make the disks GPT with a program.

2. Services I provide?

– I will install Windows Server 2019/2022 or 10/11,
or you provide a link with your own .iso if you please.
– Proxmox installation with a seperate network inside.
so you can have more VM’s on the server on Hyper1.
– Windows Server has Hyper2.

Please watch YouTube if you want to know the difference.

3. How to get banned/blocked?

– Text or call me in the middle of the night.
– Be rude
– Asking too many free advices.

This is a hobby, but my time shouldn’t be free for consulting.

Let’s START!

00.

Introduction

I will explain a bit about the process.

IMPORTANT:
DON’T ORDER WITH iNIC!
No connection possible!

Would you like to install Windows or Proxmox on a ‘Hetzner’ dedicated server from Germany? In the following tutorial I will explain how it works. It took me over 10 hours of trial and error, but finally I got the correct way to do it!

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”.

01.

Login at Hetzner

Email with your credentials
You will receive from Hetzner an email with the credentials to login on your account. If it is the first time you rent/buy a server, it will take some time to register. If you have already a server, it will take a few hours for a new server to set up.

Image
02.

Go to ‘Robot’.

In this picture you will see how.
Image
03.

Go to ‘Servers’.

In this picture you will see how.
Image
04.

Go to ‘Rescue’

In this picture you will see how. Activate Rescue System. After you will see a password, copy and paste this somewhere.
Image
05.

Go to ‘Reset’.

Execute the middle one.

Execute an automatic hardware reset.

Image
06.

Go back to ‘Rescue’.

Going back to reset will show your password.
Image
01.

Install by me >

If you want me to install it, you need to make an ‘admin login’.
Image

We need some software to connect to the server:

00.

PuTTY step 00.

Open PuTTY, insert your IP and login with ‘root’ and your password you got in ‘rescue’.

LEAVE PuTTY OPEN UNTIL EVERYTHING ELSE IS FINISHED!

PuTTY
01.

PuTTY step 01.

KVM installation on the server.

Copy the line and paste with right mouse button in the terminal.

wget -qO- /tmp https://abcvg.ovh/uploads/need/vkvm-latest.tar.gz | tar xvz -C /tmp
02.

PuTTY step 02.

We will set up the folder now; Copy to the terminal > PASTE with right mouse button, and press ENTER!
cd /tmp
03.

PuTTY step 03.

Now we need to download any Windows to the /tmp folder. Any Windows you like https://www.microsoft.com/en-us/evalcenter/try

– Windows Server 2019 evaluation 180 days

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

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

– Windows 10 PRO 21H2

wget https://www.itechtics.com/?dl_id=140

– Windows 10 PRO 22H2

wget https://www.itechtics.com/?dl_id=173

– Windows 11 PRO 22H2

wget https://www.itechtics.com/?dl_id=168

‼ ‼ ‼

Before you continue!

IMPORTANT!!!!

‼ ‼ ‼ 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) ‼ ‼ ‼

01.

VNC Viewer

Enter your IP number with :1<br><br>xxx.xxx.xxx.xxx:1

The same can be done with UltraVNC Viewer.

Image
04.

PuTTY step 4.

Now we need to see what the disks are named and put in the last line for installing Windows.

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

Windows 10 x64 PRO 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/index.html?dl_id=140 -hda /dev/sda -vnc :1 -boot d

Windows 10 x64 PRO 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/index.html?dl_id=140 -hda /dev/nvme0n1 -vnc :1 -boot d

Windows 10 22H2 x64 PRO 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/index.html?dl_id=173 -hda /dev/nvme0n1 -vnc :1 -boot d

Windows 11 22H2 x64 PRO 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/index.html?dl_id=168 -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.

02.

VNC Viewer

Continue the Windows installation in VNC, while PuTTY is still open.

You can use

VNC Viewer

OR

UltraVNC

depending on your likings.

Image
03.

VNC Viewer
Troubleshoot

Stuck in VNC Viewer?
– Did you close PuTTY?
– 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.
01

Troubleshooting

Make disks MBR instead of GPT
Install Windows like normal! If your drives are GPT follow this advice!

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

02

Advice:

Things to do after installation?&lt;/br&gt;&lt;/br&gt;<br><b>Don’t destroy a good server installation. Never do that too :)</b>

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.

Change the username and password.

00.

My services?

You want me to install it for you?
Please keep in mind to contact me only from 9:00-21:00 AMS time.