Skip to content

Windows Server licensing on cheap VPS: how?

VPS Hosting by marcus_qc 26 replies 2.2K views
#11
kate3 said:
InterServer has been around forever

Yes,,,,, Twenty-five years of somehow making money while selling $6 shared hosting,,,,, The economics are mysterious like the dark forest,,,,,

But seriously they do own their building in Secaucus which is unusual for budget hosts,,,,, Most rent from ColoCrossing or Psychz and cry about power bills,,,,,

Still the $15 windows vps is probably a loss leader to get you onto their $50 dedicated server eventually,,,,, Or they hope you forget it exists and autopay for three years,,,,,

I would not worry about piracy raid on your specific box,,,,, Microsoft cares about Fortune 500 audits not some guy's .NET app,,,,, But the rearm risk is real if provider is sloppy,,,,,

#12

I had a $12 Windows VPS from some random provider in LA. Worked fine for 8 months then one day RDP shows "Windows is not genuine" and support ghosted me. Lost my game server save files. Never again.

Now I just use Linux VPS from CloudCone at $1.50 and run my stuff through Proton if I need Windows. Actually Proton is for games, I meant... whatever, you know what I mean.

#13
ronwit said:
Spla is too expensive for cheap vps man only big provider like CloudCone can afford properly

CloudCone is not big. They have one location, Los Angeles, and their pricing is aggressive because they lease space at QuadraNet. I would not assume their licensing is cleaner than InterServer's—they just have less forum attention.

The reliable indicator is transparency, not size. Linode, now Akamai, publishes their SPLA compliance. Most budget providers do not.

conbini > datacenter snacks
#14
kenji3 said:
CloudCone is not big

Actually they are pretty big in my osaka minecraft community!! Many servers run there because cheap and good ddos protection (´・ω・`)

But kenji3 is right about transparency,,,, I asked CloudCone support about SPLA before and they just said "all systems compliant" no partner ID nothing,,,,, Same opacity different logo

Actually I think all budget hosts are same soup different bowl,,,,,

instant noodles, instant deploys
#15
marcus_qc said:
SKU that starts with 004

004xx is Windows Server 2022 Standard. That part checks out. What matters more is the "Partial Product Key" and "License Status" lines. If it says "Notification" anywhere, that's evaluation or failed activation.

SPLA pricing I quoted was list. Actual negotiated rates vary, and providers buy Datacenter edition per host then subdivide. The math gets fuzzy but not impossible. Still suspicious at $15.

Run this for more detail:

slmgr /dlv

Look for "Description: Windows(R) Operating System, VOLUME_KMSCLIENT channel"—that is normal for SPLA. "RETAIL" or "OEM" on a VPS is wrong. "TIMEBASED_ACTIVATION" means evaluation.

#16

Alright ran that again. It says VOLUME_KMSCLIENT and the partial product key matches nothing I can find online, which I guess is good? No TIMEBASED anything.

Still feels like I'm trusting InterServer's word though. The partner ID they gave me checks out on Microsoft's site but that just means they're a partner, not that this specific VM is covered.

Honestly might just switch to Linux and run my .NET app through... what's the thing? Mono? Or .NET Core on Ubuntu? The app is pretty old though.

42U and still growing
#17

.NET Framework or .NET Core? Big difference. Core runs native on Linux. Framework needs Windows unless you like pain.

Check your app dependencies. If it's Framework 4.x, you're stuck with Windows or rewriting. If it's Core 3.1 or later, just deploy to Debian and be done with this licensing anxiety.

Mono exists but it's compatibility roulette. Would not recommend for production.

5 #18

I made a spreadsheet of this. InterServer $15 Windows vs DIY options:

  • InterServer: $15/mo, unknown license compliance, managed-ish — https://www.interserver.net/vps/
  • Azure spot instance: ~$15-30/mo but unpredictable eviction
  • AWS t3.micro Windows: ~$15/mo with free tier first year, then ~$30
  • Buy used server, colo in Vancouver: $500 hardware + $75/mo colo, break-even at month 20
  • Linux VPS + port: $3-5/mo if app compatible

The surprising winner for old .NET is sometimes just paying more for known-good. Your time has value.

#19

I run a Windows VPS from Hostinger in São Paulo for $26/mo. Never asked about SPLA, never checked. It works, I back up my stuff, if it breaks I move on.

This thread is too much worrying for a $15 server. Either it works or it doesn't. Microsoft is not sending police to Montreal.

5 #20
Elena said:
Microsoft is not sending police to Montreal

No, but Microsoft does audit SPLA providers, and providers caught non-compliant can terminate customer VMs with no notice. I've seen it happen—sudden "maintenance" that lasts until provider gets right with Microsoft.

The risk isn't legal, it's operational. Your .NET app goes down, your data is gone, your customers (even if just "not a business" customers) are angry.

Verify once, sleep later.

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft