LLUW is infrastructure-as-a-service done right. Standardised hardware in every location, full root control, and the networking features that serious operators demand.
Every NVMe Compute VM runs on AMD EPYC Milan (Zen 3) CPUs deployed in Dell EMC servers. 64 cores per socket, 8-channel DDR4 memory, and PCIe 4.0 give you headroom that older Intel-based infrastructure simply can't match.
Higher-tier plans mix dedicated and fair-share cores so you get guaranteed baseline performance with burst capacity when you need it.
Samsung enterprise NVMe SSDs in RAID 10 arrays deliver consistent sub-millisecond I/O. Ideal for databases, session stores, build caches, and any workload that's sensitive to disk latency.
High-capacity spinning disks in RAID 60 arrays with an NVMe caching layer. Built for cold data, backups, media libraries, and log archiving. Mount to a Compute VM via private VLAN for zero-cost internal transfer.
High-speed 40 GbE uplinks on both public and private interfaces. Burst capacity to saturate your bandwidth allocation without the port becoming the constraint.
Servers in the same location can communicate over a fully private layer-2 VLAN. Zero bandwidth charges on private traffic. Available when you have 2+ VMs in a location.
Enterprise DDoS mitigation is included on every server. Automatic scrubbing protects your services from volumetric attacks without any configuration on your part.
A fully routed /64 IPv6 block is assigned to every VM — no extra charge, no shared prefix. Configure your own addresses within the block as you see fit.
Bring your own IP blocks and announce them via BGP from your servers. Contact support to arrange a BGP session. Available at select locations.
Set custom PTR records for your IPv4 address directly from the control panel. Essential for mail servers and any service relying on rDNS lookups.
The LLUW panel is purpose-built for VPS management — not a generic open-source solution bolted on. Deploy servers, manage snapshots, open support tickets, and handle billing all from one clean interface.
Everything in the panel is available via a REST API. Automate provisioning, integrate deployments into your CI/CD pipeline, or build your own tooling on top.
curl -X POST https://api.lluw.io/v1/servers \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"plan": "nvme-4gb",
"location": "ams",
"os": "ubuntu-24",
"hostname": "my-server"
}'
| Feature | NVMe Compute VM | Storage VM |
|---|---|---|
| CPU | AMD EPYC Milan | Intel Xeon |
| Primary storage | Samsung NVMe SSD | Enterprise HDD + NVMe cache |
| RAID | RAID 10 | RAID 60 |
| Max storage | 200 GB | 10 TB |
| Max RAM | 64 GB DDR4 | 4 GB DDR4 |
| Max bandwidth | 15 TB/month | 25 TB/month |
| Locations | 16 global | 4 locations |
| KVM | ✓ | ✓ |
| Root access | ✓ | ✓ |
| Private VLAN | ✓ | ✓ |
| DDoS protection | ✓ | ✓ |
| Snapshots | ✓ | — |
| ISO upload | ✓ | ✓ |
| IPv6 /64 | ✓ | ✓ |
| Ideal for | Apps, DBs, CI/CD | Backups, cold storage, media |
Deploy your first server in under a minute. No credit card required to register.