Look, I'll be honest. As an indie dev, I've burned through more VPS providers than I'd like to admit. Digital Ocean was great until the bills stacked up. AWS made me feel like I needed a PhD just to understand the pricing. Hetzner was solid, but then I stumbled onto netcup during one of those 3am "there has to be a better way" moments.
Six months in, and I'm still here. That alone should tell you something.
Use voucher code 36nc17585295810 to get €5 off your first order. Every euro counts when you're bootstrapping.

source from netcup's official documentation
The German Hosting Company That Doesn't Act German
Netcup is based in Germany, which immediately made me think: "Great, probably bureaucratic as hell." And yeah, the onboarding is... thorough. They want your ID, a utility bill, sometimes a selfie. It's the German way-they take security seriously, maybe a bit too seriously.
But here's the thing: once you're in, you're really in. The service just works. No surprise bills. No "oh by the way, we're shutting down your server because you forgot to check your email" nonsense (looking at you, certain providers).
What You Actually Get
Let me break down what matters. Running a VPS 1000 G12, that's their latest generation. Here's what I get for about €7.10/month:
| Spec | Value | Notes |
|---|---|---|
| CPU | 4 vCPU cores | AMD EPYC, dedicated |
| RAM | 8GB | DDR5 |
| Storage | 256GB | NVMe SSD |
| Traffic | 2 TB | within the last 24 hour |
| Network | Up to 2.5 Gbps | Consistently fast |
| Price | ~€7.10/month | Scales with usage |
Compare that to what you'd pay elsewhere. Go ahead, I'll wait.

The performance is... fine. Not mind-blowing, but solid. I've been running Coolify, Next.js apps, a PostgreSQL database, and Redis on the same box for months. No hiccups. Uptime sits around 99.9%, which for hobby projects and side hustles is more than enough.
The Real Talk: What People Actually Say
I spent way too much time reading reviews before committing. Here's what I found:
- People love the price-to-performance ratio. Like, genuinely love it.
- Network speed is consistently fast. One reviewer clocked 1.6 Gbps regularly.
- The ARM-based VPS options are dirt cheap and surprisingly capable.
- Once you're set up, the Server Control Panel (SCP) is actually pretty good.
- That verification process I mentioned? Some people bounce right off it.
- German company means German rules. Cancel your server? You're paying for another month minimum.
- Support is via tickets only, no live chat. Though when I needed help, they responded within hours.
One review stuck with me: "It's tempting to be jaded and think they're all the same, except for price. Netcup has competitive prices and excellent customer service." That pretty much sums it up.
The Pricing Thing Nobody Talks About
Here's where netcup gets weird (in a good way). They have "permanent low price" promises and a price-match policy. Who does that anymore?
Found a better deal elsewhere? Contact netcup before ordering and they'll beat the competitor's price by 10%. That's confidence.
Monthly billing starts around €3 for entry-level VPS. Root servers (basically VPS with dedicated cores) start under €12. And there's a 30-day money-back guarantee on most stuff. So yeah, low risk.
The catch? They require notice for cancellation. Miss it and you're stuck paying for another billing period. It's annoying, but honestly, if you're actually using the server, it won't matter.
Performance: The Numbers That Matter
I ran some benchmarks because, well, I'm that kind of nerd:
| Benchmark | Result | Rating |
|---|---|---|
| Geekbench 6 | Mid-range scores | ⭐⭐⭐⭐ |
| Disk I/O | ~500MB/s read/write | ⭐⭐⭐⭐ |
| Network Speed | Consistently >1Gbps | ⭐⭐⭐⭐⭐ |
| Uptime | 99.9% | ⭐⭐⭐⭐⭐ |
Is it Hetzner-level performance? No. But it's also €4 cheaper per month. For most indie projects, the difference is negligible.
The New Firewall Feature (This Is Big)
Okay, here's where it gets interesting. As of December 9, 2025, netcup rolled out a free network-level firewall for all Generation 12 servers (and they're gradually adding it to older ones). Originally announced here.
netcup now offers a stateful firewall at the network level free of charge. Configure up to 500 rules per server via the Server Control Panel or API. Available for all G12+ servers starting December 9, 2025.
Why this matters: it's an additional layer before traffic even hits your VPS. So if you mess up your internal firewall config (we've all been there), or if Docker decides to expose ports you didn't want exposed, this catches it.

