Minetrack makes it easy to keep an eye on your favorite Minecraft servers. https://mc.fascinated.cc/
Go to file
2020-06-13 00:54:31 -05:00
assets use default y scale for graphs 2020-06-13 00:54:31 -05:00
docs prevent undefined/null values breaking graphs or scales 2020-06-12 18:59:59 -05:00
lib prevent undefined/null values breaking graphs or scales 2020-06-12 18:59:59 -05:00
scripts Backend cleanup (#146) 2020-04-21 17:59:53 -05:00
.babelrc Minetrack 5 (#143) 2020-04-19 19:27:59 -05:00
.eslintrc.json inline #isArrayUtil, remove jQuery 2020-05-11 04:25:30 -05:00
.gitignore Minetrack 5 (#143) 2020-04-19 19:27:59 -05:00
config.json replace ServerRegistration#unfurlSrv to DNSResolver class 2020-05-14 20:30:40 -05:00
LICENSE First commit, most of the backend system! :) 2015-11-01 22:56:08 -06:00
main.js Merge branch 'master' of https://github.com/Cryptkeeper/Minetrack into uplot 2020-05-14 20:50:51 -05:00
minecraft_versions.json Added 1.15.2 protocol version 2020-04-24 21:40:57 -04:00
package-lock.json increase package.json version to 5.5.2 2020-06-12 22:20:55 -05:00
package.json increase package.json version to 5.5.2 2020-06-12 22:20:55 -05:00
README.md new README.md 2020-05-05 19:07:40 -05:00
servers.json Minetrack 5 (#143) 2020-04-19 19:27:59 -05:00

Minetrack

Minetrack makes it easy to keep an eye on your favorite Minecraft servers. Simple and hackable, Minetrack easily runs on any hardware. Use it for monitoring, analytics, or just for fun. Check it out.

This project is not actively supported!

This project is not actively supported. Pull requests will be reviewed and merged (if accepted), but issues might not be addressed outside of fixes provided by community members. Please share any improvements or fixes you've made so everyone can benefit from them.

Features

  • 🚀 Real time Minecraft server player count tracking with customizable update speed.
  • 📝 Historical player count logging with 24 hour peak and player count record tracking.
  • 📈 Historical graph with customizable time frame.
  • 📦 Out of the box included dashboard with various customizable sorting and viewing options.
  • 📱(Decent) mobile support.
  • 🕹 Supports both Minecraft Java Edition and Minecraft Bedrock Edition.
  • 🚨 minecraft.net and mojang.com services status monitoring to watch for interruptions.

Community Showcase

You can find a list of community hosted instances below. Want to be listed here? Add yourself in a pull request!

Updates

For updates and release notes, please read the CHANGELOG.

Migrating to Minetrack 5? See the migration guide.

Installation

  1. Node 12.4.0+ is required (you can check your version using node -v)
  2. Make sure everything is correct in config.json.
  3. Add/remove servers by editing the servers.json file
  4. Run npm install
  5. Run npm run build (this bundles assets/ into dist/)
  6. Run node main.js to boot the system (may need sudo!)

(There's also install.sh and start.sh, but they may not work for your OS.)

Database logging is disabled by default. You can enable it in config.json by setting logToDatabase to true. This requires sqlite3 drivers to be installed.