-
Posts
2,133 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Events
Downloads
Everything posted by LFA
-
compressing files is not supported. I will see if it can be added for the next update. If you add files manually from remote desktop or ssh it will not upload them automatically. You need to click on the fast uploads sync icon.
-
New Features Added support for fast downloads. For instructions read this article Added a game tool to verify and repair game accounts. Use after moving or reloading a dedicated server and all game accounts used by TCAdmin will be created and configured corrctly. Added "server owner access" checkbox to variable commandline settings. If enabled and the user owns the server or virtual server where the service is located he will be able to set the value of the commandline parameter. Added "reinstallable" checkbox to game update. With this option enabled it can be applied again even if it is already installed. Added "view order" field to game update. Added update field to game and voice services list. FTP server supports the mget command. Some game config files have been updated with these new features. Bug Fixes The owner of some files and directories were not set correctly when extracting .rar on Windows. Error when starting MW3 and monitor affinity was configured to 1 CPU. Fixed some bugs with reseller themes. Fixed bug when reseller created a voice service on a package that only allowed voice slots. Fixed ventrilo private detection. Fixed errors when server has 32 CPUs or more. IP hostname is cleared from cache when needed.
-
You are not sending voice slots: voice_id=TEAMSPEAK3 voice_slots=
-
Check the log file in Program Files\TCAdmin Control Panel\Logs\billingapi.lastcommand.txt. That has the last values sent to the billing api. Make sure the value of voice_id that the billing api is receiving is TEAMSPEAK3.
-
Some or all identity references could not be translated?
LFA replied to kaytaro's topic in Windows Support
Go to remote desktop. Right click on that file and select properties. In the security tab delete the permissions for users that don't exist. If that doesn't fix your problem create a support ticket with the link and login for your control panel and remote desktop access for the server so I can take a look. The steam update tool shows whatever is hldsupdatetool.exe prints in the console. If you keep seeing the same thing and the files are already updated it is a bug in hldsupdatetool.exe -
It can only be modified by an administrator using the commandline manager. There is an option in tcadmin to run all game servers run as a different user. General Settings > Games > Select the game > Run As tab > User per service.
-
In v2 you can set the memory using the commandline manager after the service is created. If you are using WHMCS you can set the values of xmx and xms along with the rest of the game server information: http://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Config_File_.28default_values.php.29 [left]$billing_api_values["gamevar_Xms"] = "2048"; $billing_api_values["gamevar_Xmx"] = "2048"; [/left]
-
Go to the game's game tracker setting and make sure you have the correct game type selected. TCAdmin just sends the IP, ports and game type. Everything else is up to gametracker.
-
[BUG] Urgent help please! TCAdminMonitor.config blank
LFA replied to chuteuk's topic in TCAdmin Version 2
We already fixed this in a support ticket. -
This was fixed in 2.0.47 but you need to restart linux for the fix to take effect.
-
What's the error? The only difference is that v2 runs the game server as a guest named tcagame. v1 runs it as local system. To test you can configure it to run as a local system in the game server's service settings.
-
This should be fixed in the latest update. You need to restart linux for the fix to take effect.
-
When that happens the game servers are still running. They would only notice if they tried to log in to the control panel.
-
Execute the commands above
-
Execute this: cd /home/tcadmin/Monitor ./updatetool 2.0.48
-
Save ConfigUtility.config to the monitor folder. You should overwrite the existing file. Then restart the monitor.
-
Sorry for releasing a new update so soon. I had to get these bugs fixed before they caused more trouble. New Features Added an option in web updates to creates a database backup before installing the update. When a game server is deleted all tasks created by that service are deleted. Added support for secure control panel access on Linux. Add this line to your tcadmin-config, open the port in your firewall and restart the monitor: SECURE_WEB_PORT=8881" Added support for custom SSL certificate on Linux. Specify the certificate file and private key file (.pvk) in tcadmin-config with CERT_FILE and PK_FILE variables. Make sure tcadmin can read these files. Bug Fixes Fixed error "Monitor is already running with process id 0". Fixed bug from previous update that prevented Windows game servers from starting.
-
To generate the config file add the remote server to your control panel then click on the Config File button.
-
I will fix this in the next update.
-
Follow the same installation instructions as the master. When you get to the configuration utility select remote configuration instead of master.
-
It is on the list of things to do.
-
New Features RCon client can be disabled for sub users. Bug Fixes Fixed bug on Linux that caused the web console to stop working when "control console output" was enabled. This caused some games to crash. Server needs to be restarted for the changes to take effect. More than 10 items are visible when configuring items for a combobox. Fixed bug on Linux that caused high memory usage when setting permissions on a folder. Fixed bug when creating game servers on virtual servers with more than 4GB assigned.
-
You are getting timeouts when connecting to the database.
-
Create a support ticket with the link and login for your control panel and root password for your server so I can take a look.