Hello, I am receiving the error code below of Raklib crashing. This is a clean VPS with no other servers running besides this one on 19132. I have already tried fuser -k 19132/tcp and restarting the VPS. Code: [RakLibServer thread/CRITICAL]: **** FAILED TO BIND TO 0.0.0.0:19132! [23:06:46] [RakLibServer thread/CRITICAL]: Perhaps a server is already running on that port? [23:06:46] [Server thread/EMERGENCY]: RakLib crashed!
are you sure you have no auto start scripts in place. and I'm not familiar with fuser, but does it support port/protocol. Servers also use UDP and TCP. If you have confirmed that really no php process is running (maybe with 'killall php') and no other server is running, try changing the port to something random. if it still doesn't work, your VPS may have some blocks in place?
it's when you start mcpe in windows 10 before start the server , just close mcw10 and start the server
You can write netstat -Wcatnp in terminal and look which process use you port Spoiler: Example Code: Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 870/mongod tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 45794/memcached tcp6 0 0 :::80 :::* LISTEN 913/nodejs
"A server's already running on th-" "That's impossible" "Say whaaat" All I can say is "Reinstall Ubuntu on your VPS." Try it. Might work.