• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OVH UBUNTU 20.04 OPEN PORTS

Tellithohere

Banned User
Joined
Feb 20, 2019
Messages
3
Reaction score
1
Hello guys, i have a problem, i'm use vps ubuntu version 20.04 from ovh and i can't open ports
7171, 7172, 80

i was use
sudo systemctl disable ufw
sudo systemctl stop ufw

and always server going crash
[19/5/2023 18:49:22] (Error - void ServicePort::eek:pen(IPAddressList, uint16_t)) NETWORK: bind: Address already in use

i hope someone can help me, thanks
 
To check if You have some process already using that port run:
Code:
sudo netstat -tulpn

And paste output here inside code snippet.

Propably You run one server and try to run another on same port. Thats why You see this error.
 
Back
Top