• 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!

[ServicePort::open] Error: bind: Address already in use

al222

Member
Joined
Sep 18, 2019
Messages
81
Reaction score
18
Trying to run a server on a mac, and got everything to compile just fine and it seems to run, but I can't log on and I keep getting this error:
[ServicePort::eek:pen] Error: bind: Address already in use
over and over again.

Any ideas on what could be wrong?

Settings in config.lua:
ip = "192.168.10.116"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171

I've tried seeing in terminal if anything else is running on those ports, but there isn't.
 
make sure there is no other instance of tfs running, that is 99% of why this error occur
Evil, how i can open two instances on linux? i change ports and database, but i continue recieving this

Lua:
[ServicePort::open] Error: bind: Address already in use

TFS 1.3
 
Last edited:
Evil, how i can open two instances on linux? i change ports and database, but i continue recieving this

Lua:
[ServicePort::open] Error: bind: Address already in use

TFS 1.3
U can easy xd. Find procees and kill IT. Or easier way - restart Server from HOST
 
Back
Top