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






Virtual Server Plans
Standard I
Starting At € 4,20/month- 1 vCores
- 2 GB DDR4 RAM
- 20 GB storage
- 1 Gbps network speed
- DDoS protection included
Standard II
Starting At € 8,40/month- 2 vCores
- 4 GB DDR4 RAM
- 50 GB storage
- 1 Gbps network speed
- DDoS protection included
Standard III
Starting At € 16,10/month- 4 vCores
- 8 GB DDR4 RAM
- 100 GB storage
- 1 Gbps network speed
- DDoS protection included
Standard IV
Starting At € 22,40/month- 6 vCores
- 12 GB DDR4 RAM
- 120 GB storage
- 2 Gbps network speed
- DDoS protection included
Standard V
Starting At € 32,20/month- 8 vCores
- 16 GB DDR4 RAM
- 200 GB storage
- 2 Gbps network speed
- DDoS protection included
Standard VI
Starting At € 46,20/month- 12 vCores
- 24 GB DDR4 RAM
- 250 GB storage
- 5 Gbps network speed
- DDoS protection included
Standard MAX
Starting At € 61,60/month- 16 vCores
- 32 GB DDR4 RAM
- 300 GB storage
- 10 Gbps network speed
- DDoS protection included

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
*Monthly amount is an estimate and may vary a small amount.
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 documentation2
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