GlitchNode Blog

Devlogs, performance notes, and behind-the-scenes of running game servers.

Player Management: Java vs Bedrock
2025-08-10

Player Management: Java vs Bedrock

Whitelists, OPs, bans, and identity differences (UUID vs XUID).

JavaBedrockUX
2025-08-09

Stripe Subscriptions That Don’t Hurt

Checkout, trials, webhooks, and adding items without surprising invoices.

StripeBilling
DNS & Routing: From Traefik UDP to Cloudflare SRV
2025-08-08

DNS & Routing: From Traefik UDP to Cloudflare SRV

Why we pivoted from Traefik UDP routing to per-server A + SRV records in Cloudflare.

DNSCloudflareNetworking
On-Demand Provisioning with Dockerode + Fastify
2025-08-07

On-Demand Provisioning with Dockerode + Fastify

How we spin up servers in seconds: createContainer, PortBindings, volumes, and graceful teardown.

FastifyDockerodeBackend
2025-08-05

Optimizing Java Servers for Smooth Gameplay

JVM flags, container limits, and sensible defaults for consistent tick rates.

JavaPerformance
Launch Notes: Building Our Minecraft Hosting MVP
2025-08-01

Launch Notes: Building Our Minecraft Hosting MVP

A quick devlog on spinning up Java/Bedrock servers, Stripe subscriptions, and DNS magic.

DevlogInfraStripe