VPS Hosting Guide

Set up your virtual private server

1

Choose your OS

Available images: Ubuntu 22.04/24.04, Debian 12, CentOS Stream 9, AlmaLinux 9, Windows Server 2022. Select during checkout or reinstall later in the panel.

2

SSH access

Connect as root with the credentials emailed after provisioning. We recommend adding your SSH public key immediately.

ssh-keygen -t ed25519 -C "yourkey"
ssh-copy-id root@YOUR_IP
3

Firewall setup

Use the dashboard firewall or configure UFW directly on the server to restrict access to only the ports you need.

ufw allow 22/tcp && ufw allow 80/tcp && ufw enable
4

Snapshots & backups

Enable automated daily snapshots in Dashboard → My VPS → Snapshots. Snapshots are stored for 7 days and can be restored in one click.

5

Scaling resources

Upgrade CPU, RAM, or storage at any time without data loss. Downtime during an upgrade is typically under 60 seconds.

← All articles