Sets the TCP port used by server-to-server connections.
Note The Chat Service must be stopped and restarted for this switch to take effect.
See also /GetServerTCPport.
Chatcmd ServerList /SetServerTCPPort=Port
| ServerList | This switch supports multiple servers in its command line. To ensure complete setting of information, all applicable servers should be listed, in the form Server1,Server2,Server3¼. |
| Port | The TCP port used by server to server connections. The default value is 6665; allowable values range from 1 to 65,535. A zero value indicates that all TCP connections from other servers have been disabled. |
chatcmd myserv01,myserv02 /setservertcpport=6500 | |
| Sets the TCP ports for Myserv01 and Myserv02 to 6500. | |
chatcmd * /setservertcpport=6500 | |
| Sets the default server TCP port to 6500. |