1. Real-World Findings: Does Netcup Support Nested KVM?
❌Direct Verdict: Hardware Nested Virtualization is Explicitly Disabled
Although Netcup Root Server (RS G12) instances provide 1:1 dedicated AMD EPYC 9645 cores with zero CPU steal, the host KVM hypervisor does not pass through AMD-V / SVM CPU virtualization extensions. Running hardware-accelerated nested KVM virtual machines is impossible out of the box.
Inspecting CPU flags on a fresh Debian 12 Root Server yields the following authentic outputs:
# 1. Check for hardware virtualization flags
egrep -c '(vmx|svm)' /proc/cpuinfo
0
# 2. Check for /dev/kvm device
ls -l /dev/kvm
ls: cannot access '/dev/kvm': No such file or directory
# 3. YABS system report
CPU Model : AMD EPYC 9645 96-Core Processor
CPU Cores : 4 @ 2296.548 MHz
AES-NI : ✓ Enabled
VM-x/AMD-V : ✗ Disabled
2. Technical Rationale: Why Host Hypervisors Block AMD-V
Why is there frequent confusion? Root Servers feature dedicated cores, often leading developers to confuse them with physical bare-metal hardware. Netcup intentionally disables nested CPU flags for three primary operational reasons:
Nested CPU states complicate live migrations across cluster hosts during hardware maintenance windows.
Mitigates speculative side-channel vulnerabilities across shared virtualization backplanes.
Historical custom ticket requests for VMX flags have been entirely retired by Netcup management.
3. Performance Warning: Avoid Pure QEMU Software Emulation
⚠️ Why Pure Software CPU Emulation Fails in Production:
Without /dev/kvm hardware acceleration, hypervisors fallback to QEMU TCG software emulation. CPU instructions are translated purely in user-space software, causing 100% CPU pinning, 15-minute boot sequences, and >90% throughput degradation.
4. Production Alternatives: Proxmox LXC & Docker
While nested KVM virtual machines cannot run, Netcup Root Servers provide exceptional hardware capability. The following two container patterns deliver native bare-metal throughput:
The gold standard for modern infrastructure. Docker leverages native cgroups and namespaces without requiring CPU virtualization flags, delivering 99.9% bare-metal efficiency.
If you want the Proxmox GUI, install PVE and deploy Linux Containers (LXC) instead of VMs! LXC containers bypass /dev/kvm entirely while providing dedicated root filesystems and independent IP mapping.
If your workloads strictly necessitate Windows guest VMs, nested ESXi, or hardware hypervisor emulation, consider true bare-metal dedicated servers (such as Hetzner Server Auction).
5. Hands-On: Running Proxmox VE with High-Performance LXC Guests
Follow these steps to deploy Proxmox VE with native LXC container clustering on Netcup Root Servers:
# 1. Install Proxmox VE 8 on Debian 12
echo "deb [arch=amd64] http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
apt update && apt install -y proxmox-default-kernel proxmox-ve postfix open-iscsi
# 2. Create internal bridge vmbr1 for LXC containers
# Append to /etc/network/interfaces:
auto vmbr1
iface vmbr1 inet static
address 10.10.10.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o eth0 -j MASQUERADE
# 3. Create LXC containers in Web GUI with 10.10.10.x IPs
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).
📚 Recommended Reading: Essential Netcup Guides & Benchmarks
Hands-on tutorials to help you maximize savings, configure servers, and make informed choices
Netcup 0% VAT Exemption Guide: Automatic Tax Removal for Non-EU Users
Complete walkthrough on qualifying for automatic 0% German VAT, invoice updates, and billing formulas.
Netcup Registration & Order Guide: Identity Verification & Fraud Check Tips
From plan selection to CCP portal activation. Avoid order cancellations and delays.
Netcup vs Hetzner Cloud: Geekbench 6 Scores, Network Routing & Pricing Comparison
In-depth analysis of dedicated vCPU consistency, traffic quotas, and datacenter connectivity.
Netcup Custom ISO Tutorial: Install Windows & Linux via SCP Panel
Mount external ISOs with VirtIO drivers via Server Control Panel (SCP) and VNC access.
💰 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 →