Minetrack makes it easy to keep an eye on your favorite Minecraft servers. https://mc.fascinated.cc/
Go to file
2018-08-24 16:31:03 -05:00
assets Prevent empty version payloads from breaking frontend 2017-10-23 03:20:45 -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 Add PC 1.13 protocol version (#108) 2018-08-24 16:31:03 -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 Add PC 1.13 protocol version (#108) 2018-08-24 16:31:03 -05:00
package.json Update sqlite3 dependency and add caret ranges (#86) 2017-08-09 00:55:25 -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.