Skip to main content
Version: V3

Version 3.10.24.45532

16 June 2026

New Features

  • Move a service to another server — You can now move or copy a game or Docker service to a different server — or flip it between a physical host and one of its virtual servers — right from the service's page. TCAdmin checks the destination is reachable first, keeps the same ports where it can, moves the files and database together, re-points any scheduled tasks, and rolls back if something goes wrong.
  • More accurate server status — Servers now send a regular heartbeat, so the Online / Offline status shown on the health, servers, license and update pages reflects what's really happening. If the status service is briefly unavailable a server shows as Unknown rather than being wrongly reported offline, and creating a service now checks the chosen server is actually reachable before it starts. You can also test a single server's connection on demand.
  • WHMCS billing module — Sell and provision game servers straight from WHMCS. The new WHMCS module creates servers on order and keeps them in step with billing — suspending, unsuspending and terminating automatically — and also handles password changes, package upgrades, Start / Stop / Restart / Force-Kill controls and one-click login to the control panel from the client area. See the WHMCS module page to download it and get set up.
  • Run a script on every query — A new ServiceQueried scripting event runs on every query check, online or offline — not just when a problem is detected. Use it to keep your own running counts (for example, stop a server that has sat empty for too long), log player numbers, or react to anything the built-in detections can't express. See Query Monitoring for details.
  • Delete tasks — You can now delete a task from the tasks list.
  • Command-line tool on your PATH — The tca command-line tool is now added to your system PATH during installation, so you can run it from any terminal without typing the full path. You can opt out if you'd rather not.
  • Clearer server name on services — A service's details now show Server Name (Virtual Server Name), making it obvious which virtual server a service is running on.

Bug Fixes

  • New server disabled on its own — Fixed a newly added server being disabled by itself a few minutes after it was added.
  • Passkey sign-in on installed panels — Fixed passkey registration failing on deployed installations.
  • MySQL error starting the CLI — Fixed a MySQL error when starting the command-line tool.
  • Virtual servers in console mode — Fixed an error starting a virtual server's process when the monitor runs in console mode.
  • Task progress flipping — Fixed the task progress dialog flipping between Running and Pending.
  • Leftover tasks when deleting a user — Deleting a user now also removes that user's tasks, instead of leaving them behind.
  • Dashboard widget loading — Fixed a delay when dashboard widgets first load, and tidied up spacing on the dashboard.
  • Granting a user a role — Fixed an error when opening the Grant Role dialog on a user's Roles page; the role picker now opens correctly.