Latest article
Read More

How to Host a Minecraft Server on a Linux VPS or Dedicated Server
Hosting your own Minecraft server means the world your friends play in runs on hardware you control: no slot caps, no plugin restrictions, no per-player pricing. This guide walks the path on a Linux VPS or dedicated server, from sizing the machine and choosing between vanilla, Paper, Fabric and NeoForge to installing Java 25 and writing a systemd unit that survives reboots. It also covers JVM sizing with Aikar's flags, the firewall rule and SRV record that let players in, whitelisting, backups, safe updating, and Bedrock crossplay through Geyser and Floodgate.
Recommended articles
Read all

Game Server Performance: Bare Metal vs Virtual Machines
Bare metal wins on the two numbers that decide whether a game server feels good: worst-case tick time and worst-case latency. A single-tenant VM on hardware you control gets close. An oversold multi-tenant VPS is where fixed-tick simulation falls apart, because a vCPU scheduled a few milliseconds late is a missed tick every player sees as rubber-banding. This guide covers what a hypervisor adds to a tick loop, why the 95th-percentile tick time matters more than average throughput, how to measure steal time and MSPT on your own server, and when a VM is still the right call.
Game Servers
Read more

NetworkManager Crash Course: nmcli and Keyfiles for RHEL Servers
NetworkManager is the daemon that configures the network on every RHEL-family server, and since RHEL dropped the old network-scripts it is the only supported way to do it. This crash course runs it the way a dedicated server uses it: headless, static, over SSH, with nmcli and keyfiles instead of a desktop applet. You will learn the device-and-profile model that clears up most nmcli confusion, a full static IPv4 and IPv6 setup you can paste and adapt, where profiles live on disk across RHEL 8, 9, and 10, and how to change the network on a remote box without locking yourself out.
Linux
Read more

AlmaLinux vs RHEL: When Is a Red Hat Subscription Worth It?
AlmaLinux gives you the RHEL platform (same ABI, same ten-year lifecycle, same ecosystem) for free. Red Hat charges four figures a year per server for the real thing. The interesting question isn't which is cheaper; it's what, precisely, the subscription buys and who actually needs those things. This guide itemises the answer: support SLAs, ISV certifications, live patching and lifecycle add-ons on one side; Alma's genuine independence perks (including drivers Red Hat dropped) on the other, plus the free 16-system Red Hat option most people forget exists.
Linux
Read more

Sensible Default Firewall Rules for a Linux Server
A fresh Linux server ships with no firewall rules at all. Every listener you start is instantly reachable from the whole internet. The fix is a short, well-understood baseline: default-deny inbound, allow established traffic, and an explicit allow-list for the services you actually run. This guide builds that baseline in nftables rule by rule, explains the parts everyone gets wrong (ICMP and IPv6), shows the same policy in ufw and firewalld, and covers how not to lock yourself out, plus the Docker port-publishing trap.
Security
Read more

Canadian and
Dutch