SpaceCore WIKI
English
English
  • Personal Account and Registration
    • Account registration
    • «Customer» section
    • «Finance» section
    • Account Verification (KYC)
  • Customer service
    • How do I place an order?
    • How to contact support?
    • The Game Hosting panel
    • Setting Up BILLmanager 6 for Reselling
  • Communications
    • Notifications in Telegram
    • Web Hosting Notifications
    • Using a ping bot in Telegram
  • Information board
    • Blocked ports (VPS/VDS)
    • What is IOPS?
    • VAT for the EU and UK
  • VPS and Dedicated Servers
    • How to use VPS/VDS?
    • Changing the Password for VDS
  • OS and software configuration
    • Java [Linux]
    • Screen
    • Linux Password Recovery
    • Connecting via SSH keys
    • Disabling access to Linux using a password
    • Deploying MikroTik RouterOS on VDS
  • AI
    • Deploying DeepSeek on your server in just a few clicks
  • Windows
    • RDP connection
    • Configuring the RDP connection
    • Changing the password
    • Installation via QEMU
    • How to add an IPv4
    • Download files
    • Bruteforce Windows
  • Network Setup and Security
    • No interaction with private networks
    • Working with TCPDump
    • Change MTU Value
    • Configure IPTables
    • [DNS] Temporary failure resolving...
    • Network Speed Measurement [SpeedTest]
    • How do I buy a domain name?
    • How do I direct my domain to an IP address?
    • How to Protect Your Server? Basics of Cybersecurity
  • VPN and Privacy
    • WireGuard VPN [Easy]
    • OpenVPN [Easy]
    • Outline VPN Installation
    • Installing TorrServer
    • Installing 3X UI
    • Installing Marzban
    • Proxy for Specific Websites (V2RayN)
    • Use Nekoray
  • System monitoring
    • Traffic monitoring via VnStat
    • How to use the MTR tool
    • Getting Serial Numbers of Drives
  • Administration and Backups
    • Working with FTP Repository
    • Auto-shipment of backups
    • Installing an FTP Server
    • Mounting Linux Drives
  • Web development
    • Installing Apache2
    • Installing Nginx
    • Installing PHP
    • Installing MySQL
    • Installing PhpMyAdmin
    • Let's Encrypt SSL Generation
  • Minecraft
    • Installing Minecraft Java Server
    • Installing the Minecraft Bedrock/PE server
    • Installing the BungeeCord server
    • Installing Sponge Forge 1.12.2 Kernel
    • Configuring server.properties
    • Installing the icon on the server
    • Launch Options
    • Installing a resource pack on the server
  • Hetzner Servers
    • Control Panel
    • Password change via Rescue
    • Installing the operating system
  • 🇩🇪Contabo
    • The Control Panel
    • Disk space expansion
Powered by GitBook
On this page
PreviousChanging the passwordNextHow to add an IPv4

Last updated 1 year ago

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

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

After the argument «-cdrom» you need to specify the name of your OS image. And after «-hda» - the name of the disk on which you will install.

If you encounter a gender error: «cannot set up guest memory 'pc.ram': Cannot allocate memory»

Its solution will be to change the parameter «-m 10000M» to MegaBaite value, which is available in your system.

If the command succeeds, there will be no response and the KVM process will start in the active window.

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.

The password must be specified, otherwise you will not have access to the RDP.

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.

And also do not forget to remove the tick from the «‎Allow connections only...».

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.

A full list of operating systems can be found on our mirror:

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

https://mirror.spacecore.info/os/
UltraVNC