mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Add Minecraft Server checking #271
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @realdeadbeef on GitHub (Sep 25, 2021).
It would be quite handy to have a way of checking the status of a Minecraft server. E.g. Number of players, tps, mspt...
@lexmozli commented on GitHub (Sep 25, 2021):
I think this tool has a different purpose overall and won't get into this kind of specific checkups. You can check already check if a server is online and such by doing a port or ping check, it's enough for 99% of use cases.
@Ponkhy commented on GitHub (Sep 25, 2021):
Yes @lexmozli is right, that's a bit out of scope for this project. You can also try to create a TCP Port Check on Port 25565 to just monitor the specific MC Server.
@louislam commented on GitHub (Sep 25, 2021):
So creative, but I agree this is out of scope.
@comendantmc commented on GitHub (Mar 4, 2022):
Checking player count may be out of scope, but it does make sense to add minecraft healthcheck, because it doesn't work properly with TCP check. My server is offline, but uptime-kuma doesn't detect it
@TheColetrain commented on GitHub (Feb 20, 2023):
I am not asking for anything Fancy. But a guide on best practices to monitor a Minecraft service would be great. I'm still learning and the "ping" "monitor" seems to be erratic. Googling and found this for best practices.
Again, don't do anything different, just help me find best practices with existing setup. Maybe this is elementary and I just don't know. Sorry/thanks.
@louislam commented on GitHub (Feb 21, 2023):
In 1.20.1, you can monitor Minecraft with GameDig monitor type.
@OnCloud125252 commented on GitHub (Jun 24, 2023):
A bit late, but the reason is that Minecraft doesn't use the TCP protocol.
@magmaus3 commented on GitHub (Jan 19, 2024):
This is not entirely true, Minecraft Java Edition uses tcp (source), but Bedrock Edition uses udp (source)
@adamnoffie commented on GitHub (Dec 13, 2025):
I don't know how "best practice" it is, but this came up high in Google for me too so sharing here: I was able to setup a "GameDig" monitor and point it to port 19132 (UDP) on my Minecraft Bedrock Edition server and it seems happy enough with it so far.