Select Type
{{ type.name }}
Select Region
{{ region }}
Select Node
{{ node.name }}
{{ currentNodeTagline }}
Select Package
{{ package.name }}
{{ hasPackageStock(package) ? 'In Stock' : 'Out of Stock' }}
CPU {{ package.specs.cpu || '-' }} Core
|
Memory {{ package.specs.memory || '-' }} MB
Disk {{ package.specs.disk || '-' }} GB
|
Bandwidth {{ package.specs.bandwidth || '-' }} MB
Traffic/Month {{ package.specs.traffic || '-' }} GB
Overspeed Limit {{ package.specs.overspeed }} Mbps
{{ package.specs.ipv4 === 'shared' ? 'Shared IPv4' : 'IPv4 ' + (package.specs.ipv4 || '-') + ' ' }}
Price: {{ cartData.currency.prefix }}{{ formatPrice(package.prices.monthly) }}/Month {{ cartData.currency.prefix }}{{ formatPrice(package.prices.annually / 12) }}/Month
Select System
{{ system.name }}
{{ getSelectedVersion(system) || 'Select Version' }}
{{ version.name }} x64
Select Purchase Time
Purchase Period
1 Month
12 Months
Coupon {{ availablePromotions.length }} Available
Please select a package first
No coupons available for current package
Coupon applied Discounted {{ cartData.currency.prefix }}{{ formatPrice(currentPackage.prices[currentState.period] - discountedPrice) }}
Type: {{ currentState.type }}
Region: {{ currentState.region }}
Node: {{ currentNodeName }}
Package: {{ currentPackageName }}
CPU:
Core
RAM:
MB
Disk:
GB
Speed:
Mbps
Traffic:
GB
System {{ currentSystemFullName }}
Period {{ availablePeriods[currentState.period] }}
{{ totalPrice }}
Original {{ cartData.currency.prefix }}{{ formatPrice(discountedPrice) }} + Config {{ cartData.currency.prefix }}{{ formatPrice(configUpgradePrice) }}