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

TFS 1.X+ Count Otservlist Tfs 1.0

Hi,
you can limit allowed maximum connection to your host from one IP by below:

iptables -A INPUT -p tcp --dport GAME_PORT -m connlimit --connlimit-above 4 -j DROP

In place of GAME_PORT put 7171 is you use default.
 
Back
Top