Definition

What is a dedicated server?

A dedicated server is a physical machine rented exclusively to one customer — no hypervisor, no other tenants, full hardware access.

Updated 2026-07-14 · Hostiger Editorial

The technical definition

A dedicated server is a physical computer housed in a data center, rented to a single customer for the duration of a subscription. No virtualization layer sits between you and the hardware. When you SSH into a dedicated server, you're talking directly to the OS running on the metal — same as if the machine sat on your desk.

You get 100% of every resource: all CPU cores, all RAM channels, every NIC queue, every NVMe lane. Nothing is shared with another customer.

Dedicated server vs VPS

DimensionDedicated serverVPS
Hardware sharingNoneShared with other VMs on hypervisor
Provisioning time2-24 hours (physical setup)Under 60 seconds
Cost floor$100-$200/mo$5-15/mo
ResizingHardware swap required (hours+)Live resize (seconds)
Hypervisor "noisy neighbor" riskNoneRare but possible
GPU / specialty hardwareYes — passthrough or directOnly if provider offers GPU VPS
Compliance (data isolation)Physical separation — auditableLogical separation via hypervisor

When you actually need a dedicated server

Dedicated server pricing

Modern dedicated servers start around $199/mo. Typical builds:

What you have to manage yourself

Unlike a VPS, a dedicated server has no hypervisor to take snapshots or reboot you into a rescue image (though most providers give an IPMI/BMC console for OS reinstalls). You are responsible for:

Managed vs unmanaged dedicated

Some providers offer managed dedicated, where they handle OS updates, monitoring, and even application-level support (LAMP stack, cPanel, etc.). Cost is 30-100% higher than unmanaged. Best for teams without a full-time sysadmin.

Related terms