Hello folks,
TLDR: What’s the best operating system, software & hardware for a NAS, VPN Server, Media Centre, Website Server, SQL Server?
I am looking to do an overhaul of my home network/lab. I am fairly new to this space and I am trying to do research with the goal of determining the OS, software and hardware required for my home server.
I am looking to building a series servers that serves the following purposes:
- Network Attached Storage (NAS)
- Would you personally use a HDD or a SSD? I’ve personally had bad experiences with HDDs so I have always refrained from them. I thought I’d ask and consider other people’s experience with using them with a NAS.
- I’d like to build my own NAS as opposed to buying a pre-built NAS. I thought about using FreeNAS.
- Virtual Private Network Server
- I thought about using OpenVPN, so the hardware would need to be able to run OpenVPN.
- Media Centre
- Any media center would do, although I thought about of just using Plex. The media would be saved in the NAS.
- Website Server
- For my professional career, I have built my own website and I’d like to host it on a home server.
- SQL Server
- The expectation for this server is to read relational database files (likely from the NAS), extract, load and transform, and export multiple CSV files and save in the NAS. This is to be done four times a day.
- I thought about using a Raspberry Pi for this, as I don’t require luxurious speed nor storage for this device. The idea of this server is simply to execute the entire ELT script and save files in the NAS.
- What Operating system would you recommend for this? I have the ETL script written in Pandas and SQL.
- The input files should be less than 30MB in size, and the output CSV file would be even smaller.
I am hesitant on making a decision on hardware and software because I do not know the extent that one-simple computer could handle a given server mentioned above.
In terms of use, three people (other than myself) would be using the NAS & the Media Center occasionally. The NAS would be used once a month, and the Media Centre would be used a handful of times a week.
I would be using all five purposes extensively, especially the NAS and the VPN Server.
What would you suggest would be the best hardware and software to use? I thought about using a Raspberry Pi as they are cheap and accessible, and I can handle the set up process. Although I am not sure if one Raspberry Pi would do, would multiple be required given the type of use? How many would you use to set up this?
As well, I do not know the possible traffic my website may receive although I do not expect much as the website is only as a more personalized version LinkedIn/GitHub that will be sent out to company recruiters. 60 website visitors/month would be sufficient. I know the security implications of hosting a website, so I think I will port forward to a Rapsberry Pi in a DMZ of my router. The other servers will remain inside my local network.
I thought about is running a Type 1 Hypervisor, and run a few VMs for some sort of permutation of the servers mentioned above. For example, run a VM using FreeNAS for the NAS server, another VM running Ubuntu for OpenVPN and Plex, another VM running Windows Server for the SQL server etc.
______________
EDIT: I just found out that FreeVPN has a Media Center function. So scratch the Plex/Media Centre server requirement.
_______________
Could someone please share their thoughts on this? I am especially lost on how to be set up the SQL server as I’d like the server to run a ELT script every few hours. I have minor experience with SQL servers, most of my experience with SQL has been programming with the language.
I have no idea what this would cost, although I would like the VPN, NAS and Media Centre reasonably fast to the point it is not annoying to be used. Everything else do not need speed nor big processing power.
Any suggestions are highly appreciated. My apologies for the lengthy post.
Thank you!