OS & Virtualization

Install Custom Windows ISO on Netcup: VirtIO & Gateway Routing Fix

Avoid expensive monthly Windows licenses. Step-by-step guide to installing Windows on Netcup via SCP DVD drive, loading VirtIO storage/network drivers, and resolving point-to-point gateway issues.

M
Markus S. (Senior Cloud Infrastructure Engineer)
Verified & Tested: September 2026
⏱️ 11 min read

1. CCP vs. SCP Architecture

New Netcup users often confuse the two distinct web interfaces provided by the hoster:

🏢 CCP (Customer Control Panel)

customercontrolpanel.de: Administrative and billing portal. Used for contract management, invoices, tax-exemption verification, and cancellation notices.

🖥️ SCP (Server Control Panel)

servercontrolpanel.de: Hardware-level KVM hypervisor portal. Used for power controls, mounting custom ISO images, HTML5 VNC console, and rDNS/PTR configuration.

2. Windows ISO & VirtIO Drivers

Because Windows does not bundle open-source RedHat KVM VirtIO drivers out of the box, booting a standard Windows ISO will fail at disk selection with "No drives were found".

💡 Netcup Pre-loads VirtIO Drivers:

You do not need to download virtio-win.iso manually. Netcup already provides the official VirtIO driver disk directly in the SCP DVD drive selector.

3. Step-by-Step SCP Mount & VNC

1

Mount Custom ISO in SCP

In SCP, navigate to Media ➔ DVD drive ➔ Upload/Own Images. Enter your Windows ISO direct URL. Once fetched, set DVD drive as first boot priority.

2

Launch HTML5 VNC Console

Click "Screen" to launch the HTML5 KVM console. Send Ctrl+Alt+Del via the Power menu and hit Enter quickly when "Press any key to boot from CD" appears.

3

Load VirtIO Drivers

At the Windows disk selection screen, click "Load Driver" ➔ browse to the VirtIO driver disk ➔ select vioscsi (storage) and NetKVM (network). Your NVMe drive will appear instantly.

4. Fix: Gateway Outside Subnet

Upon initial Windows reboot, network connectivity will show no internet. Netcup uses point-to-point network routing where your assigned gateway (e.g., 45.158.40.1) does not reside inside your server subnet (e.g., 202.61.200.50/32). Windows refuses off-subnet default gateways unless explicitly configured.

Windows CMD (Run as Administrator)

REM 1. Identify network adapter name (usually "Ethernet")

netsh interface ipv4 show interfaces

REM 2. Assign static server IP and /32 subnet mask

netsh interface ipv4 set address name="Ethernet" static YOUR_SERVER_IP 255.255.255.255 none

REM 3. Critical: Add On-link direct route to off-subnet gateway

route add YOUR_GATEWAY_IP mask 255.255.255.255 0.0.0.0 if 1 -p

REM 4. Set default route pointing to this gateway

route add 0.0.0.0 mask 0.0.0.0 YOUR_GATEWAY_IP -p

REM 5. Configure public DNS resolvers

netsh interface ipv4 set dns name="Ethernet" static 1.1.1.1 primary

netsh interface ipv4 add dns name="Ethernet" 8.8.8.8 index=2

Once executed, run "ping 1.1.1.1". Network access will initialize immediately.

5. Enabling Native 3389 RDP

Enable Remote Desktop in Windows Settings ➔ System ➔ Remote Desktop. Connect directly from your local machine using Microsoft Remote Desktop (mstsc) on port 3389.

MS
Article Author & Infrastructure Lead10+ Years European Datacenter & Virtualization Practice

Markus S.

Senior Cloud Infrastructure Architect & Linux Sysadmin

Markus focuses on European cloud hosting economics, server performance optimization, and KVM virtualization. All benchmarks, setup guides, and VAT exemption procedures are verified on self-funded Netcup instances hosted in the Nuremberg datacenter (AMD EPYC hardware).

🛡️100% Independent & Self-Funded (No sponsored influence)
Real Hardware Benchmarks (AMD EPYC 9645 / Genoa clusters)
🔄Daily Automated Verification (All promo codes regularly validated)
Editorial Independence & Integrity Policy: Netcup.Discount maintains complete editorial neutrality. While some links may earn referral credit, our benchmarks, configuration advice, and hosting evaluations remain strictly objective.
⚡ Real-time Synced Pool

💰 Netcup Verified Coupons & Discounts

We maintain an updated collection of verified netcup discount codes, with real-time automatic synchronization. Get up to 30% off or free months on your next order.

Browse All Coupons →