glance icon indicating copy to clipboard operation
glance copied to clipboard

[Feature Request] GameServer Info Widget

Open noomis opened this issue 1 year ago • 5 comments

I would like to have a widget to monitor a game server like Minecraft, so you can see how many players are currently online and the server name.

noomis avatar May 25 '24 23:05 noomis

Do you already have a monitoring tool? Then you can use an iframe

helloteemo avatar May 27 '24 12:05 helloteemo

Do you already have a monitoring tool? Then you can use an iframe

No, I just got my servers running on Pterodactyl, but so far I haven't got any monitoring tool.

noomis avatar May 27 '24 12:05 noomis

I would also suggest supporting Crafty Controller (a self-hosted minecraft server manager), as it moderately popular has an API that would allow easy access to the information to display.

not-first avatar Feb 25 '25 22:02 not-first

There is a project called gamedig which would be great if this is implemented, as it supports querying the status of many games, and is used by tools such as Uptime Kuma. However, I am unsure if they have a go library.

not-first avatar Mar 10 '25 02:03 not-first

For anybody interested in a simple status view, I created a custom-api widget that you might find useful. You can find the widget in the pull request I made to the community widgets repo. Image

not-first avatar Mar 22 '25 00:03 not-first