How do I disable Minecraft server packet notifications?
Does your server give notifications as below? Then debug mode is on your server.
[12:13:43 INFO]: Packet len 7 [/172.18.0.1:60068]
[12:13:43 INFO]: Packet '09' [/172.18.0.1:60068]
[12:13:43 INFO]: Challenge [/172.18.0.1:60068]
[12:13:43 INFO]: Packet len 15 [/172.18.0.1:60068]
[12:13:43 INFO]: Packet '00' [/172.18.0.1:60068]
Follow the instructions to turn it off.
- Login to our Vulcan customer environment and go to your server. Click here to login!
- Click on "Files" in the horizontal bar on top.
- Click on the "server.properties" file to adjust it.
- Search for the line with "debug" and change "true" to "false". Then press 'save' to save the changes.
- Restart your server. Debug is now disabled.
Updated on: 14/08/2024
Thank you!