
I currently have a Minecraft server running for my needs on an i7 4770 server with 16GB of DDR3 RAM. The performance is good enough for a cheap server, but with energy costs rising, it pains me to leave this PC running 24/7 (even when no one is connected to the server). That's where this idea came from: running a Minecraft lobby server on my mini PC with an Intel N100 which consumes almost nothing compared to the i7. When a player connects, the lobby server should be able to wake up the more powerful i7 PC, which consumes more energy but has better performance, to make the survival server available. The N100 will only run the lobby server, where players will connect, and as soon as they do, a script will wake up the i7 PC via Wake-on-LAN, which will then open the connection to the Minecraft survival server.
I want these services to run in a VLAN separate from my main network. Since my Minecraft server is accessible to the world, I want to ensure that even if it gets compromised, I have time to detect it before an attacker can do any real harm. For this reason, I will place both machines in a VLAN separate from my private network. I will apply necessary updates as soon as possible (or even set them to automatic, though I'm not sure yet). Additionally, I will set up extensive logging with a Wazuh server, firewall, Grafana statistics, and alerts to properly monitor both machines. Everything will be fully containerized with Docker.