Minetrack makes it easy to keep an eye on your favorite Minecraft servers. https://mc.fascinated.cc/
Go to file
Cryptkeeper b2c72c0bfb Revert "Properly sort ping listing to ensure we don't wrongly smooth"
This reverts commit a250b3977ac1a3731eeb73f5060472745f17d9ed.
2017-08-09 00:35:13 -05:00
assets Help readability on individual server elements 2017-05-13 11:21:41 -05:00
docs 3.1.0 (#69) 2017-03-14 17:07:58 -05:00
lib Revert "Properly sort ping listing to ensure we don't wrongly smooth" 2017-08-09 00:35:13 -05:00
scripts Use nodejs-legacy because sqlite3 is bad. 2015-12-10 22:23:17 -06:00
.gitignore Allow custom Graph colors (#76) 2017-04-03 22:10:46 -05:00
app.js Allow custom Graph colors (#76) 2017-04-03 22:10:46 -05:00
config.json Test protocol 335 (1.12) 2017-06-07 07:01:46 -05:00
gulpfile.js Standardize the gulp task names (build-type-name) 2015-11-30 14:11:10 -06:00
LICENSE First commit, most of the backend system! :) 2015-11-01 22:56:08 -06:00
minecraft.json Mark protocol 335 as 1.12 2017-06-07 07:01:20 -05:00
package.json 3.1.0 (#69) 2017-03-14 17:07:58 -05:00
README.md 2.2.2, clean up documentation 2016-07-05 14:11:09 -05:00
servers.json Update servers.json (#52) 2016-12-14 17:44:13 -06:00

Minetrack

Minetrack is a Minecraft PC/PE server tracker that lets you focus on what's happening now. Built to be lightweight and durable, you can easily adapt it to monitor BungeeCord or server instances.

Try it out!

You can see an up-to-date copy of the production branch running on http://minetrack.me

"master" branch contains everything you need to start your own copy. "production" branch is what's used in the production environment of the minetrack.me site.

Usage

  1. Make sure everything is correct in config.json.
  2. Add/remove servers by editing the servers.json file.
  3. Run npm install.
  4. Run node app.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.

What's being changed?

For the changelog, check out the CHANGELOG file.