
How to Create Your First VPS on InterServer, Step by Step
Published on:
Reading time: 6 min
Topic: Technology
Author: Leandro Valencia
Guide to ordering your first KVM VPS on InterServer: account, slices, operating system, payment and first SSH login. Complements the review; doesn't repeat it.
Table of Contents
What you're asking for when you say "a VPS"
A KVM VPS is a virtual server with its own resources (CPU, RAM, disk) and root access. On InterServer you don't buy a "Business 4 GB plan" with a marketing name: you buy slices.
A slice, per the listing I used when writing the review, comes with 1 core, 2 GB of RAM, 40 GB SSD and 2 TB of transfer, from $3/month. You can go up to 16 slices without changing providers. Start at 1. Really.
The client panel is my.interserver.net. That's where the order, the IP, the shutdown and the console live.
Step by step
1. Create your InterServer account
Come in through the referral link and register the panel account. An email you actually check: the IP, the root password and the payment notices land there.
The VPS order is placed logged in. It's not a store's "pay as guest".
2. Choose KVM and your slices
In the Cloud / VPS menu (the exact item name changes with site redesigns; the product is KVM Linux if you're going for a Linux server).
On the form:
- Platform: KVM for Linux. Hyper-V shows up when the path is Windows.
- Slices: 1 for the first project. The RAM/disk summary updates on the fly.
- Don't order 8 slices "just in case". The Price Lock is an advantage; it's not an excuse to overprovision on day one.
If you run short later, the panel lets you add slices. A reboot is usually needed for the OS to see the new RAM: do it at a low-traffic hour.
3. Pick location and operating system
The form itself shows which platform is available in which data center. Don't copy a table from a year-old review: look at that table on order day. InterServer operates in the US (among others, Secaucus/New Jersey and Los Angeles). Pick the one the form offers you for KVM Linux that's reasonable for your users. From LATAM, the East Coast is usually this provider's default.
Operating system: Ubuntu LTS (22.04 or 24.04, whichever they offer) unless you have a religious reason otherwise. Debian if you already know it. Windows only if the software demands it — and check the minimum slice count, because it doesn't start at 1.
They'll ask you for a root password. Don't use password123. A password manager, 20+ characters, and store it outside your inbox. Later you can switch to SSH keys; on day one, just make it unguessable.
Hostname: the server's internal name (vps1, bot-prod). It's not your domain yet.
4. Pay and wait for provisioning
Review the order: slices, OS, location, monthly total. Accept the terms and pay. After approval, InterServer provisions. It's not instant like a PaaS, but it's not a "48-hour ticket" either: in practice it's usually ready in minutes.
When it's ready, the panel shows:
- Public IP
- the
rootuser (Linux) - the password you defined (or a temporary one; check the email)
Write down the IP and user in your password manager. The email gets lost; the server doesn't.
5. Log in via SSH and update
From your machine:
ssh root@YOUR_IP
The first time it asks you to confirm the host's fingerprint. If you can't get in: the panel has an emergency console/VNC; use it, don't reformat.
Once inside, the day-one minimum:
apt update && apt upgrade -y # on Ubuntu/Debian
passwd # if the password came by email, change it
That's "having a VPS". What comes next —firewall, a non-root user, fail2ban, Nginx, Docker, your domain's DNS— is another post and another day. If you install ten stacks today, tomorrow you won't remember which port you opened.
A useful same-day optional: add your public SSH key and disable password login once you've confirmed the key works. Don't disable the password before testing the key or you'll lock yourself out.
What this post doesn't cover (on purpose)
- Installing WordPress, n8n, or "the stack". Each deserves its own steps and backups.
- Migrating from another host: InterServer advertises assisted migration; open a ticket with support if you're coming with production sites, don't improvise an
scpat 2 a.m. - Comparing providers: that's in best cheap VPSs 2026.
Frequently asked questions
How many slices do I need to start?
One, for a first project. You scale later.
Linux or Windows?
Linux. Windows only if the software won't run on anything else.
Does the price go up at renewal?
InterServer's argument is the Price Lock. Confirm it on your order. Details in the review.
Does this replace Vercel or shared hosting?
Only if you need root and a 24/7 process. A static frontend is still happier on a PaaS.
In short
- Panel account, KVM order, 1 slice, Ubuntu LTS, a serious root password.
- The form's location table rules, not an old screenshot.
- SSH to the IP, update, and stop. An empty, updated server is a better day one than a panel full of demos.
- The Price Lock and the "why a VPS" are in the review; here it's just the paperwork.
If you've spent years asking a free tier for permission every time a bot needs to stay running, a 3-dollar VPS isn't Fortune 500 infrastructure. It's a machine of your own. This post is how to turn it on.
— Leandro Valencia
Step-by-step guide
Create your InterServer account
Sign up on the panel. The VPS order is placed logged in, not at an anonymous checkout.
Choose KVM and your slices
One slice (1 core, 2 GB, SSD disk) is enough for the first project. Start small.
Pick location and OS
Check the form's availability table. Ubuntu LTS is the reasonable default.
Pay and wait for provisioning
After payment, the VPS sits in the panel with IP and root password. Save them outside your inbox.
Log in via SSH and update
ssh root@IP, change the password, run the system update. That's 'having a server'.
Frequently asked questions
How many slices do I need to start?
For a site, a blog or a small app, 1 slice is usually enough: 1 core, 2 GB of RAM and 40 GB SSD, from about $3 a month. If it falls short, you add slices; there's no need to guess the final size on day one.
Linux or Windows?
Linux (Ubuntu, Debian, AlmaLinux, etc.) if you're doing web, Docker, bots or APIs. A Windows VPS exists, starts more expensive (InterServer asks for more than one slice) and makes sense if your workload is software that only runs there. Almost everyone's first server is Ubuntu LTS.
Does the price go up at renewal?
InterServer sells with a Price Lock Guarantee: the price you accept when signing up is the one you pay later. It's the reason I chose it, and it's covered in the review. Confirm the current wording on your order; don't assume every add-on is included in the lock.
Does this replace Vercel or shared hosting?
Not automatically. A VPS gives you root and an IP. DNS, HTTPS, backups and firewall are on you. If you just want to deploy a static frontend, a PaaS is still less work. The VPS wins when you need a 24/7 process, a bot, a database, or to stop asking a free tier for permission.
Related Posts
Keep exploring similar content that may interest you

Why Having Your Own VPS Changes Everything with InterServer
Why I set up my first VPS with InterServer: full control, predictable performance and a locked price that never jumps at renewal, from $3 a month.

Best Cheap VPS Hosting in 2026 for Your Apps and Automations
A real-world comparison of cheap VPS hosting in 2026: verified prices, the renewal traps, and which server to pick based on what you're actually going to run.
10 open source AI repos that are changing how we code
A deep dive into 10 open source AI repositories: model gateways, agent environments, automatic diagrams, and Rust-based document conversion.
Partnerships
Tools I use every day, on better terms for this community.