Skip to content

What is a VPS?

A VPS is a small computer you rent on the internet. Here is what that actually means, what it costs, and why you would want one.

By Nick

2 min read Updated

VPS Hosting Beginner
On this page

A VPS is basically a small computer you rent on the internet. Unlike your laptop, it stays switched on all the time.

That is the whole idea. Everything else is detail.

Why that matters

Your laptop is a fine computer, but it closes. It goes to sleep, it goes in a bag, it loses wifi on the train. Anything that needs to keep running (a tool that checks something every hour, an AI agent that works in the background, a small website) cannot live there.

A rented server does not have those problems. It sits in a building with reliable power and a fast internet connection, and it keeps running whether you are awake or not.

What “virtual” means

The V in VPS stands for virtual. You are not renting a physical machine. The hosting company has large, powerful computers, and they slice each one into several smaller ones. You rent a slice.

In practice you cannot tell. You get an address, a username and a password, and it behaves exactly like a computer you could walk up to, except you reach it over the internet instead of with a keyboard.

What it costs

For the kind of thing this site covers (a personal agent, some scripts, a small site), you are looking at somewhere around five to ten dollars a month. That gets you a modest amount of memory and storage, which is plenty.

Costs rise sharply if you need a graphics card, which is what running large AI models locally demands. That is a different kind of rental and a different budget.

How you actually use one

You connect to it from your own computer using a terminal, over something called SSH. You type a command, it runs on the server, and you see the result. There is no desktop, no mouse, no windows, just text.

That sounds harsher than it is. Most of what you will do is copy a command from a guide, read it to check it looks sensible, and press enter.

When you do not need one

If everything you want to do happens while you are sitting at your computer, you do not need a server. Running AI models on your own machine, editing code, using a chat assistant: none of that requires anything to stay on overnight.

You need a VPS at the point where you want something to keep happening without you.

Common questions

Do I need to know Linux to use a VPS?

Not much. You need to be able to copy commands carefully and understand roughly what they do. The guides on this site give you the exact commands.

Is a VPS safe?

It is a computer on the public internet, so it will be probed automatically within minutes of existing. Using a strong key instead of a password and keeping it updated handles most of the risk.

Can I use a spare computer at home instead?

Yes, and it is free. The trade is that you now care about your home internet, power cuts and noise. A rented server removes all three.

What to do next

Related reading

Last reviewed 4 September 2026 by Nick.

Software changes fast. If something here is out of date, tell me and I'll fix it.

Get new guides by email

Occasional and practical. No spam, no hype, unsubscribe whenever.

Sign-ups are not open yet. The form is a placeholder for now.