Hetzner Cloud vs Hetzner Auction vs Hetzner Dedicated: Which to Choose

calendar_month May 13, 2026 schedule 8 min read visibility 33 views
person
Valebyte Team
Hetzner Cloud vs Hetzner Auction vs Hetzner Dedicated: Which to Choose
To choose between Hetzner Cloud, Auction, and Dedicated in 2026, focus on your workload type: Cloud is suitable for scalable microservices starting from €4.5/mo, Auction is for budget projects on powerful used hardware with no setup fees, and Dedicated is for high-load systems requiring new components, performance guarantees, and SLAs.

Hetzner Online remains one of the most sought-after providers in Europe due to its aggressive pricing policy and stable infrastructure. However, its three main product lines — Cloud VPS, Auction servers, and new Dedicated servers — are targeted at fundamentally different use cases. In 2026, the gap between them has become even more noticeable due to the introduction of new AMD EPYC and Ryzen 9000 processor lines, as well as changes in IPv4 address pricing policies.

Hetzner Cloud vs Auction vs Dedicated: Key Differences and Architectural Choice

In 2026, choosing between the cloud and physical hardware is no longer just a matter of price. The main criteria are workload predictability and the need for specific hardware. A Hetzner Cloud comparison with physical servers shows that the cloud wins in deployment speed (up to 10 seconds) but loses in cost per core under long-term high load.

Flexibility vs Raw Power

Cloud instances operate based on KVM virtualization. This means you share a physical processor with other neighbors unless you use plans with Dedicated vCPUs. At the same time, any server from the Auction or Dedicated lines provides you with 100% of the hardware resources without overselling. If your task is setting up a VPS for a CI/CD runner, the cloud will be more convenient due to the ability to instantly create and delete nodes.

Economics of Ownership in 2026

In 2026, Hetzner continues to charge a Setup Fee for new dedicated servers, which can range from €40 to €100. Auction servers and the cloud are exempt from this fee. This makes Auction an ideal choice for short-term projects that need a lot of RAM or disk space but where the novelty of the processor is not critical.

Hetzner Cloud in 2026: When Scalability Matters

The Hetzner Cloud line in 2026 has finally split into three categories: Shared vCPU (Intel/AMD), Dedicated vCPU, and ARM64 (Ampere Altra). The cloud is not just a virtual machine; it is an ecosystem with an API, CLI, and support for Terraform/Kubernetes.

Advantages of Cloud Infrastructure

  • Hourly Billing: Ideal for tests when a server is needed for only 2-3 hours.
  • Snapshots and Backups: The ability to take a system snapshot before an update.
  • Floating IPs and Load Balancers: Easy construction of fault-tolerant clusters.
  • Private Networks (vSwitch): Combining cloud and dedicated servers into a single local network at speeds up to 10 Gbps.

For developers, a VPS feature checklist is crucial, and Hetzner Cloud covers 90% of these needs through its control panel or API. Using the cloud is justified for web servers, APIs, and microservices where the load can spike sharply.

Looking for a reliable server for your projects?

VPS from $10/mo and dedicated servers from $9/mo with NVMe, DDoS protection, and 24/7 support.

View Offers →
# Example of creating a server via Hetzner CLI (hcloud)
hcloud server create --name web-01 --type cx22 --image ubuntu-24.04 --location fsn1 --ssh-key my-key

Hetzner Auction Prices: How to Catch the Best Deal

Hetzner Auction prices are formed on the principle of a Dutch auction: the price for a lot gradually decreases until someone buys it. In 2026, servers with AMD Ryzen 3000/5000 series and 9th and 10th generation Intel Core processors appeared en masse on the auction. This is equipment that has already paid for itself for the data center, so it is offered practically at the cost of electricity and maintenance.

Features of Auction Servers

The main risk of the auction is drive wear. Although Hetzner replaces failed disks for free, you might receive a server with an SSD that has a remaining life (Health) of less than 10%. Always check the disk status immediately after gaining access:

smartctl -a /dev/nvme0n1

The auction is the "Wild West" of hosting. There is no guarantee that in a year you will be able to order the exact same server to expand your cluster. However, for those looking for a dedicated server under $50/mo, this is the best option on the market. You can find a configuration with 64 GB RAM and 2x512 GB NVMe for just €35-40 per month.

Who Auction is Not For

If your project requires strict uptime guarantees and fast recovery (SLA), the auction can be risky. In the event of a hardware failure, technical support will replace the part, but an identical processor or motherboard might not be in stock, leading to migration to different hardware with a change in IP addresses if you are not using a Floating IP.

Hetzner Dedicated in 2026: The Power of New Generations

The Dedicated line (EX, AX, PX) consists of flagship servers. In 2026, the de facto standard is AMD Ryzen 9 9950X processors and EPYC Genoa-based server platforms. Unlike the auction, here you get new equipment with support for ECC RAM and NVMe Gen 5.

