Learn

VPS: a rented slice of a server

A VPS (virtual private server) is a virtual machine you rent from a hosting provider: an isolated slice of a physical server, with its own operating system, that you control like a remote computer. It is the common way to put a public, always-on internet presence in front of a setup whose real work runs elsewhere.

At a glance

What it is
A rented virtual machine, your own isolated slice of a real server
Why use one
A stable public address and uptime without exposing your home network
Typical role here
Front door: web server and proxy in front of hardware at home
What it is not
A place to run a large model; it rarely has the right hardware
Flow

The VPS as a front door

Visitors reach the rented VPS. It serves the public site and quietly relays the heavy work to hardware at home, which never has to face the internet directly.

1
Visitor on the internet reaches a stable public address
2
VPS (rented, always on) web server and proxy live here
3
Hardware at home does the heavy work, stays off the open internet

What is a VPS?

A VPS (virtual private server) is a virtual machine you rent. A hosting provider runs a big physical server, slices it into isolated virtual machines, and rents you one. From your side it behaves like a remote computer with its own operating system: you log in, install what you want, and run it. The word private means your slice is walled off from the others on the same hardware. It is cheap, always on, and yours to rebuild whenever you like.

Why put a VPS in front of a home setup?

A machine at home usually sits behind a connection that was not built to host public services: its address can change, and exposing it invites the open internet straight onto your home network. A VPS solves both. It gives you a stable public address that stays reachable, and it acts as a front door, running the web server and proxy while the heavy work happens on hardware you keep at home.

The split is deliberate. The VPS is small and disposable, so it should not run a large model; it rarely has the memory or the accelerator for that. Its job is to be reachable and forgettable. The valuable, hard-to-replace work stays on your own hardware, off the open internet.

The small public box in front of this blog runs on FlokinetAffiliate link. You support sovgrid at no extra cost to you. See /support. , a host that takes Bitcoin and asks for no identity document, which keeps the front door as sovereign as the rest of the stack.

A VPS is good for

  • A stable public address that is always reachable
  • Running a web server, proxy, or small service
  • Keeping your home network's address off the public internet
  • Cheap, disposable infrastructure you can rebuild fast

A VPS is poor for

  • Running a large model; it lacks the memory and the accelerator
  • Storing data you would not want on someone else's machine
  • Heavy compute, where renting it adds up quickly
  • Anything you need full physical control over

Related terms

← All terms Reviewed: June 2026