Root Access, Measured
Budget VPS plans — At the cheap end, the specification is the marketing — so verify it
You want a genuine server for lunch money, which is entirely achievable; what is not achievable is telling honest allocations from optimistic ones without logging in and checking.
The short answer
The Economy KVM tier — a properly partitioned slice of real hardware with DDoS filtering included, priced at roughly two cups of coffee — and ten minutes on first login confirming the allocation is what the invoice said.
Everything at the budget end turns on one distinction. KVM assigns you memory and it stays yours. The cheapest container platforms lend the same memory to several customers and gamble that they never all want it at the same moment, which is a bet you find out about at 2am.
By the HostingFast team · Reviewed 24 August 2026
99.9%
Uptime target, monitored
24/7
Humans answering, any hour
Free
SSL issued and renewed
NVMe
NVMe under every plan
The budget VPS market splits on how honest the virtualisation is, and the pricing page will never tell you which side a provider is on. Two plans advertising 2 GB can behave completely differently under load.
The good news is that the difference is trivially observable from inside the box. Four commands, run once, settle it — and if a provider's numbers do not survive those four commands, no price makes the plan worth having.
Four commands that settle the honesty question
Run these before you deploy anything on a new server:
lscpu, and read the hypervisor line. KVM is hardware virtualisation with your own kernel. If you see a container runtime instead, the memory on your invoice is shared with strangers.
free -h, followed by dmesg | grep -i balloon. Ballooning is how a host reclaims memory it already sold you, and it leaves traces in the kernel log.
top, and watch the %st column. Steal time is CPU your virtual machine wanted and did not get because the physical host was busy. Persistent steal is oversubscription, plainly reported by your own kernel.
dmesg | grep -i 'killed process' after a few days. The out-of-memory killer is what burstable RAM feels like when the bet goes wrong.
The four corners the cheapest providers cut
Oversubscribed CPU, which shows up as steal time. Shared IPv4 pools, which cost you an address of your own and can inherit somebody else's reputation. No DDoS filtering, which is fine until it is catastrophic. And a support desk whose diagnosis ends at the node answering a ping.
Check all four before you compare monthly rates, because the price difference between providers is sitting in exactly those four line items and nowhere else.
Here, DDoS filtering rated above 1 Tbps is in front of every server, the uplink on each hypervisor is 20 Gbps, and there is no setup fee — the server deploys the moment payment clears.
What actually fits in 2 GB
A LEMP stack under a modest site, a Node application with a small database, a VPN endpoint, a game server for a handful of friends, or most self-hosted tools. One of those sits comfortably; two if both stay light.
Measure rather than guess. ps_mem gives you resident memory per process tree, and systemd-cgtop shows which unit is growing. Add headroom for the page cache — a database with no page cache left is a database on disk.
Swap absorbs a brief spike and never an ongoing workload. If swap is permanently in use, you have under-bought memory, and tuning will not conjure the missing gigabytes.
Keep it affordable in year three
A hobby server only stays a hobby if the price holds. Our order figure and renewal figure are the same, so a budget decision made this year is still a budget decision in year three.
One thing to know before ordering: VPS and dedicated servers are provisioned to order the moment payment lands, so they sit outside the money-back window that covers shared, business, WordPress and WooCommerce hosting. Test the shape of the workload on something refundable first if you are unsure.
HostingFast is a trading name of Vitalcare at Home Ltd, registered in England and Wales, if you want the supplier check before anything long-lived goes on the box.

