Report this

What is the reason for this report?

Why says this when I wanna start my minecraft server?

Posted on October 6, 2021

[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



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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:

netstat -plant | grep 25577

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.