Guide

How to deploy a VPS in under 60 seconds

This guide walks through deploying your first virtual server on Hostiger — from account creation to first SSH login. The whole process takes 3-5 minutes, and provisioning itself completes in under 60 seconds.

Estimated time: 5 minutes
Cost: from $15/mo
Updated: 2026-07-14
1

Create your Hostiger account

Head to clients.hostiger.com/register. You need an email address and a password. No credit card is required to sign up — the $5 launch credit is applied automatically.

2

Pick a VPS plan

From the client area, click Order → VPS Hosting. The Basic plan (1 vCPU, 4 GB RAM, 40 GB NVMe, 20 TB) starts at $15/mo — good for a first server. For lower prices, apply the coupon WELCOME at checkout for 25% off the first 6 months.

3

Choose a region

Hostiger runs 28 data-center regions. Pick the one closest to your users. Istanbul (IST1) is the flagship with the fullest 9-plan ladder. Amsterdam, Frankfurt, London, New York, Los Angeles, Singapore and Tokyo are all popular alternatives.

4

Select an operating system

Ubuntu 24.04 LTS is the default and works well for most workloads. Other options: Ubuntu 22.04, Debian 12, Rocky Linux 9, AlmaLinux 9, Windows Server 2022. All images are pre-hardened and get security updates automatically.

5

Complete payment

Pay with a Visa/MasterCard/Amex card, PayPal, wire transfer or crypto (Bitcoin, Ethereum, USDT). Once payment confirms, provisioning starts immediately.

6

Receive your credentials

Within 60 seconds you'll get an email containing: the VPS IPv4 address, root password, IPv6 /64 block (all regions except Istanbul) and a link to the web console. SSH in with ssh root@your-ipv4.

7

Change the root password

First thing after logging in, run passwd to set a new root password. Then add your public key to ~/.ssh/authorized_keys and disable password auth by editing /etc/ssh/sshd_config.

8

Update the system

Run apt update && apt upgrade -y (Ubuntu/Debian) or dnf update -y (Rocky/Alma). Then reboot if kernel updates were installed.

Ready to try it?

Deploy a Hostiger VPS in under 60 seconds and put this guide into action.

Deploy your VPS now