Commands, not adjectives
Every budget provider says dedicated resources. Almost none of them tell you which command proves it, because the command is one line and the answer is not always the one on the pricing page.
Already hosted somewhere slower? Migration is free, normally inside 24 hours, and the site keeps serving visitors the entire time.
- KVM confirmed with lscpu, not asserted in marketing
- Steal time watched in top before you trust the CPU
- DDoS filtering and uplink figures both published
- Renewal charged at the order rate
Why HostingFast
Standard on every plan
KVM, so the allocation is really yours
Hardware virtualisation with your own kernel — the reason free -h means something here rather than describing a shared pool.
The Spark VPS plan, flat rate
One predictable monthly figure, with the essentials included and no metered surprises on the invoice.
1 Tbps+ DDoS filtering as standard
Filtering in front of every server and a 20 Gbps uplink on the hypervisor, neither of them a chargeable extra.
No setup fee, deploys on payment
The server is built the moment the payment clears, which is also why VPS orders fall outside the refund window.
Console and rebuild from your panel
Recover from your own mistakes without a ticket — snapshots on demand and extra SSD disks added in seconds.
A company with a filing history
Vitalcare at Home Ltd, registered in England and Wales — the check worth running hardest at the cheap end.
Quick Start
From order to online
- 1
Run the four checks on first login
lscpu for the hypervisor, free -h for the memory, top for steal time, and dmesg for ballooning. Ten minutes, and it settles the honesty question permanently.
- 2
Measure the workload before choosing RAM
ps_mem on your stack locally, plus headroom for the page cache. 2 GB that is genuinely yours beats 4 GB promised to three tenants.
- 3
Watch for out-of-memory kills in week one
Grep dmesg for killed process. One entry tells you more about a budget provider than any benchmark page they publish.
Built In
Loaded onto every plan
- KVM virtualisation with full root access and your own kernel
- Twenty-four Linux and BSD images ready to deploy
- DDoS filtering rated above 1 Tbps in front of every server
- A 20 Gbps uplink on every hypervisor
- London or Dallas data centre, chosen at order time
- Snapshot backups on demand and extra SSD disks added in seconds
- Reboot, rebuild and console access from your own panel
- No setup fee — the server deploys the moment payment clears
- Renewal charged at the order rate, so year three costs what year one did
- VPS and dedicated are built to order and sit outside the money-back window
Frequently Asked
What people ask us most often
How do I prove a VPS is really KVM and not a container?
Run lscpu and read the hypervisor line. KVM is hardware virtualisation, which means your own kernel and a memory allocation that is genuinely yours. A container runtime shares one kernel between tenants, and that is the architecture behind burstable RAM and the out-of-memory kills that follow it.
What is steal time and where do I see it?
It is CPU your virtual machine asked for and did not receive because the physical host was busy elsewhere. The %st column in top reports it. An occasional flicker is normal; a persistently high figure is oversubscription, reported to you by your own kernel rather than by anyone's marketing.
What realistically runs inside 2 GB of RAM?
A LEMP stack under a modest site, a Node application with a small database, a VPN endpoint, a game server for a handful of friends, or most self-hosted tools. One comfortably, two if both stay light. Measure with ps_mem rather than guessing, and leave headroom for the page cache.
Where do the cheapest providers actually cut corners?
Four places, reliably: oversubscribed CPU, shared IPv4 pools, no DDoS filtering, and a desk whose diagnosis ends at the node answering a ping. Check all four before comparing monthly rates, because the entire price gap between providers is sitting in those four line items.
Keep reading
Web Hosting for Beginners
Where the same measuring habit starts, on a plan that costs a couple of pounds a month.
Hosting With Free Migration
Moving a live site without a gap in service, and what to measure on both sides of the switch.
How to Connect to a VPS with SSH
Key setup, the first connection and the errors that stop people on step one.
VPS Hosting
KVM virtual servers with full root access, DDoS filtering in front and no setup fee at any size.
AI Website Builder
Describe the site and the builder drafts it, on the same NVMe platform underneath.
Changing hosts? Run through our checklist first.
A straightforward sequence for a switch your visitors never feel: which files move first, how to shift email across without losing a single message, the right moment to repoint DNS, and the two mistakes behind almost all the downtime we get asked to rescue.
Cheap, and provably yours.
KVM with an allocation you can verify, DDoS filtering in front, no setup fee, and one flat monthly figure.
View VPS Hosting plans