Comparison of Dedicated Lines

  1. AX Series: Built on desktop AMD Ryzen processors. Best price/performance ratio for single-threaded tasks (game servers, code compilation).
  2. EX Series: The Intel Core-based equivalent. Often chosen for specific software optimized for Intel instructions.
  3. PX/SX Series: Professional servers with Intel Xeon or AMD EPYC processors. They support massive amounts of RAM (up to 1-2 TB) and a large number of disks (SX series for data storage).

For large companies, the question often arises: one powerful dedicated server or a network of VPS. In 2026, Hetzner allows you to combine these approaches. You can take a powerful AX server, install a hypervisor (Proxmox or ESXi), and slice it into virtual machines, getting your own private cloud without overpaying for resources.

Comparison of Characteristics and Cost in 2026

Below is a table to help you quickly navigate the choice between the three directions. Prices are approximate, current as of mid-2026, including taxes (0% VAT for non-EU residents).

Parameter Hetzner Cloud Hetzner Auction Hetzner Dedicated
Processors vCPU (Shared/Dedicated) Older generations (Ryzen 3000, i7) New generations (Ryzen 9000, EPYC)
RAM from 2 GB to 128 GB from 32 GB to 256 GB from 64 GB to 1 TB+
Setup Fee €0 €0 from €39 to €99
Disk Type Local NVMe / Network Storage SATA SSD / NVMe (used) NVMe Gen4/Gen5 (new)
IPv4 Address ~€1.70 / mo Included in price (usually) Included in price
Port Speed up to 10 Gbps (shared) 1 Gbps (dedicated) 1 Gbps / 10 Gbps

When comparing with competitors, for example, considering OVH Eco vs Hetzner Auction, the German provider often wins in processor performance per euro, but OVH offers more advanced DDoS protection in the base configuration.

Hetzner Robot 2026: Management and Automation

Hetzner Robot 2026 is the control panel for dedicated and auction servers. Despite its conservative design, the system's functionality in 2026 allows for full automation of the server lifecycle.

Robot API Capabilities

Through the Robot API, you can programmatically initiate password resets, OS reinstallation (via installimage), or order additional IP networks. For system administrators, this is critically important when managing a fleet of dozens of machines.

# Example installimage config for automated deployment
DRIVE1 /dev/nvme0n1
DRIVE2 /dev/nvme1n1
SWRAID 1
SWRAIDLEVEL 1
HOSTNAME my-server-2026
PART /boot ext4 1G
PART lvm vg0 all

The Cloud Console operates separately from Robot, but they are integrated at the billing and vSwitch virtual network levels. This allows for the creation of a hybrid infrastructure: a database on a powerful Dedicated server in Robot, and frontends in the Cloud for fast scalability.

Cost of Network Resources and IPv4 Addresses

In 2026, the IPv4 shortage has reached its peak. Hetzner, like other major players, actively encourages the transition to IPv6. When purchasing a cloud server, you can opt out of IPv4 and save about €1.70-€2.00 per month. In dedicated servers (Dedicated and Auction), one IPv4 is usually included in the price, but you will have to pay significant amounts for additional addresses or /29, /28 subnets.

Traffic and Channels

Hetzner traditionally offers 20-30 TB of traffic on dedicated servers with subsequent speed limits or overage charges. In the cloud, limits are more modest, but sufficient for most business tasks. If your project involves video streaming, pay attention to the terms for 10-gigabit ports — in 2026, they became more accessible in the Dedicated line but require an additional fee for guaranteed bandwidth.

Which Line to Choose for Specific Tasks?

To avoid making a mistake, analyze your stack and disk subsystem IOPS requirements. A Hetzner Cloud comparison with physical disks shows that local NVMe in the cloud performs excellently, but network disks (Volumes) have significant latency.

  • Early-stage Startup: Definitely Hetzner Cloud. Minimal costs, easy start, ability to quickly change server types.
  • High-load Database (PostgreSQL, ClickHouse): Dedicated only. You need direct processor instructions and no "noisy neighbors" on the data bus.
  • VPN Gateways and Proxies: Cloud (without IPv4, IPv6 only) or the cheapest lots on Auction.
  • Backup and Storage: SX Series (Dedicated) with massive HDDs or Auction servers with 4x10TB disks.
  • AI Training: Look for Auction lots with GPUs (rare, but they exist) or get a Dedicated server with modern Intel/AMD if the budget allows renting GPU servers from specialized providers, as Hetzner is not a leader in this segment.

If you are planning a move from other platforms, it will be useful to study the comparison of Vultr, Linode, and DigitalOcean to understand how well Hetzner's architecture fits your usual infrastructure management patterns.

Conclusions

For maximum savings and projects without strict requirements for hardware novelty, choose Hetzner Auction, as it is the cheapest way to get a lot of RAM and cores in 2026. For dynamic loads and modern development, use Hetzner Cloud, and for critical corporate systems, use new Dedicated servers with guaranteed support and current processors.

Ready to choose a server?

VPS and dedicated servers in 72+ countries with instant activation and full root access.

Start Now →

Share this post:

support_agent
Valebyte Support
Usually replies within minutes
Hi there!
Send us a message and we'll reply as soon as possible.