Help Center / vps
Creating a VPS instance
Creating a VPS Instance
Deploy a new virtual private server in minutes. Follow this guide to get your VPS up and running.
Step 1: Choose Your Plan
- Go to the VPS page
- Compare plans based on:
- CPU cores - Processing power
- RAM - Memory for running applications
- Storage - SSD space for your data
- Bandwidth - Monthly data transfer
Step 2: Select Location
Choose a data center closest to your users:
- North America: New York, Los Angeles, Dallas
- Europe: Amsterdam, Frankfurt, London
- Asia Pacific: Singapore, Tokyo, Sydney
Step 3: Choose Operating System
Select from our supported images:
Linux
- Ubuntu 22.04 / 24.04 LTS
- Debian 11 / 12
- CentOS Stream 9
- Rocky Linux 9
- Fedora 39
Applications
- Docker
- WordPress
- Node.js
- LAMP Stack
Step 4: Configure Server
- Set a hostname for your server
- Add your SSH key (recommended) or use password
- Enable backups (optional but recommended)
- Configure firewall rules
- Add private networking if needed
Step 5: Deploy
- Review your configuration
- Click Create Server
- Deployment takes 30-60 seconds
- You'll receive the IP address and login credentials
After Deployment
- Connect via SSH:
ssh root@your-ip-address - Update the system:
apt update && apt upgrade - Configure your firewall
- Install your applications
Tips
- Start with a smaller plan and resize later
- Use SSH keys instead of passwords
- Enable automatic backups
- Set up monitoring alerts