Minecraft

Give your Minecraft community a status page instead of a Discord ping

6 min read · Published Jul 26, 2026
Contents · 6 sections
  1. What a status page is actually for
  2. What to put on it
  3. Setting one up here
  4. Pair it with alerts, not instead of them
  5. What it changes
  6. FAQ

Your server goes down at 7pm. Within four minutes you have eleven messages in Discord asking whether it's down, two people saying "it works for me", and someone confidently blaming their ISP. You know less than you did before, and now you're doing support instead of fixing the server.

A status page changes the shape of that. One link, posted once, answers the question permanently, and keeps answering it while you're busy.

What a status page is actually for

Not announcements, you have Discord for that. A status page does three specific jobs:

What to put on it

For a Minecraft network, the useful set is smaller than people expect:

What not to put on it: every backend node individually. Your players don't know what lobby-2 is and don't want to. Status pages fail by being too detailed far more often than by being too sparse.

Setting one up here

If you're already monitoring the server, the page is a toggle rather than a project:

  1. Add a monitor for your join address, type Minecraft. We ping it with the Server List Ping, the same protocol the launcher and every server list use, and record status, latency, and player count.
  2. Turn on status-page visibility for the monitors you want public. Anything you don't tick stays private.
  3. Pick a slug. You get a public URL at /s/your-slug to post in your Discord channel topic, your server-list description, and your rules channel.

The page shows current state, recent history, and past incidents, generated from the same checks that drive your alerts. There's nothing to update by hand, which matters, because a status page that relies on you remembering to update it during an outage is a status page that will be wrong exactly when it counts.

Pair it with alerts, not instead of them

The page answers your players. Alerts tell you. Those are different jobs and you want both: a Discord webhook into a staff-only channel means you find out from the monitor rather than from a player, which is usually several minutes earlier and considerably less embarrassing.

One caution worth stating plainly: if your alerts route into the same Discord your players use, and your outage is Discord's, you get nothing. That's an argument for a second channel, email or a webhook, not for abandoning Discord alerts. We wrote about the general shape of this in is Discord down.

What it changes

The realistic outcome isn't fewer outages, it's fewer conversations about them, and better ones when they happen. "Is the server down" stops being a question. "It's been down twice this week, both times at 7pm" becomes something you can say with evidence instead of a feeling, which is what actually gets a hosting problem taken seriously.

Status pages are part of the Pro plan. The monitoring and alerting underneath them work on the free plan, so you can have the server checked and alerting before deciding whether the public page is worth it to you.

FAQ

Can I use my own domain?

Not currently, pages live under isitdown.io/s/your-slug. If a custom domain is a blocker for you, say so; it's a common request and knowing that helps us prioritise honestly rather than guessing.

Will it show my backend server addresses?

Only what you choose to make visible. Monitors default to private, and you tick the ones you want on the page.

What if the monitoring itself is down?

Then the page shows stale data, and that's a real limitation of every status page including ours. It's also why the page timestamps every reading, so "last checked 4 minutes ago" is visible rather than implied.

Share 𝕏 Twitter LinkedIn
Keep reading

← All notes & guides