Update TCAdmin
When a new version of TCAdmin is released, you can update using a single command. The updater handles everything — downloading, installing, database changes, and restarting services.
Check the TCAdmin announcements or community channels for new releases. Running the update command will tell you if you're already on the latest version.
How to Update
- Windows
- Linux
Open PowerShell or Command Prompt as Administrator and run:
tca update
If tca is not recognized (meaning it's not in your PATH), navigate to the CLI directory first:
cd "C:\Program Files\TCAdmin3\cli"
.\tca update
Open a terminal and run:
./tca update
If tca is not recognized, navigate to the CLI directory first:
cd /opt/tcadmin3/cli
./tca update
What Happens During the Update
The update process is automatic. Here's what it does behind the scenes:
- Stops the TCAdmin services (Monitor and Web) — game servers keep running, but you can't manage them during the update
- Downloads the latest version
- Installs the updated files
- Applies database migrations — updates the database structure if the new version requires it
- Restarts the TCAdmin services
The update only restarts the TCAdmin management services, not your actual game servers. Players won't be disconnected during the update.
After Updating
Verify that the services came back up successfully:
- Windows
- Linux
Get-Service TCA3Monitor, TCA3Web
Both should show a status of Running.
sudo systemctl status tca3monitor tca3web
Both should show active (running).
Then open your control panel in the browser to confirm everything is working. You can check the version number in the panel footer or settings page.
If a service doesn't start after updating, run it in Console Mode to see the error messages and figure out what happened.