Back to Home
Documentation
Documentation/Services/VPS Servers
VPS Hosting

VPS Servers

Virtual Private Servers with dedicated resources, full root access, and enterprise-grade security.

Why Choose VPS?

Dedicated Resources

Guaranteed CPU, RAM, and storage that's not shared with other users.

Full Root Access

Complete control over your server with root SSH access.

NVMe SSD Storage

Ultra-fast NVMe SSDs for maximum performance.

DDoS Protection

Enterprise-grade DDoS protection included on all VPS plans.

Multiple Data Centers

Choose from data centers in Paris, London, or Frankfurt.

99.9% Uptime SLA

Guaranteed uptime with automatic failover protection.

Available Plans

Bronze

4,000 FCFA/mo
  • 1 vCPU
  • 1 GB RAM
  • 32 GB NVMe
  • 1 TB Traffic
  • Root Access
  • IPv4 + IPv6

Silver

5,000 FCFA/mo
  • 2 vCPU
  • 2 GB RAM
  • 50 GB NVMe
  • 2 TB Traffic
  • Root Access
  • IPv4 + IPv6

Gold

7,500 FCFA/mo
  • 4 vCPU
  • 4 GB RAM
  • 100 GB NVMe
  • 4 TB Traffic
  • Root Access
  • IPv4 + IPv6

Platinum

15,000 FCFA/mo
  • 8 vCPU
  • 16 GB RAM
  • 200 GB NVMe
  • 10 TB Traffic
  • Root Access
  • IPv4 + IPv6
View All VPS Plans

Getting Started

1Choose Your Configuration

Select your preferred VPS tier, operating system, and data center location.

Operating Systems Available:

  • • Ubuntu 20.04 / 22.04 / 24.04 LTS
  • • Debian 10 / 11 / 12
  • • CentOS 7 / 8 Stream
  • • AlmaLinux 8 / 9
  • • Rocky Linux 8 / 9
  • • Windows Server 2019 / 2022 (additional fee)

2Set Root Password

Create a strong root password for your VPS (minimum 20 characters).

// Example configuration
{
  "tier": "Gold",
  "operatingSystem": "Ubuntu 22.04",
  "dataCenter": "Paris",
  "rootPassword": "YourSecurePassword123!@#"
}

3Connect via SSH

Once provisioned, connect to your VPS using SSH.

# Connect via SSH
ssh root@your-vps-ip

# Or using a specific port
ssh root@your-vps-ip -p 22

# For Windows Server (RDP)
mstsc /v:your-vps-ip

Server Management

Update Your System

# Ubuntu/Debian
sudo apt update && sudo apt upgrade -y

# CentOS/AlmaLinux
sudo yum update -y

Install Web Server

# Install Nginx
sudo apt install nginx -y

# Start and enable
sudo systemctl start nginx
sudo systemctl enable nginx

Setup Firewall

# Enable UFW firewall
sudo ufw allow 22/tcp
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw enable

Monitor Resources

# Check CPU/RAM usage
htop

# Check disk space
df -h

# Check network
iftop

API Integration

Manage your VPS servers programmatically using our API.

// Get all VPS servers
GET /api/user/vps

// Response
{
  "success": true,
  "data": [
    {
      "id": "vps-uuid",
      "tierName": "Gold",
      "vCpuCount": 4,
      "ramGB": 4,
      "storageGB": 100,
      "ipv4Address": "192.168.1.1",
      "dataCenter": "Paris",
      "operatingSystem": "Ubuntu 22.04",
      "serviceStatus": "active",
      "rootUsername": "root",
      "renewalDate": "2027-02-02T00:00:00.000Z"
    }
  ]
}

Best Practices

Use SSH Keys

Disable password authentication and use SSH keys for better security.

Regular Backups

Set up automated backups for your important data and configurations.

Keep Software Updated

Regularly update your OS and installed software to patch security vulnerabilities.

Monitor Resources

Keep an eye on CPU, RAM, and disk usage to prevent performance issues.

Need VPS Help?

Our technical team can help you with server setup, configuration, and optimization.

Get helpOrder VPS