Skip to content
WebsitePanelStatus
NolayDocumentation
WebsitePanelStatus
SectionsGetting started: What is a VPS
Getting started
  • Section overview
  • What is Nolay
  • What is a VPS
  • Server requirements
  • Connecting a server
  • First project
Guides
  • Section overview
  • Domains and HTTPS
  • Secrets
  • Tunnel behind NAT
Concepts
  • Section overview
  • What is stored where
Reference
  • Section overview
  • Error codes
  • nolay.toml
Security
  • Section overview
Migration
  • Section overview
Troubleshooting
  • Section overview
Changelog
  • Section overview
Getting started
  • Section overview
  • What is Nolay
  • What is a VPS
  • Server requirements
  • Connecting a server
  • First project
Guides
  • Section overview
  • Domains and HTTPS
  • Secrets
  • Tunnel behind NAT
Concepts
  • Section overview
  • What is stored where
Reference
  • Section overview
  • Error codes
  • nolay.toml
Security
  • Section overview
Migration
  • Section overview
Troubleshooting
  • Section overview
Changelog
  • Section overview
  1. Documentation
  2. Getting started
  3. What is a VPS

What is a VPS and where to get one

Which server to rent for Nolay, how to pick a plan and what to get from the hosting provider.

Markdown

A VPS (virtual private server) is a virtual server in a hosting provider's data centre. It runs around the clock, has its own internet address, and you manage it like a regular Linux computer. Nolay runs your projects on it.

You rent the server, and the contract is between you and the provider. Nolay does not sell or resell servers, so you can pick any provider and switch at any time.

Which server to pick

ParameterWhat to choose
OSUbuntu 24.04 LTS. Ubuntu 22.04 and newer, Debian 12 and newer also work
CPUx86_64 (usually called AMD64 or Intel), 1 vCPU or more
Memoryfrom 1 GB; 2 GB is better for Next.js builds and several projects
Diskfrom 20 GB SSD or NVMe: project images take space
Addressa public IPv4, otherwise you need the tunnel
Accessroot over SSH or a user with sudo

The server should be clean: no other hosting panel (Coolify, Plesk, cPanel, ISPmanager) and no web server on ports 80 and 443. The installer checks this and stops if the ports are taken.

Where to get one

Any provider that rents VPS with Ubuntu or Debian works: Hetzner, DigitalOcean, Timeweb Cloud, Selectel, REG.RU and others. We are not affiliated with any of them and get no commission. Compare the price of a 1 or 2 GB plan, a data centre close to your users and how fast the provider's support answers.

How to order

  1. Sign up with the provider and pick a VPS plan from the table above.
  2. Choose the Ubuntu 24.04 system image. Skip images with panels or bundled “apps”.
  3. If the provider offers to add an SSH key, add it: key login is safer than a password.
  4. Once created, the provider shows the server IP address and the root password or user name. Save them.

Check the access

On your computer, run this in a terminal with your server address:

ssh root@203.0.113.10

If the login works, you see the server's command prompt. On Windows, ssh is available in PowerShell and Windows Terminal.

Next

Check the server requirements and go on to connecting the server.

PreviousWhat is NolayNextServer requirements

On this page

  • Which server to pick
  • Where to get one
  • How to order
  • Check the access
  • Next
Updated 2026-09-23
Nolay

Nolay documentation: connecting your own server, deploys, domains, secrets.

Documentation

Getting startedReferenceChangelogllms.txt for AI

Product

WebsitePanelStatus
Nolay