2015-11-01 22:56:08 -06:00
### Minetrack
2015-11-25 16:46:05 -06:00
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.
2020-03-17 22:18:32 +01:00
#### This project is not actively maintained!
This project and the offical website are not actively maintained anymore, but you are welcome to run your own instances of Minetrack.
I will however review and accept pull-requests, so please share any improvements you are making so everybody can benefit from them.
You can find a list of community hosted instances below:
* https://minetrack.me
2020-04-03 18:08:49 +02:00
* https://trackedservers.com
2020-03-17 22:18:32 +01:00
Want to be listed here? Add yourself in a pull-request!
2015-11-25 16:46:05 -06:00
#### Try it out!
2020-03-30 01:16:52 -05:00
You can see an up-to-date copy of the production branch running on https://minetrack.me
2016-02-23 19:44:15 -06:00
"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.
2015-11-01 22:56:08 -06:00
#### Usage
2016-02-01 04:41:04 -06:00
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!)
2015-11-09 01:50:45 -06:00
2015-12-10 22:06:27 -06:00
(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.
2015-11-25 16:46:05 -06:00
2016-02-01 05:36:12 -06:00
#### What's being changed?
2020-03-17 22:18:32 +01:00
For the changelog, check out the [CHANGELOG ](docs/CHANGELOG.md ) file.