Install docker for windows containers and play around and see what you can get running? I ran pretty much all the same containers as I do on linux when I was using windows server. 1GB of RAM is going to be the big limiting factor.
Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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.
-
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:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I have little experience with windows (web)servers and more with linux.
I have no idea why someone would want to set-up or manage a windows server. It's just pain if you previously did it with linux. Everything sucks. Where to find log messages, how to upgrade a php version and get that used by the webserver, backup, maintenance, how to write short and useful scripts for maintenance, the mixture of config files and lack thereof, and it needs double the resources.
I wouldn't do it in my spare time. I'd rather work on a way to get that OS in that VPS replaced... (My personal oppinion.)
Yes, that's also my feeling at the moment. Not an option to move to Linux unfortunately (it's a Microsoft offering for academic staff). I was hoping for some fun suggestions, If nothing comes to mind it will just become the backup server of the backup server or just stay off and save electricity.
lol. they're trying to lure you in. this server is bait.
In my experience, there’s a reason most things on the internet are not hosted on windows.
That said, you’ll want to look at IIS as a starting point.
Honestly, I think you’d be better served learning/understanding docker and just get that up and running in windows to host stuff instead. Managing windows hosting is a bizarre mix of hoping between quasi gui property windows and control panels.
Just bear in mind that microsoft.com is hosted on Linux. If Microsoft don't host their own website on IIS, why would anyone else?
Yeah exactly. Also: there’s more Linux on Azure than windows, and AWS hosts more windows than all of Azure.
protip: if you have RDP open, you WILL get hacked.
Is it that bad? I mean, I am not much concerned myself as I would not leave the port open to anything but a small IP range, but I thought that the protocol was fine once a random long password is used.
No, use a VPN to connect to the server, then connect to RDP inside the VPN.
I would always recommend this, no matter what! Same with SSH, just keep this closed to the outside world!