Hosting Demo PWA

Documentation

Everything you need to know about our VPS hosting platform.

Quick Start Guide

1. Create an Account

Sign up and verify your email to get started with your first VPS.

Create Account →

2. Deploy Your First Server

Choose your configuration and deploy in under 55 seconds.

Deployment Guide →

3. Connect via SSH

Learn how to securely connect to your VPS using SSH.

SSH Guide →

4. Manage Your Server

Monitor resources, configure backups, and manage settings.

Management Guide →

Popular Topics

API Reference

View Full API Docs
#!/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"
  }'

Need Help?

Can't find what you're looking for? Our support team is here to help.

Contact Support