# Gaming Servers Both gaming servers run on `copenhagen-a` — the off-site location in Copenhagen. It's a good fit: these services don't need the raw storage or horsepower of the London machines, and having them in Copenhagen gives them a separate network and power source. ## Minecraft A PaperMC server running in Docker (`marctv/minecraft-papermc-server`). PaperMC is a performance-focused Minecraft server fork. It's well-maintained and handles the plugin ecosystem cleanly. ## World of Warcraft — MaNGOS Zero A vanilla WoW server running as two systemd services: - `mangos-realmd` — the realm/authentication server - `mangos-world` — the world/game server MaNGOS Zero implements the original 1.12 vanilla WoW server. Running it as native systemd services rather than Docker keeps things simple — the MaNGOS project provides good Linux packaging support and systemd integration.