Minetrack makes it easy to keep an eye on your favorite Minecraft servers. https://mc.fascinated.cc/
Go to file
2016-06-20 18:33:27 -05:00
assets Final page tweaks 2016-06-20 18:33:27 -05:00
lib Don't spam debug output 2016-06-10 20:24:25 -05:00
scripts Use nodejs-legacy because sqlite3 is bad. 2015-12-10 22:23:17 -06:00
.gitignore Add .DS_Store to gitignore 2016-03-01 19:09:25 -06:00
app.js Show supported versions for PC servers 2016-03-01 21:09:38 -06:00
CHANGELOG.md Flip the update order 2016-03-06 01:31:03 -06:00
config.json Test servers for 1.10 support 2016-06-08 21:36:35 -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
package.json Become version 2.2.0 2016-03-06 01:31:21 -06:00
README.md Update README.md 2016-04-01 14:25:24 -05:00
servers.json Use example configurations 2016-02-23 19:42:19 -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 https://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.

How do I get added to minetrack.me?

Networks that get added to the main "minetrack.me" are purely at my discretion. This is due to limited capacity and it's functionality.

Minetrack is designed to be flexible, you're more than welcome to fork/clone it and start your own listing focusing on different networks.

Smaller networks currently listed have been grandfathered in.

TODO

  • Add public API (similiar to old server.json)
  • Add ingame server, similiar to old mc.minetrack.me