andy012 Posted March 29, 2012 Share Posted March 29, 2012 Hello, Does tcadmin 2 support the deployment of minecraft servers by memory? SO can i configure the whmcs module with say a 256mb minecraft package and have it auto deploy this? If not is there a workaround in tcadmin 2? I saw one members scripts for 1 but not 2. Also, any tips on sandboxing them for security/performance? Thanks Link to comment Share on other sites More sharing options...
LFA Posted March 30, 2012 Share Posted March 30, 2012 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] Link to comment Share on other sites More sharing options...
andy012 Posted March 30, 2012 Author Share Posted March 30, 2012 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] Ah thanks, and i take it this can't be modified by the customer? Anyone got any tips/a way of sandboxing individual servers to allow plugin uploads? I'm willing to consider paying for custom scripts Link to comment Share on other sites More sharing options...
LFA Posted April 1, 2012 Share Posted April 1, 2012 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now