[11:08:11 WARN]: Could not bind to host /10.114.0.2:25577 io.netty.channel.unix.Errors$NativeIoException: bind(…) failed: Address already in use
this is my private ip
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
It sounds like that you already have a process running on that port. It is possible that your Minecraft service is already running, you can check that with the following command:
If this is the case, you would need to first stop the old process, before you would be able to start the new instance.
Hope that this helps! Best, Bobby