Everything you need to know about our VPS hosting platform.
Sign up and verify your email to get started with your first VPS.
Create Account →
Choose your configuration and deploy in under 55 seconds.
Deployment Guide →
Learn how to securely connect to your VPS using SSH.
SSH Guide →
Monitor resources, configure backups, and manage settings.
Management Guide →
#!/usr/bin/env bash
# Create a new VPS via Example API
API_TOKEN="YOUR_API_TOKEN"
curl -X POST "https://api.example.com/v1/vps" \
-H "Authorization: Bearer $API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "my-vps",
"region": "us-west-1",
"size": "small"
}'
Can't find what you're looking for? Our support team is here to help.
Contact Support