How to improve TCAdmin connections when there are network problems

This article applies to TCAdmin version 1.0.2809.27892 and greater.

To improve performance when a server or Teamspeak server is down, the connection timeout is set to 3 seconds. This can cause connection errors when a server is having network problems. To increase the connection timeout follow these instructions:

- Open the Monitor.config and Web.config on the master, and the Monitor.config of the remote server(s) having network problems. Use notepad to edit these files. If you use wordpad it might save the file as RTF and they will not work with TCAdmin.

- Under <appSettings> add the following line:
<add key="TCAdmin.TCPTimeOut" value="3" />

- Change 2.5 to the number of seconds you want to wait for a connection.

- Save the files. The monitors don't need to be restarted. You will notice that the web application is restarted automatically after saving the Web.config.


NOTE: The MySQL connection timeout from remote servers is configured to 15 seconds by default. This is more than enough time for a connection to wait for a connection so this timeout is not configurable.

  • 169 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

Allow your clients to create game/voice servers on their dedicated server

To allow your client to create game servers on his dedicated server(s): First you must...

Install script for Mods and Updates

This feature requires TCAdmin version 1.0.4294.39028 or greater. To execute a script when a mod...

Using Install/Uninstall Scripts (with Windows Firewal integration example)

With the release of the latest version of TCAdmin, we have introduced "Install/Unistall" scripts...

GSAutomation.Processes.InstallMod: Could not update service 'TCXXXXXXXXXXXXXXXX': Initialization failure

This error is porduced by Windows WMI. It can be corrected by using the following method: Create...

Enable System Monitoring and Game Server Performance Monitoring

The System Monitor will collect system information and store them to the database. This...