Software-defined networking with VPCs, floating IPs, and load balancers. Full isolation. Clear limits. No surprises.
L3 routed networks with full tenant isolation. East-west traffic stays inside VPC without NAT.
Free
Static public IPs bound to VM interface. Reassign via API in under 5 seconds. Survives VM reboot and live migration.
€3 mo per IPv4
Dedicated per-tenant L4/L7 load balancers. Not shared infrastructure. Health checks every 5s, failover in 10s.
€10 /mo
What happens when you create a network
Network creation request accepted, CIDR validated.
~100ms
Virtual network instantiated, routing table initialized.
~200ms
Subnet provisioned, DHCP range configured.
~150ms
Security groups and firewall rules enforced at hypervisor.
~100ms
VMs can attach. Traffic flows. Full isolation active.
~50ms
Bandwidth enforced per-VM at hypervisor level. No burst credits. No oversubscription.
Dev, staging, low-traffic apps
€0.95 GB/mo
Production, media, APIs
€7.88 GB/mo
CDN, video, high-throughput
€20.44 GB/mo
Quick guide based on your use case
APIs, web apps, SaaS, small to medium traffic.
Recommended:
baseline
From €0.95 /mo
File servers, media streaming, large file downloads.
Recommended:
standard
From €7.88 /mo
Video platforms, CDN origins, data transfers.
Recommended:
edge
From €20.44 /mo
Security groups applied at hypervisor level. Connection tracking. Default deny inbound.
Internal DNS for your VPC. Resolve VMs by name. Auto-registration on boot.
Attach multiple network interfaces per VM. Connect to different VPCs simultaneously.
Virtual routers between networks. Port forwarding, DNAT rules, custom routing tables.
Site-to-site VPN. Connect your office or datacenter to your VPC securely.
CDual-stack networking. IPv6 addresses available for VMs and floating IPs.
Connect your networks without extra fees. Internal traffic is free.
Full L2 isolation. Other tenants can't see or sniff your traffic.
Your VPC traffic stays private. No promiscuous mode across tenants.
Routes configured at platform level. Your VMs just work, no ip route commands needed.
Manage networks from your terminal
$ scli network create --cidr 10.0.0.0/16 --name production
Creating network production...
ID: net-k8m2x9p4
CIDR: 10.0.0.0/16
Status: active
$ scli subnet create --network net-k8m2x9p4 --cidr 10.0.1.0/24 --name web
Creating subnet web...
ID: sub-a1b2c3d4
Gateway: 10.0.1.1
DHCP: 10.0.1.10 - 10.0.1.250
$ scli floating-ip create --type ipv4
Allocating IPv4...
ID: fip-x7k2m9p4
Address: 185.199.XX.XX
$ scli floating-ip attach fip-x7k2m9p4 --vm vm-a1b2c3d4
Attaching to vm-a1b2c3d4...
Status: attached (2.3s)
Create VPCs, floating IPs, and load balancers in under a minute.
No credit card required.