Powerful virtual server deployed in minutes trough our custom designed dashboard or with our API. Starting at just €0,0047/hour.Get started today!

Simple yet Powerful Control

Control your virtual server from a powerful dashboard where you have fine control with all the features you'd expect.

The overview page of a virtual server

Virtual Server Plans

Our standard virtual servers run on AMD Epyc MILAN CPUs which clock to 3.7GHz. These servers are perfect for running general purpose applications like websites, databases and more.

Standard I

Starting At € 4,20/month
  • 1 vCores
  • 2 GB DDR4 RAM
  • 20 GB storage
  • 1 Gbps network speed
  • DDoS protection included
Order Now

Standard II

Starting At € 8,40/month
  • 2 vCores
  • 4 GB DDR4 RAM
  • 50 GB storage
  • 1 Gbps network speed
  • DDoS protection included
Order Now

Standard III

Starting At € 16,10/month
  • 4 vCores
  • 8 GB DDR4 RAM
  • 100 GB storage
  • 1 Gbps network speed
  • DDoS protection included
Order Now

Standard IV

Starting At € 22,40/month
  • 6 vCores
  • 12 GB DDR4 RAM
  • 120 GB storage
  • 2 Gbps network speed
  • DDoS protection included
Order Now

Standard V

Starting At € 32,20/month
  • 8 vCores
  • 16 GB DDR4 RAM
  • 200 GB storage
  • 2 Gbps network speed
  • DDoS protection included
Order Now

Standard VI

Starting At € 46,20/month
  • 12 vCores
  • 24 GB DDR4 RAM
  • 250 GB storage
  • 5 Gbps network speed
  • DDoS protection included
Order Now

Standard MAX

Starting At € 61,60/month
  • 16 vCores
  • 32 GB DDR4 RAM
  • 300 GB storage
  • 10 Gbps network speed
  • DDoS protection included
Order Now
The SpeedIX logo

Additional SpeedIX Connection

When running BGP on your server, you can request an extra SpeedIX peering connection in addition to your existing uplink. Besides peering with others you can order an additional Layer 2 VLAN to other data centers.

You must have at least one IPv4 /24 associated with your ASN.

Pay per hour

Stop paying for unused resources. Pay per hour and scale up or down when you need it.

Configure

€ 0,0115/hour (€ 8,40/month*)

*Monthly amount is an estimate and may vary a small amount.

Get started!

Deployed under a minute!

Create and deploy virtual servers under a minute with our dashboard or API. Checkout the video on the left to see how easy it is to deploy a virtual server.

Scale Automatically

Why upgrade or downgrade your server manually when you can do it automatically? Our API allows you to scale your server up or down in just one API call.

Visit the API documentation
1 <?php
2
3 $api = new DutchIS\Api('api-token', 'team-uuid');
4
5 $api->patch('/v1/virtualservers/{uuid}/specs', [
6 'cores' => 2
7 'memory' => 4
8 'network' => 1
9 'disk' => 50
10 ]);
11
12