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.
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
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
- Sign up with the provider and pick a VPS plan from the table above.
- Choose the Ubuntu 24.04 system image. Skip images with panels or bundled “apps”.
- If the provider offers to add an SSH key, add it: key login is safer than a password.
- 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:
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.

