Consider how to install Windows on any dedicated server with any processor that supports KVM.

First we need to start the server in Resque mode. Login.

Go to /tmp directory:

cd /tmp

Download vKVM software:

wget https://mirror.spacecore.info/software/vkvm-latest.tar.gz && tar xvf vkvm-latest.tar.gz

Download the OS image we need:

wget https://mirror.spacecore.info/os/windows/Windows_10_x64_1909.iso

A full list of operating systems can be found on our mirror: https://mirror.spacecore.info/os/

Next, run the software:

/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 Windows_10_x64_1909.iso -hda /dev/nvme0n1 -vnc :1 -boot d

Next, we install and run UltraVNC. In it we enter in the input field the address of our server + port «1» in the format: «IP:1».

Connect to the server and start the process of installing Windows:

Next we create partitions and install the OS on the main drive with sufficient memory.

After the primary installation is complete, proceed to user configuration. The first step is to specify a name.

And then the user password.

Once the installation is fully completed, we need to go to the Windows Firewall settings and disable it completely to avoid connection blockages.

Next, you need to enable Windows Remote Access (RDP) in the appropriate settings.

Saving the changes. Then turn off our Windows.

When the OS shuts down, the vKVM process stops on our host server

Now we load our dedicated server from the main disk on which Windows has been installed and connect using the created account.

Last updated