-
Posts
2,133 -
Joined
-
Last visited
-
Days Won
66
Content Type
Profiles
Forums
Events
Downloads
Everything posted by LFA
-
You need to create the link under the game server home page not under the user home page.
-
New Features Ajax is fully supported on the Linux control panel. Linux monitor and service manager can be configured to run as root. This allows access to more functionality (service priority, run as). The website can still be configured to run as a limited user. This is configured in tcadmin_config with the WEB_USER variable. Added Remote DB Connections page. Remote servers can be configured by placing ConfigUtility.config in the Monitor folder. The web-based configuration utility is still available for advanced configurations. Files in file manager can be added to the default config files list by the user. File manager shows current path. Errors and warnings are now shown as prompts (easier to notice). Linux game server console output is saved to Monitor/Services/ServiceId/Console.log. Streaming will be added later on. Bug fixes File size was 0KB when downloading with the Windows file manager. Unhandled exception caused the Windows monitor to crash. Ports were not open correctly with uPnP on Windows 7/2008. Ports were not open correctly in Windows firewall on Windows 7/2008. Had to disable basic authentication on Linux. Will be added back when Mono 2.8 is supported.
-
updated config that works with autosetup GTA SA.txt
-
New Features Added support for Windows Firewall. All TCAdmin and game server executables are added to the firewall exceptions. This is enabled in the server settings. Added support for router/firewall with uPnP enabled. All TCAdmin and game server ports are forwarded automatically. This is enabled in the server settings. Only enable if the server is behind a hardware firewall with uPnP enabled. Teamspeak servers can be configured as a TCAdmin service so they start automatically and can be started/stopped/restarted from TCAdmin. This is enabled in the Teamspeak server settings. On Linux make sure the tcadmin user has permissions to start the server. Bug fixes Extracting a rar with a CRC error caused the Linux monitor to crash.
-
New Features Resellers can be created/suspended/unsuspended/deleted using the billing API. For use with WHMCS and tcadmin_advanced see here. Reseller can change slots in the service and TS service actions tabs. Billing information can be changed in user details, service and TS service actions tabs. Added links to the TS2 webadmin. Added TS version column for resellers. A copy of a reseller package can be made. Added new reseller package email template. Added package summary and actions when selecting the user's package. Bug fixes When a remote monitor is starting it will retry if the connection to the master fails. When a user package is deleted the related services are also deleted. Admin hostnames are not shown for reseller services. Resellers are only shown games with the operating systems available in the selected location. Tasks are shown correctly in calendar. Lots of small bug fixes.
-
tcadmin2_advanced is available here: http://clients.tcadmin.com/downloads.php?action=displaycat&catid=5 This post was a hack to create reseller packages with tcadmin_advanced. This file allows create/suspend/unsupend/delete commands for reseller packages. To create a reseller package you need to specify the reseller role id and the package you want to assign. For example: $billing_api_values["role_id"]="3"; $billing_api_values["package_id"]="1"; or if the client selects the package using a configurable option: $billing_api_values["role_id"]="3"; $billing_api_values["package_id"]="ConfigOption:Package"; default_values_v2.php.txt
-
- The service information needs more work. This will be added later on - The ftp information was already there. I have changed it to a link. - I have planned adding links for each game - service restart is planned. We need to have a way to create recurring tasks first. - a fix tool might cause problems preventing the server to start. I think a config backup tool is a better idea. - folders can't be uploaded using a web browser - browsers don't support drag and drop upload. I think not even flash can do this.
-
can you create a ticket with the url and login for your control panel so I can take a look at your configuration?
-
1- You need to give it some time so it has enough information to build the graphs. It only starts collecting after you enable the option. 2- I will fix this
-
you can do this with the reseller package. sell him a package with 20 slots. let him create all the game servers he wants as long as he has enough slots.
-
New Features Added a billing API that is compatible with v1. This is configured by admins and resellers in General Settings ] API Settings. Added support for custom SSL certificates in Windows. See this post to learn how to get a free certificate and configure it in your control panel. Added support for Basic authentication. This is configured in the Web Site Settings tab in server details. Added support for a custom logout URL. This is configured in the Web Site Settings tab in server details and can be overridden in the theme configuration. Added an option to hide the themes list when logging in. This is enabled/disabled in General Settings ] Themes. Resellers can select a default theme. This theme will be selected after the reseller or one of its users log in. Implemented "Server with less slots" for Teamspeak reseller package. Bug fixes When the reseller is creating a game or voice server only datacenters that have enabled servers are shown.
-
1- Create the free certificate: Register at https://www.startssl.com and log in to their control panel Select Validation Wizard > Domain Name Validation and validate your primary domain. after your domain is validated select Certificate Wizard > Web Server SSL/TLS Certificate. Enter a private password between 10 and 32 characters and continue. Copy this password in a safe place. Save your private key in a safe place. Select your validated domain. Enter the subdomain. (this subdomain should resolve to your control panel IP) A few minutes later the certificate will be activated. Go to the startssl.com control panel. Select Tool Box > Retrieve Certificate. Select your subdomain and copy the certificate to a text file. Decrypt your private key in Tool Box > Decrypt Private Key Select ToolBox > Create PKCS#12 (PFX) File. Enter your DECRYPTED private key, your certificate and any password (remember this password). Save the generated file on the server. 2- Install the certificate in your server: Log in to your server. Select Start > Run. Type mmc and press enter. From the menu select File > Add/Remove Snap-in Click on Add and add certificates. Select Computer account > Local Computer > Finish. Click on Close and OK. Right click on folder Certificates > Personal > Certificates Select All Tasks > Import. Import the PFX File in the default location. It will ask for the password that you used when you created the PFX file. 3- Configure TCAdmin to use the certificate: Open the TCAdmin Configuration Utility page using your server's browser: http://127.0.0.1:8880/Interface/Configuration (replace 8880 with your port) Click on Next until you get to the IP and server settings. Check "Use custom server certificate" Select the certificate with the hostname that you created. Click on Next until you reach the end and restart the monitor. 4- Optional You can configure the master to use standard port 80 and secure port 443 so you can access your website using your subdomain without specifying the port (http://cp.yourdomain.com and https://cp.yourdomain.com).
-
Instructions On the master, Edit Controlpanel\Windows.config or ControlPanel\Linux.config depending on your OS. Replace this line: <compilation debug="[b]false[/b]" strict="true" explicit="true">With this: <compilation debug="[b]true[/b]" strict="true" explicit="true"> Save and restart the master monitor. Go to the remote server details. Check "Enable the control panel website" and save. Restart the remote monitor. Debug mode will enable the debug console and show more information at the bottom of the page. If you want to disable it just undo the changes to Controlpanel\Windows.config or ControlPanel\Linux.config and restart the master monitor. Notes Windows and Linux timezones are not compatible. If you select a timezone on the Windows website and log in to a Linux website all times will be in the Linux server's local timezone. Themes are not synchronized across control panels. If you upload or edit a theme on the master it is not automatically uploaded to the remote panels.
-
New Features Move a service to another server. This is under the service actions tab. Reseller role has options to limit the number of allowed themes and ability to import/export. When a reseller is created the default roles are also created. Added an option in the theme details to set as the default for resellers. When a reseller is created, a copy of the theme is created and assigned. Create themes for resellers while logged in as an administrator. Bug fixes Linux monitor does not detect that the service manager is running in service mode. Monitor service won't start after reboot on some servers with IIS installed. Breadcrumb menu shown under the scheduled task calendar. Priority and affinity are hidden for Linux game servers since they are not supported. Theme download link is shown for resellers but the beta forums are private. Theme logo is not redownloaded by the browser after a new one is uploaded.
-
These options are not available yet. To update a single remote you need to update the latest version on your control panel.
-
Did you get this while updating or after the update when the monitor restarted? Create a support ticket with the remote desktop and control panel logins if you want me to take a look.
-
The reseller has the option to setup their own SMTP server. It is in general settings same as when logged in as admin. If they don't do this it will be sent using the default smtp sever that the admin has configured.
-
New Features Game servers can be reinstalled. This is enabled in each game's feature permissions. Implemented repeat section control in config editor. With this control you can create editors for parts of a file that require more than one line or block of text. For example map rotations, ban and admin lists. Implemented file system source for command line builder and config editor. This can be used to allow the user to select from a list of maps, list of mod folders, etc. Implemented multiple selection control in config editor. Updated CS and WolfET configs with the new features mentioned above. They have been uploaded here. Themes with custom CSS, HTML headers and footers are now supported. Sample themes with custom HTML has been uploaded here. Added a Game query tool under General Settings > Game Hosting. Support for TS3 beta 29. Support for TS3 welcome messages with multiple lines. Bug fixes Italian language saves invalid dates when using sqlite database. "Parameter Template" for commandline parameters is not applied correctly.
-
Included Configs 7 Days to Die - Windows 7 Days to Die - Linux Americas Army - Windows Americas Army 3 - Windows Ark: Survival Evolved - Windows Ark: Survival Evolved - Linux Arma 3 - Windows Arma 3 - Linux Battalion 1944 - Windows Battalion 1944 - Linux Battlefield 2 - Special Forces - Windows Battlefield 2 Non Ranked - Windows Battlefield 2 Non Ranked - Linux Battlefield Vietnam - Windows Brink - Windows Call of Duty - Windows Call of Duty - Linux Call of Duty 2 - Windows Call of Duty 2 - Linux Call of Duty 4 - Windows Call of Duty 4 - Linux Call of Duty : Modern Warfare 3 - Windows Call of Duty : Modern Warfare 4 - Windows Call of Duty : Modern Warfare 4 - Linux Call of Duty : World at War - Windows Call of Duty: United Offensive - Windows COMMAND & CONQUER - Renegade - Windows Conan - Windows Counter-Strike Global Offensive - Windows Counter-Strike Global Offensive - Linux Counterstrike Source - Windows Counterstrike Source - Linux Craftbukkit - Windows Craftbukkit - Linux CSPromod - Windows CSPromod - Linux Day of Defeat Source - Windows Day of Defeat Source - Linux Dayz Stand Alone - Windows F.E.A.R - Windows Feed the Beast - Windows Feed the Beast - Linux FiveM - Windows FiveM - Linux Garrys Mod - Windows Garrys Mod - Linux Half Life - Windows Half Life - Linux Half Life - Condition Zero - Windows Half Life - Condition Zero - Linux Half Life - Counterstrike 1.6 - Windows Half Life - Counterstrike 1.6 - Linux Half Life - Day of Defeat - Windows Half Life - Day of Defeat - Linux Half Life - Deathmatch Classic - Windows Half Life - Deathmatch Classic - Linux Half Life - Ricochet - Windows Half Life - Ricochet - Linux Half Life - Team Fortress Classic - Windows Half Life - Team Fortress Classic - Linux Half Life 2 Deathmatch - Windows Half Life 2 Deathmatch - Linux HalfLife TV - Windows HalfLife TV - Linux Halo - Windows Insurgency Mod - Windows Insurgency Mod - Linux Killing Floor - Windows Killing Floor - Linux Killing Floor 2 - Windows Left4Dead - Windows Left4Dead - Linux Left4Dead2 - Windows Left4Dead2 - Linux Medal of Honor - Allied Assault - Windows Medal of Honor - Spearhead - Windows Minecraft - Windows Minecraft - Linux Mordhau - Windows Mordhau - Linux Multi Theft Auto - Windows Multi Theft Auto - Linux Murmur/Mumble - Windows Murmur/Mumble - Linux Natural Selection 2 - Windows Natural Selection 2 - Linux NeverWinterNights - Windows Prey - Windows Quake 4 - Windows Ravenshield - Windows Red Orchestra - Windows Red Orchestra 2 - Windows Rust - Windows Rust - Linux San Andreas Multiplayer - Windows San Andreas Multiplayer - Linux SIN - Windows Sniper Elite V2 - Windows Star Wars: Jedi Academy - Windows Team Fortress 2 - Windows Team Fortress 2 - Linux Teamspeak 3 Master (32bit) - Windows Teamspeak 3 Master (32bit) - Linux Teamspeak 3 Master (64bit) - Windows Teamspeak 3 Master (64bit) - Linux Teamspeak 3 TSDNS (64bit) - Windows Teamspeak 3 TSDNS (64bit) - Linux The Isle - Windows The Ship - Windows The Ship - Linux Unreal Tournament - Windows Unreal Tournament 2003 - Windows Unreal Tournament 2004 - Windows Unreal Tournament 2004 - Linux Unreal Tournament 3 - Windows Unreal Tournament 3 - Linux Unturned - Linux Urban Terror - Windows Urban Terror - Linux Ventrilo 2 Free - Windows Ventrilo 2 Free - Linux Wolfenstein: Enemy Territory - Windows Wolfenstein: Enemy Territory - Linux Games-20191101.zip
-
Fullscreen mode enabled Fullscreen mode disabled Based on the Go Irresistible theme for Joomla. Counter-Strike - Fullscreen.zip Counter-Strike.zip
-
Uses custom HTML to add 4 corners to the default theme. Default - 4 Corners.zip
-
It is working but it has to be enabled for each of the game types in General Settings > Games & Other Voice Servers > Select a game > GameTracker.com banners.
-
There is no billing api yet for v2.
-
New Features Added support for custom admin and reseller themes. Downloadable themes are available here. Custom HTML headers and footers will be available in the next update. Added support for tar files compressed with lzma format. File extension should be .tar.lzma or .tlz Bug fixes Images and style sheets are not cached by the browser when master OS is Linux. This caused the screen to flicker when changing to another page. Original file permissions are not restored when extracting a tar on Linux. Custom commandline does not use custom variable values. Can't log in when accessing website with IPv6. Mail template images and documents are not deleted when deleting a reseller. Selecting a link in the breadcrumb sometimes doesn't take you to the selected page.