How It Works
The firewall is policy-based. You create rules for:
- Ingress (incoming traffic)
- Egress (outgoing traffic)
- Specific ports, IP ranges, protocols
It's stateful, meaning it remembers connections from your server and automatically allows return traffic. Smart.
By default, new servers allow all traffic except outgoing email (port 25 blocked to prevent spam). You can then lock it down as needed.
What About Support?
Netcup’s support is mainly ticket-based via the Customer Control Panel (CCP). That’s where you open and track everything. In my experience, replies usually come within a few hours on business days, sometimes same day, sometimes closer to 24h.
They also offer phone support (Mon–Fri, 9am–5pm CET) in English and German, but it’s not 24/7. For real emergencies like outages, there’s a special emergency hotline outside normal hours.
Overall, it’s a bit of a mixed bag: decent and professional most of the time, but some tickets (billing/abuse) can be slow.
The community forum is actually very useful. I often find answers there faster than opening a ticket.
The Indie Dev Reality Check
Here's the honest truth: netcup isn't the slickest operation. The UI isn't as polished as Vercel or Railway. The onboarding is clunky. The payment system feels stuck in 2015.
But you know what? For €6/month, I get:
- ✅ A reliable server that just runs
- ✅ Enough resources to host multiple projects
- ✅ A new firewall layer I didn't have to pay for
- ✅ Predictable billing with no surprise charges
Is it perfect? No. Would I recommend it to someone building the next unicorn? Probably not. But for side projects, experiments, and indie ventures where every euro counts? Absolutely.
The Migration Was Smoother Than Expected
I moved three projects from Digital Ocean over a weekend. Here's what worked:
Snapshot your current setup
Always, always backup before migration. Use your current provider's snapshot feature or create manual backups of your databases and files. Better safe than sorry.
Spin up a netcup VPS
After verification (which took about 2 hours for me), the VPS was ready in 30 minutes. Choose your data center location wisely you can't change it later without recreating the server.
Install your stack
I used Docker, so this was quick. Install Docker, docker-compose, and pull your images. If you're using Coolify like me, follow their installation script. It's straightforward.
Migrate data
rsync is your friend here. For databases, I used pg_dump for PostgreSQL. Test the restore on the new server before cutting over. Redis data I just let rebuild naturally.
Update DNS
CloudFlare makes this painless. Change your A records to point to the new server IP. Enable proxying if you want CloudFlare's protection layer.
Test everything
Seriously, don't skip this. Hit every endpoint, check your database connections, verify SSL certificates. Spend an hour clicking around.
Total downtime: about 15 minutes during DNS propagation. No drama, no panic.
The Bottom Line
Netcup isn’t for everyone. If you’re looking for white-glove support, one-click everything, and a super polished UI, you’ll probably be happier elsewhere.
But if you’re an indie dev who:
- Wants reliable infrastructure without paying a premium
- Is fine with a bit of DIY and reading docs
- Cares more about predictable pricing than fancy dashboards
- Prefers control over convenience
Then netcup is absolutely worth considering.
After a few months of using it, my projects are stable, costs are under control, and I’m not constantly worrying about surprise bills. For me, that’s exactly what I want from a hosting provider.
You can also try one of these voucher codes for VPS 1000 G12 1M discount:
- 5799nc17697964080
- 5799nc17697964081
- 5799nc17697964082
- 5799nc17697964083
- 5799nc17697964084
Or you can also try one of these voucher codes for RS 1000 G12 2M:
- 5159nc17697978670
- 5159nc17697978671
- 5159nc17697978672
- 5159nc17697978673
- 5159nc17697978674
This post contains an affiliate link to netcup. If you sign up through it, I may earn a small commission at no extra cost to you. I only recommend services I actually use this VPS literally hosts the site you’re reading right now.