
Minecraft ServerHub
Server Status
U.GG
Playnite
Minecraft Server Lists
RetroArch
MinecraftVote
Lutris
ServerBuddy
MinecraftServers.Page
Minecraft ServerHub is a free, open-source platform for Minecraft server monitoring and status checking. It provides a comprehensive suite of tools for server owners, developers, and players.
minecraft-server-status for seamless Node.js/TypeScript integrationBuilt with Next.js, TypeScript, and Tailwind CSS. Fully open-source on GitHub.
Minecraft ServerHub
ServerBuddyBased on our record, Minecraft ServerHub seems to be more popular. It has been mentiond 8 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
# Hi, I'm Alex Full-stack developer and Minecraft server owner. ## My Projects - [my-cool-plugin](https://github.com/user/my-cool-plugin) - A custom Minecraft plugin - [mc-web-panel](https://github.com/user/mc-web-panel) - Server management dashboard ## My Minecraft Server [![Server... - Source: dev.to / 6 months ago
Async function buildServerWidget(address) { // Get server status from Minecraft ServerHub const serverRes = await fetch("https://minecraft-serverhub.com/api/server/" + address); const server = await serverRes.json(); if (!server.online) { return { status: "offline", badge: "https://minecraft-serverhub.com/api/badge/" + address }; } // Get player heads for online players (if player list... - Source: dev.to / 6 months ago
I've been working on Minecraft ServerHub for several months — an open-source platform that monitors 5000+ Minecraft servers and provides free developer tools. Here's why we built it, the technical decisions we made, and what we learned along the way. - Source: dev.to / 6 months ago
// api.js Const BASE = "https://minecraft-serverhub.com/api/server"; Async function getServerStatus(address) { const res = await fetch(BASE + "/" + address); if (!res.ok) throw new Error("API returned " + res.status); return res.json(); } Module.exports = { getServerStatus };. - Source: dev.to / 6 months ago
// Show badge + detailed stats below it Async function getServerInfo(address) { const response = await fetch("https://minecraft-serverhub.com/api/server/" + address); const data = await response.json(); return { badgeUrl: "https://minecraft-serverhub.com/api/badge/" + address + "?style=flat", players: data.players, version: data.version, motd: data.motd }; }. - Source: dev.to / 6 months ago
Server Status - Network & Admin
MinecraftServers.Page - Find the best Minecraft servers for 2025! Join survival, PvP, creative, and economy servers. Updated daily with top-rated, lag-free options for every playstyle. Find your perfect Minecraft multiplayer experience now!
U.GG - Best Builds from the Best Data. Riot-partnered U.GG provides the best League of Legends builds, LoL runes, Probuilds, Tier List, Counters, and more.
Playnite - Source code generated using layoutit.com
Minecraft Server Lists - To allow people playing Minecraft to connect online & view a range of servers to join, for free. Server owners can post the details allowing them to attract more players, quickly & easily.
RetroArch - RetroArch is a frontend for emulators, game engines and media players.