-
Posts
1,876 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Events
Downloads
Everything posted by Dennis
-
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
That's not an issue with the Minecraft config. It's fixed in the next version of TCAdmin, though. -
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
@MillerCKT01 the issue has been fixed in the latest version of this game template. The private rule for this game was set to 'password' while it should be 'passworded'. You can either install the latest config or make the change manually in your current configuration. A private server is a game service that must have a password. I don't know if this is still the case, but years ago game hosts used to offer private services for a cheaper price. Since the service was private, it was - in theory - using less resources to run. A public server can be joined by anybody. A public server can also have a password, though - but a private server must have a password. -
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
Are you sure the service has a private password configured? It needs that if you set it to be a private service. -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
Forge would require manual installation as of now. TCAdmin does however have have a feature called Custom Mods that you can configure. It would allow you to easily install modpacks from FTB and CurseForge. -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
You can find updates in the service menu. It's on the left side, along with the File Manager, Commandlines, Service Settings etc. The easiest way to add updates for Minecraft, is to use the following module: -
WHMCS still supports PHP 7.4 (even the newer versions). The module is compatible with PHP 8.1 - you just need to update the module. The module was updated in January. You can see information about the module (along with a download link) here: https://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Download
-
That is covered in the system requirements for TCAdmin https://help.tcadmin.com/System_Requirements#Windows
-
Try starting the server manually outside of TCAdmin: https://help.tcadmin.com/Troubleshooting_Game_and_Voice_Services That should give you a hint as to why the server is crashing.
-
The latest game configs are available here: https://community.tcadmin.com/files/category/1-game-configs/ Many of them are already included in TCAdmin by default - including ARK. I know that it works as we're using it.
-
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
Check the Log Viewer > Service Logs. If a service is restarted, stopped, started, crashed or anything, it should appear in those logs - along with what caused it. -
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
Try increasing the amount of minutes between each save and see if the server still crashes. -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
Yes, under "Updates". -
@CloudNine The module is included with TCAdmin by default.
-
The script was only meant as a temporary workaround and I even think SteamCMD fixed the issue shortly after. That's because TCAdmin only uses a single core AFAIK. This is to prevent 100% CPU usage when installing large mods - that would effect the performance of running game servers negatively, and a single user could potentially ruin the experience for all of your clients on the same server. Also note that there could be a difference in which SteamCMD executable is being used. If you have 'Execute as the service's user' checked in the Steam Settings for the game, SteamCMD will execute from C:\TCAFiles\Users\SteamCmd. If it's not checked, it would execute from C:\Program Files\TCAdmin2\Monitor\Tools\SteamCmd. We've had massive issues with SteamCMD installations getting corrupt when it wasn't executed by the user (meaning C:\Program Files\TCAdmin2\Monitor\Tools\SteamCmd was used). We constantly had to reinstall SteamCMD. Could you confirm whether or not SteamCMD is configured to be executed by the service's user in the game settings?
-
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
You don't have to set it to an A record. You can just set the hostname to the public IP as well -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
It seems that you're starting the server on IP 0.0.0.0 - that would be why. "Query running in ..." should report the server's IP and port. -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
Sorry. That has been fixed - latest version has been reuploaded. -
windows/linux Rust - Automatic wipe/update, Oxide, Plugin Installer
Dennis replied to Dennis's topic in Game Config Files
What's New in Version 1.8.0 [Changed] Default QueryPort changed. Read more here: https://wiki.facepunch.com/rust/Creating-a-server#importantinformationregardingtheserverqueryportstartingfrom2ndfebruary2023 [Changed] Default RconPort changed [Added] Commandline now includes query port Existing services will need to have their query port and rcon port updated manually. Remember to click "Update Existing Services" after updating the config. -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
That's most likely a result of the server not responding to queries. Check the activity log for the service. -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
That issue is fixed in the upcoming release of TCAdmin. It's not caused by the Minecraft config. -
windows/linux [Official] Minecraft (Automatic Java Version - Multiple Mods)
Dennis replied to Dennis's topic in Game Config Files
You can send the values like this in PHP: $billing_api_values["gamevar_Xmx"] = "512"; $billing_api_values["gamevar_Xms"] = "512"; -
What's New in Version 1.1.3 [Fixed] Private rule not configured properly [Fixed] RCon protocol was not set for Linux
-
windows/linux ARK: Survival Evolved (Supports Clusters)
Dennis replied to Dennis's topic in Game Config Files
You can find them in ShooterGame\Saved\Logs. Note that the server does not write the log file before the server is shut down. -
Have you made sure that the port is open in the software firewall?
-
What issues are you having with the query port? Have you enabled query in the server.properties file?