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
On this page
Real screenshot or sketch goes here
IT NEVER SLEEPS.
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.