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.
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.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.