{{-- Header --}}

Most Popular Hosting Plans

Cheap and best Server Hosting provider in India

{{-- OS Toggle --}}
{{-- Pricing Cards --}}
@php $plans = [ 'linux' => [ [ 'name' => 'Shared Hosting', 'subtitle' => 'STARTING FROM', 'price' => 199, 'features' => [ '1 Website', '1 Cpanel account', '2 GB Storage', '5GB Bandwidth', '5 Email Accounts', '3 Sub Domains', '1 Mysql Database', ], 'buttonStyle' => 'primary', ], [ 'name' => 'Reseller Hosting', 'subtitle' => 'STARTING FROM', 'price' => 699, 'features' => [ 'Unlimited Websites', 'Unlimited Cpanel Accounts', '25 GB Storage', 'Unlimited Bandwidth', 'Unlimited Email Accounts', 'Unlimited Sub Domains', 'Unlimited Mysql Database', ], 'buttonStyle' => 'primary', ], [ 'name' => 'Cloud VPS', 'subtitle' => 'Best for Entrepreneurs', 'price' => 999, 'features' => [ '2 CPU Cores', '2 GB RAM', '30 GB Hard Disk-SSD', '1TB Bandwidth', '1 IP Addresses', 'Free CentOS WP-Cpanel', '99.9% Uptime Guarantee', ], 'buttonStyle' => 'primary', 'bestValue' => true, ], [ 'name' => 'Forex Server', 'subtitle' => 'STARTING FROM', 'price' => 1499, 'features' => [ '2 CPU Cores', '4 GB RAM', '50 GB Hard Disk-SSD', 'Intel Core i5-3470 4 Cores', '8 GB DDR5', '1 GBPS Bandwidth', '1 IP Address', '99.9% Uptime Guarantee', ], 'buttonStyle' => 'primary', ], ], 'windows' => [ [ 'name' => 'Shared Hosting', 'subtitle' => 'STARTING FROM', 'price' => 299, 'features' => [ '1 Website', '1 Plesk account', '3 GB Storage', '10GB Bandwidth', '10 Email Accounts', '5 Sub Domains', '1 MSSQL Database', ], 'buttonStyle' => 'primary', ], [ 'name' => 'Reseller Hosting', 'subtitle' => 'STARTING FROM', 'price' => 899, 'features' => [ 'Unlimited Websites', 'Unlimited Plesk Accounts', '35 GB Storage', 'Unlimited Bandwidth', 'Unlimited Email Accounts', 'Unlimited Sub Domains', 'Unlimited MSSQL Database', ], 'buttonStyle' => 'primary', ], [ 'name' => 'Cloud VPS', 'subtitle' => 'Best for Entrepreneurs', 'price' => 1299, 'features' => [ '2 CPU Cores', '3 GB RAM', '40 GB Hard Disk-SSD', '1.5TB Bandwidth', '1 IP Addresses', 'Free Windows Server', '99.9% Uptime Guarantee', ], 'buttonStyle' => 'primary', 'bestValue' => true, ], [ 'name' => 'Forex Server', 'subtitle' => 'STARTING FROM', 'price' => 1899, 'features' => [ '4 CPU Cores', '6 GB RAM', '75 GB Hard Disk-SSD', 'Intel Core i7-4770 4 Cores', '12 GB DDR5', '1 GBPS Bandwidth', '2 IP Addresses', '99.9% Uptime Guarantee', ], 'buttonStyle' => 'primary', ], ], ]; @endphp