Paste, share & analyse your Minecraft logs
The project mclo.gs was created in 2017 by the Aternos team after more than 4 years of running free Minecraft servers and supporting users with their problems. One of the main issues was the impossibility to easily share the main source of errors: The Minecraft server log file. mclo.gs solves this problem and even goes one step further with providing syntax highlighting and suggestions based on the log content to simply solve common errors.
- Copy + paste log sharing
- Simple API for easy integration
- Syntax highlighting
- Line numbers
- Analysis and parsing using codex
- Different storage backends (mongodb, redis, filesystem)
- Install Docker Compose: https://docs.docker.com/compose/install/
- Clone repository:
git clone [URL] cd mclogs/dockerdocker-compose up- Open http://localhost in browser and enjoy
- Set your domain on
./core/config/urls.php - Copy
./core/config/example.mongo.phpinto./core/config/mongo.phpthen set Mongo credentials. - On Web Hoting use 2 domain to pointing below
- Web =>
./web/public - Api =>
./api/public - Install PHP dependencies via Composer
composer update && composer installNote: If dont have access to webhost terminal, you can install it locally then uplaod the dependency (vendor/)
mclo.gs is open source software released under the MIT license, see license.