Almost 10 years ago I purchased a Synology NAS for local storage and backups. I was really happy with the ease of use and their support is top notch. I got it set up and didn’t think much about it.
Fast forward and a deal on a used server comes around and all the sudden I have a lot to learn. Proxmox, TrueNas, Nginx Proxy Manager… a whole new world I had somehow never even thought about. The concept of virtual machines blew my mind. Spin up a machine, mess it up, tear it down, repeat. Kids wanted to host a Minecraft server. No problem, pterodactyl. But wait, pterodactyl wants to be installed in a machine that doesn’t have any other software installed. No problem, I got one of those! This is magic and I’m loving it.
I mostly lurk around here but thanks to everyone who posts because this place is a great source of knowledge and sarcasm and I appreciate both!
Welcome!
I'm glad you've found this. If you haven't given containers a try yet, that will be the next thing that will blow your mind. But all in due time
Been working into docker. Running nginx proxy manager, paperless-ngx, WireGuard, adguard, bitwarden, Jellyfin, and a couple others right now. Some run in a container on the NAS, a couple on a pi, and the rest on the server. Much more to learn…
Let’s say you do like me and configure multiple LXCs and VMs in Proxmox to keep your services segregated, and you want to run Docker services on all of them… Portainer (plus Portainer Agent on all the different hosts) lets you manage deployment across everything from one central UI. That plus Watchtower on all your hosts to keep all your containers fresh and up to date, and Pushover to send you push notifications as updates are happening… it’s pure magic.
I've been at this for over a decade and there's always more to learn! If you haven't checked out docker-compose yet, that's your next step. It allows you to script container setups :) I have 5 compose files based on categories (pirating, media servers, admin, etc...) and a shell script to launch them if I want to install them all, otherwise I just call the specific compose file. I can have all my apps up and running on a new server in about 10 minutes. Docker is awesome when it works well.
Can you elaborate on your user server hardware? I converted my 2012 desktop with TrueNAS and I've been but by the bug. I hoped to run a NixOS VM and my processor temps went instantly through the roof.
Enjoy. I would say with a home lab, try and plan things, what is it you want to host, what is the best hosting platform, vm, lxc, physical install etc etc. I say this because it should help stop the 'splatter' effect somewhat where you end up with all sorts of systems and installs all over the place. So I treat mine a bit like a work environment . Oh,.and don't forget backups !
A little late but if you are still hosting game servers I really recommend something a other than pterodactyl. When I was setting them up I found it the most obtuse to use and configure. Something simple to setup is PufferPanel and what I ended up settling on is CubeCoders AMP. Though AMP does cost money, it's also the best one I have used, easy to setup and configure, runs great and was a one time purchase. PufferPanel was great for Minecrafter servers though.
I do have cubecoders amp running as well. And, I agree, setup was easy and I have a bungee cord server running on there now. I don’t mind paying a reasonable one time price for well supported software. The only reason I am also trying pterodactyl is the integration with databases directly in the panel. I wanted to try a few addons for the Minecraft server and they require regis and sql. Still working on getting it all setup but I also read that database support is in the pipeline for Amp so I’m looking forward to that.