108

I'm a Windows guy since forever and I recently got into selfhosting. So far its a blast! Are posts about that welcome here?

(page 2) 50 comments
sorted by: hot top new old
[-] popekingjoe@lemmy.world 4 points 2 months ago

My homelab is a mishmash of Windows and Linux machines. The primary game server is Windows and the rest others are Linux.

[-] lyralycan@sh.itjust.works 3 points 2 months ago

I was at this point for a while, believing gaming on Linux wasn't up to par, until I discovered that Linux has a decent translation layer (Proton/Wine) that means even though the vast majority of Steam games are Windows only, Steam or other launchers like Heroic just run them in a container, and from my experience none of my games have had issues. This has only improved massively over the years.

[-] popekingjoe@lemmy.world 1 points 2 months ago

Oh don't misunderstand. I run Linux on my personal machines. Arch on desktop and Cachy on laptop. My game server is only Windows because the Linux Palworld server software would just not recognize the server files from the Windows machine and I eventually just gave up trying to transfer. We are endgame and unless everyone decides to start a new server with 1.0, it'll remain that way for the foreseeable future.

[-] GatesMcBalmer@lemmy.world 3 points 2 months ago

That's so cool! Have you ever tried a BSD?

[-] popekingjoe@lemmy.world 2 points 2 months ago

I've experimented with OpenBSD in the past, but it was back when I was solely a Windows kid before embracing and clicking with Linux. It just never really meshed with me.

[-] GatesMcBalmer@lemmy.world 2 points 2 months ago

Windows is what I already but I'm also curious to learn linux and bsd at some point.

[-] 51dusty@lemmy.world 4 points 2 months ago

I self hosted windows for many years, mostly because that is what I used at work. I liked it because it hid some of the low level details and worked most of the time.

The thing that finally made me switch was the exorbitant cost of licenses and the need to run services on older hardware.

DM me if you want some keys. I have a few copies of win10 and winIOT laying around that I'm not going to use.

[-] cerebralhawks@lemmy.dbzer0.com 3 points 2 months ago

I self-hosted Plex and Jellyfin on Windows. It's fine. But as others have said, Windows machines tend to be too power-hungry. Honestly I think that's more a symptom of x86-64. Changing the OS from Windows to Linux does not magically change the power needs of the hardware. (However, Linux tends to demand less of the hardware, especially if there's no GUI.)

I now self-host Plex on a Mac mini (M2 Pro, 16GB RAM/512GB SSD). M2 Pro in Intel speak is like i5 as in, it's the "next one up" and "good enough for most people" but not the low entry into the platform (M# base or i3), though I'd say M4/M5 base is better than M2 Pro. Just like going 2-3 generations newer, the i3 gets closer to and may surpass an older i5.

There's a reason self-hosters prefer Linux, but I'd think it would be more about the hardware than the software. Windows is problematic because you're opening ports and Windows is a target due to its massive market share. Mac is kinda (/sorta /not really) UNIX based, and Linux is, well, it's Linux; neither is bulletproof, but both are better than Windows because they're not really being targeted. That said, the MacBook Neo and Mac Mini going for $500 if you're a student, $600 otherwise is getting a lot of people sick of Microslop's BS to switch, and the Neo in particular is forcing the PC market to get competitive as macOS market share is rising — this also makes it more of a target. You're always at some risk online and a little common sense goes a long way.

[-] AlfalFaFail@lemmy.ml 3 points 2 months ago

I self host on windows. It just happened to be what I had on the box. Then I got started with docker. So that was great. When I have the time, I hope to switch to unraid, but need the time to be open enough to deal with the problem that will arise in getting the system set up just right.

[-] s38b35M5@lemmy.world 3 points 2 months ago* (last edited 2 months ago)

Many of us started running Windows Server and endpoints, but in my case, the cost and substandard tools turned me away. I was running A DLNA server and using WDS (yes, very overkill for home, but fun to learn for work), but then I found TrueNAS (then called FreeNAS) running on BSD. I now run a simple share from there and Kodi on my (Linux and Android) user endpoints. I don't bother with imaging anymore, and use dd for backups to my NAS. My Firewall runs OPNSense (BSD) and I run OpenWRT on two TrendNet WAPs.

I'll never go back to MS. It's just not a welcoming platform from my perspective. Don't even get me started on .NET or the various and sundry "redistributables" constantly required by every tool you try to use.

[-] Serinus@lemmy.world 3 points 2 months ago

dotnet is pretty great, runs great on Linux, and you can ship your executable without a need for an external framework if you want.

Dotnet is also open source, a strongly typed language, a large standard library so it doesn't have the problems of npm, has great performance and is all around the best language out there imo.

Use rust if you need to be closer to the metal, but that's rare.

[-] s38b35M5@lemmy.world 1 points 2 months ago

Maybe now. .NET wasn't always open, used to be Windows-only, was buggy, version-dependent (but not as bad as the jre could be; true), and had (still has) poor resource-management. I think you're talking about .NETCore.

That said, I wasn't commenting on the code viability (I'm not a professional developer) so much as the support overhead required (back when I worked support) for the different versions of .NET, especially when MS stopped including v3.5 in Windows except by using "features and programs" or downloading and installing it manually.

