-
Posts
2,133 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Events
Downloads
Everything posted by LFA
-
Are you able to connect to mysql with mysql workbench at the same time that tcadmin can't connect?
-
When you start nginx from a script don't start it like this: nginx.exe Try starting it like this: start nginx.exe The other error is a mysql connection error. Keep the database on the same server as the master to avoid connection errors.
-
New Support for MySQL 8. Minimum schedule task repeat interval can be configured in game settings. Default is 15 minutes. FTPS certificate uses name configured in settings > company info. (Windows) Updated Ark Workshop script: Improved extraction speed and task's progress is updated while extracting. Please read the notes and get the updated script here: https://help.tcadmin.com/Workshop_Browser#Ark Bug Fixes Fixed service manager memory leak caused by WMI. (Windows) TS browser can't show more than 25 users. Error uploading whole folder using FTPS. Garry's mod Workshop browser failed when installing mods. Saving in security settings on new installations when the admin password had not been changed would reset the password.
-
You have a custom script that starts a exe in the background. Stop the monitor. Kill the sub processes that have not exited (For example nginx.exe). Then start the monitor again.
-
Hi, the current version doesn't support the new authentication in mysql 8. Update your server with this command: "C:\Program Files\TCAdmin2\Monitor\TCAdminUpdateTool.exe" 2.0.140.4 That update adds support for MySQL 8. Connect to localhost or 127.0.0.1
-
Try with this config. The /stop command works. This shows up in the web console when I stop the game server: Server is shutting down. Saving settings... Saving script values... Saving factions... Saving sectors... Saving jumping ships... scheduled save for sector (0:0), 0x14ae490, entities: 0 saving sector (0:0) sector (0:0) saved to "saves\myserver\jumps.dat" Saving groups... Saving galaxy script data... Saving settings... waiting for unfinished sector generation jobs... waiting for unfinished sector save jobs... shutting down rcon... Thread [RCON] with id 2 exiting... Thread [RCON] with id 2 exited shutting down networking... Thread [steam Networking Receive] with id 17 exiting... Thread [steam Networking Receive] with id 17 exited Thread [uDP Connection Receive] with id 15 exiting... Thread [uDP Connection Receive] with id 15 exited UDP closed Server UDP: Connection closed cleaning up communicators... waiting for unfinished sector generation jobs... waiting for unfinished sector save jobs... shutting down galaxy... Thread [Lua WorkerPool Thread 4] with id 12 exiting... Thread [Lua WorkerPool Thread 4] with id 12 exited Thread [Lua WorkerPool Thread 5] with id 13 exiting... Thread [Lua WorkerPool Thread 5] with id 13 exited Thread [Game WorkerPool Thread 0] with id 7 exiting... Thread [Game WorkerPool Thread 0] with id 7 exited shutting down faction database... Thread [save Factions WorkerPool Thread 0] with id 6 exiting... Thread [save Factions WorkerPool Thread 0] with id 6 exited shutting down sector database... Thread [save Sectors WorkerPool Thread 0] with id 5 exiting... Thread [save Sectors WorkerPool Thread 0] with id 5 exited Thread [Create Sectors WorkerPool Thread 0] with id 3 exiting... Thread [Create Sectors WorkerPool Thread 0] with id 3 exited Thread [Create Sectors WorkerPool Thread 1] with id 4 exiting... Thread [Create Sectors WorkerPool Thread 1] with id 4 exited cleaning up timers... Server shutdown successful. Avo - Windows (1).xml
-
In the game's settings try changing Relative Working Dir from bin\ to blank. In the game server's service settings the working directory should be the same as the root directory.
-
I'll see about adding more options to "start on CPU0".
-
The default RUST config has custom scripts that sets priority to idle for 5 minutes. It needs some more work to change affinity and read the log file.
-
Are you sure the game server is starting correctly? Check the current activity & stats page after a few minutes to make sure it responds to queries.
-
Create a query monitoring rule: https://help.tcadmin.com/Query_Monitoring#Rule_Detection_Examples
-
Your sqlite database is corrupt. Repair it with this tool: https://www.zotero.org/utils/dbfix/ The database file is in: /home/tcadmin/Database/TCAdmin2.db C:\Program Files\TCAdmin2\Database\TCAdmin2.db
-
Hi, create a support ticket so I can take a look.
-
New File manager supports drag and drop. Bug Fixes Start error could cause game creation to fail. Service would not keep installed workshop mods When moving a service with "Keep original service" checked.
-
If this is easy to reproduce on your server please create a support ticket so I can log in and take a look.
-
New IPs are banned for 5 minutes after 5 failures from web or FTP. Workshop browser installs mod's other required files automatically. The times to retry a workshop download is configurable in the game settings. Default value is 10. Added Rust Web RCon protocol. Updated the default Rust config to use the Rust web rcon by Facepunch. Added workshop scripts for Garry's Mod. Bug Fixes Fixed game switcher access denied on MVC. Live player stat not updated on MVC. MySQL retries connection or query if it fails.
-
There were some new installations a couple of weeks ago that had those columns missing. That's fixed now.
-
Workshop scripts have been added for Garry's Mod: https://help.tcadmin.com/Workshop_Browser#Garry.27s_Mod
-
Make sure _ServiceStatusARK.cshtml is in Views\Default\Game\Service so it works for all templates. If you place it in different template's folder it will only work with that template.
-
I attached a config that's working on the demo server. http://demo.tcadmin.com:8880/Service/Status/15 7dtd A18 - Windows.xml
-
This is fixed if you update to 2.0.136.1 with this command: On Windows: C:\Program Files\TCAdmin2\Monitor\TCAdminUpdateTool.exe 2.0.136.1 On Linux: /home/tcadmin/Monitor/updatetool 2.0.136.1
-
Disable the TCAdmin Service Manager service. Configure Windows to log in automatically. https://serverfault.com/questions/840557/auto-login-a-user-at-boot-on-windows-server-2016#answer-911298 Create a scheduled task in Windows task scheduler that starts the TCAdminServiceManager.exe at logon.
-
In this page you only have steam update enabled not workshop: https://imgur.com/q87bftH This option was all the way at the bottom. In the latest update I moved it under steam update so it's easier to find.
-
In the game's feature permissions tab search for workshop and enable it for users. If you want me to fix it for you create a support ticket with the login for your control panel.
-
Start > Administrative Tools > Services. Stop the service manager service. open a command prompt as administrator and execute: taskkill /f /im TCAdminServiceLauncher.exe Then go to start > programs > tcadmin 2 > start service manager console. Another option might be to configure the game to run as local system instead of tcagame but don't do this if you are selling the game server to somebody else.