> For the complete documentation index, see [llms.txt](https://changelog.matrixemulator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.matrixemulator.com/welcome/server/muserver/connectserver/connectserver.md).

# ConnectServer

<mark style="color:yellow;">**\[ConnectServerInfo]**</mark>\ <mark style="color:yellow;">ConnectServerPortTCP</mark> = "TCP port for game client connections"\ <mark style="color:yellow;">ConnectServerPortUDP</mark> = "UDP port for GameServer connections"\ <mark style="color:yellow;">MaxIpConnection</mark> = "Maximum simultaneous connections per IP" ; 0 blocks all connections\\

\ <mark style="color:yellow;">**\[AntiFlood]**</mark>\ <mark style="color:yellow;">AntiFloodActive</mark> = "Enable (1) or disable (0) flood protection"\ <mark style="color:yellow;">AntiFloodResetTime</mark> = "Time in milliseconds to reset the flood attempt counter"\ <mark style="color:yellow;">AntiFloodMaxCount</mark> = "Number of rapid attempts allowed before banning the IP"\ <mark style="color:yellow;">AntiFloodCheckTime</mark> = "Minimum interval in milliseconds between connections from the same IP"\ <mark style="color:yellow;">AntiFloodBlocTime</mark> = "IP ban duration" ; in seconds, not milliseconds