[-] Serinus@lemmy.world 1 points 2 months ago

Yeah, that's pretty dated. There's one flavor of dotnet (more or less) that runs on everything, and it's about as efficient as anything with a garbage collector can be.

There are hairs that could be split in there, such as the release cadence, hosting bundle vs desktop runtime, but that's all much simpler than it used to be. You generally know if you want to run a desktop app vs a webserver.

[-] Blue_Morpho@lemmy.world 1 points 2 months ago

Don’t even get me started on .NET or the various and sundry “redistributables” constantly required by every tool you try to use.

It's absurd but Linux is far worse. Instead of addressing library bloat and versioning we have Docker which just throws EVERYTHING into a bag and makes you download an entire OS environment space to run one app.

[-] s38b35M5@lemmy.world 2 points 2 months ago

That's not Linux, though; that's docker.

load more comments (1 replies)
[-] captcha_incorrect@lemmy.world 2 points 2 months ago

And that is perfect. Instead of setting up one VM for each service and manually updating all dependencies, I’d much rather use that very handy bag with everything in it.

load more comments (2 replies)
[-] Jayb151@lemmy.world 3 points 2 months ago

They better be! I've got a mix of proxmox running Windows and Linux machines, as well as a bare metal Windows machine for streaming gaming, as wells as Linux laptops to access all this.

... My only shame is using Windows server to host my DHCP server.

[-] a_postmodern_hat@lemmy.world 3 points 2 months ago

100% there is room for Windows self hosters. Welcome. May your self hosting be productive, secure and fun.

[-] keyez@lemmy.world 2 points 2 months ago

I started out self hosting with windows server 2012 because my school was a Microsoft and Cisco partner but mostly ran Linux VMs on it using hardware raid. Ran bitwarden, Plex and a wiki plus a VM with a bunch of docker containers. Ran that for about 3 years and now have been on Unraid for 6 or so years and loving it.

[-] gblues@lemmy.zip 2 points 2 months ago

I guess everyone is welcome, from windows to people doing it on OSes they made themselves!

[-] early_riser@lemmy.world 2 points 2 months ago* (last edited 2 months ago)

Are you hosting on win server? I'm genuinely curious, not trying to shill Linux though I prefer it on the server side, believe me I've been on the receiving end of that for desktop Linux. How do you manage it? Do you have your home LAN set up as an active directory domain? Do you use mostly Powershell or the GUI? What do you have running on it? It just seems like everything on the server side assumes you're using Linux and the only stuff that runs on Win server is stuff made by Microsoft like MS SQL server or IIS.

load more comments (3 replies)
[-] GalacticSushi@piefed.blahaj.zone 2 points 2 months ago

You will not find many people who willingly work with Windows servers, there is a reason for this. That being said, one point of self hosting is that you can do everything the way you want. So you do you.

[-] Decronym@lemmy.decronym.xyz 1 points 2 months ago* (last edited 1 month ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
DHCP Dynamic Host Configuration Protocol, automates assignment of IPs when connecting to a network
ESXi VMWare virtual machine hypervisor
NAS Network-Attached Storage
Plex Brand of media server package
SSD Solid State Drive mass storage
SSH Secure Shell for remote terminal access

6 acronyms in this thread; the most compressed thread commented on today has 3 acronyms.

[Thread #12 for this comm, first seen 14th Jun 2026, 12:30] [FAQ] [Full list] [Contact] [Source code]

[-] wltr@discuss.tchncs.de 1 points 2 months ago* (last edited 2 months ago)

While I have no respect for Windows people, it’s interesting to read through their failures. Yeah, do Windows instead of spending bits of your time to make an effort at learning something new.

I mean it, in a non-sarcastic way. You can start with Windows, and if you won’t give up on this hobby, I bet you’d come to some open source system instead at some point. After all, the entire self-hosting point is not in ditching Windows, but ditching proprietary thing corporations lure people to use, to farm their data and money too. And attention, not the least thing. It’s just that Windows is precisely the very thing a self-hoster would despise.

Having one to boot into ‘launch that game’ mode makes sense to some, but running it to run some services 24/7, makes little sense, if at all.

[-] talkingpumpkin@lemmy.world 1 points 2 months ago

Sure thing!

(also, please do post about it when you eventually decide to switch to linux)

[-] InternetCitizen2@lemmy.world 1 points 2 months ago

I don't see why not.

[-] mvirts@lemmy.world 1 points 2 months ago

Windows hacking is just as fun as anything else, sometimes it's even more rewarding just because you made it work on windows! My favorite is replacing the windows shell... Haven't done that since 7 though :(

[-] nevetsg@aussie.zone 1 points 2 months ago

My host OS is Windows Server 2022 because I Prefer it, HyperV works, Windows Backup works, and the drivers work. I then run a Linux VM for Docker and a few other VM's for silly things. If I break a VM I can have it restored in a few clicks. I tried to use Proxmox as the host OS but it would kill itself every 6 months. It was a good learning experience but it would take a Lot of convincing to try it again.

load more comments (3 replies)
load more comments
view more: ‹ prev next ›
this post was submitted on 14 Jun 2026
108 points (86.0% liked)

Selfhosted

61734 readers
670 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS