View Single Post
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 04-11-2017 , 10:40   Re: HLX:CE Address already in use problem
Reply With Quote #2

Try this command to find who is listening on 27500:
Code:
netstat -lup | grep 27500
Then kill that process.
h3bus is offline