Virtual Servers
Powerful virtual server deployed in minutes trough our custom designed dashboard or with our API. Starting at just €0,0047/hour.Simple yet Powerful Control
Control your virtual server from a powerful dashboard where you have fine control with all the features you'd expect.
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*)
Get started!*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 documentation1 <?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
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
Frequently asked questions
Have a different question and can't find the answer you're looking for? Reach out to our us by sending us an email and we'll get back to you as soon as we can.