← Back to the field guide
Stop 1 of 7

Get Your VPS

Time to go shopping. Not for a box — for a slice of a giant computer, somewhere out there, that becomes entirely yours.

What you're buying

You're renting a slice, not a box

Nobody ships you a computer. A company slices up one of their giant machines and hands you one piece of it — all to yourself.

Companies called VPS providers own huge computers sitting in buildings called data centers. They cut each big computer into smaller pieces and rent each piece out. Your piece gets its own address, its own storage, its own everything. Nobody else can peek inside it.

Size it up

The three numbers that matter

Every VPS plan is really just three numbers. Learn these and every shopping page makes sense.

⚙️
Number 1

CPU

The brain. How many things it can think about at once. Listed as vCPU — "virtual CPU."

Beginner size: 1 vCPU
🧠
Number 2

RAM

Its short-term memory. More RAM means it can juggle more at the same time without slowing down.

Beginner size: 1–2 GB
💾
Number 3

Storage

Its filing cabinet. Where your website, your files, and the operating system all live.

Beginner size: 20–25 GB SSD
The big fork in the road

Linux or Windows?

Every VPS needs an operating system — the software that runs everything else. You'll be asked to pick one.

VS
Pick this one 🐧

Linux

try: Ubuntu LTS
  • Free — no extra license cost added to the price
  • Cheaper plans almost everywhere
  • What nearly every beginner tutorial assumes
  • Runs Apache + PHP — the same stack your current site already uses
  • Controlled by typing, in the terminal you already know
🪟

Windows

Windows Server
  • Costs more — a Windows license is built into the price
  • Built for a specific job: running .NET apps or Windows-only software
  • Controlled with Remote Desktop — mouse and windows, like your PC
  • Fewer beginner tutorials are written for it
Picking a provider

What to actually look for

The company you rent from matters less than these four things:

  • 1
    LocationPick a data center close to you or to whoever visits your site — closer means faster.
  • 2
    The smallest Linux planLook for the entry-level tier: 1 vCPU, 1–2 GB RAM, ~25 GB SSD. That's plenty to start.
  • 3
    Can you resize later?Confirm you can upgrade the plan afterward without starting over.
  • 4
    Current pricePrices change — check the provider's own site for what a starter Linux plan costs today.

Real names you'll run into: DigitalOcean, Linode (Akamai), Vultr, Hetzner, IONOS — among others. They all sell the same basic idea. None of them is required for this guide; pick whichever fits your budget and location.

Ready to check out? 🛒

Ubuntu LTS, smallest Linux plan, closest location. That's the whole shopping list.

Next up → Stop 2: Get Inside (SSH)

My Very First VPS · Stop 1 of 7