⚠ Warning: This mod is not intended for use on public servers with potential exploiters.
Are you running a modded Minecraft server with friends and need an easy way to log player logins, logouts, chat messages, and commands? LogUtils has you covered!
Designed primarily for server administrators, this mod provides detailed logging while also offering an optional web interface for easier access. If enabled, the web interface runs on a separate port, allowing you and your friends to view logs effortlessly.
If you just need simple event logging, installation is straightforward:
- Copy LogUtils into your server's
modsdirectory. - Do not install it on the client side.
- Restart your server.
Configuration files will be generated in:
/config/logutils/
Modify the settings to fit your needs. The options are intuitive and easy to configure.
By default, logs are stored in:
/logs/static/
Log files are only created when needed. For example, commands.log will only appear after a command has been executed.
🚫 Not using the web server? Simply disable it in the config file to avoid unnecessary resource usage.
If you want to enable the web interface, you'll need an additional open port.
- Request a free port from your server provider.
- Open the config file:
/config/logutils/webserver.toml - Set the port in the configuration.
- Restart the server.
- Access the web interface at:
http://<IP/Domain>:<Port>
LogUtils also includes a simple API! You can interact with:
http://<IP/Domain>:<Port>/api/
Your feedback is invaluable! If you find bugs, have feature suggestions, or need additional API endpoints, let us know. We’d love to improve LogUtils based on your input.