Minecraft server on V server?

Sm
- in Servers
2

I tried to install a Minecraft server on my V-Server But it did not work It always comes: [screen is terminating] And I do not know what to do Youtube did not help me either. Here's a screen shot of what happened before: And then comes stop [screen is terminating]

I ask for help, thank you.

Sn

Where did you hire the V-server? The protocol says that the port (25565) is already in use

Co

If your server uses the distribution Ubuntu or Debian check the output command:

fuser 25565 / tcp

That could look something like this:

root @ dh: ~ # fuser 25565 / tcp
25565 / tcp: 6888
ie root @: ~ #

If so, then the process with the ID 6888 is blocking the port as in my case.

To find details about this process now you can use the following command.

root @ dh: ~ # ps ax | grep "^ 6888"
6888? Sl 14748: 27 java -Xmx10240M -jar server.jar
ie root @: ~ #

Also you can search with the software "htop" for process.