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.
The three numbers that matter
Every VPS plan is really just three numbers. Learn these and every shopping page makes sense.
CPU
The brain. How many things it can think about at once. Listed as vCPU — "virtual CPU."
RAM
Its short-term memory. More RAM means it can juggle more at the same time without slowing down.
Beginner size: 1–2 GBStorage
Its filing cabinet. Where your website, your files, and the operating system all live.
Beginner size: 20–25 GB SSDLinux or Windows?
Every VPS needs an operating system — the software that runs everything else. You'll be asked to pick 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
What to actually look for
The company you rent from matters less than these four things:
- 1LocationPick a data center close to you or to whoever visits your site — closer means faster.
- 2The smallest Linux planLook for the entry-level tier: 1 vCPU, 1–2 GB RAM, ~25 GB SSD. That's plenty to start.
- 3Can you resize later?Confirm you can upgrade the plan afterward without starting over.
- 4Current 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