Jump to content

Alexr03

Administrator
  • Posts

    217
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Alexr03

  1. Alexr03

    MySql Manager

    Doesn't look like a Linux issue to me. Just that the screen you are viewing the page on is very small.
  2. Alexr03

    Remote Console

    View File Remote Console Description This module will allow Administrators of your TCAdmin instance to remotely execute: Batch Scripts Powershell Scripts Bash Scripts On your TCAdmin Master or Remotes. You can also save/load scripts so you can use them for future use! Only install this module if you trust all of your users on TCAdmin that are the Administrator role. Since TCAdmin runs as a service in windows (system account) they can execute potentially harmful commands on the server. Installation Login to your TCAdmin and head to the Plugin Repository. Click Modules and click "Remote Console" Click "Install Module" After the installation is complete you should now see a "Remote Console" button on the sidebar under "Server Management" Known Issues None as of 1.0.0 If you find an issue or want something implemented into this. Please create an issue on the github page - https://github.com/Alexr03/TCAdminRemoteConsole Submitter Alexr03 Submitted 07/31/20 Category Modules  
  3. View File Custom Fields Editor Description This module will allow you to easily edit the `app_data` row in the TCAdmin database for changing settings on services, file servers, etc that you would otherwise not see. (Like setting the Processing status on a game service). Note: This is a module that are for advanced users. Changing a setting that you are not meant to may cause issues for you. Installation Login to your TCAdmin and head to the Plugin Repository. Click Modules and click "Custom Fields Editor" Click "Install Module" After the installation is complete you should now see a button on pages like Service Settings File Server Datacenter Server The button will be called "Custom Fields Editor" clicking this will take you to the editor for that specific object. If you find an issue or want something implemented into this. Please create an issue on the github page - https://github.com/Alexr03/TCAdminCustomFieldsEditor Submitter Alexr03 Submitted 07/29/20 Category Modules  
  4. Alexr03

    MySql Manager

    You need to use a sqllite manager of some sort and head to the tc_site_map table. You then delete the row where the controller field equals `MySql`
  5. View File Batch Steam Update Have a client that has a lot of Game Services? Do they complain that it takes forever to go through a service one by one to update!? Well no more! This plugin will create a page that will allow your clients to request a steam update for each of the services they choose. And they can keep track on it all in one page! Installation Login to your TCAdmin and head to the Plugin Repository. Click Modules and click "Batch Steam Update" Click "Install Module" After the installation is complete you should now see a "Steam Update" button on the sidebar under Game & Voice Management. Known Issues None as of 1.0.0 If you find an issue or want something implemented into this. Please create an issue on the github page - https://github.com/Alexr03/TCAdminBatchSteamUpdate Submitter Alexr03 Submitted 7/8/2020 Category Modules  
  6. Alexr03

    Git Clone

    View File Git Clone Allow clients to clone git repositories straight from GitHub into their Service Files. (Or they can specify a full URL to a .zip and it will also download). Features Automatic cloning of a github repository Automatic extraction of the downloaded file Allows direct URL for a .zip or a link to a github repository Follows the game file system permissions (If you disallow .dll then the extraction will fail) Installation Login to your TCAdmin and head to the Plugin Repository. Click Modules and click "Git Clone" Click "Install Module" After the installation is complete you should now see a "Git Clone" button on the File Manager toolbar. Known Issues None as of 1.0.0 If you find an issue or want something implemented into this. Please create an issue on the github page - https://github.com/Alexr03/TCAdminGitClone/issues Submitter Alexr03 Submitted 07/02/20 Category Modules  
  7. I was going to suggest that it no longer had permissions to the `ControlPanel` folder so couldn't load ASPX css. But I guess you fixed it
  8. Alexr03

    Cloud Backups

    View File Cloud Backups Allow your clients to backup to many different types of backup solutions. Features WHMCS Support - Charge your clients for capacity on your S3 servers. 3 Different types of backup solutions: S3 (Compatible API's) Minio AWS Backblaze B2 FTP Local Backups are downloadable straight from the File Manager. Backups can be restored straight from the File Manager. Backups can be deleted straight from the File Manager. Configurable location for Local Backups. S3 & FTP servers can be configured per service. Installation Login to your TCAdmin and head to the Plugin Repository. Click Modules and click "Cloud Backups" Click "Install Module" After the installation is complete you should now see a "Backups" button on the File Manager toolbar and you should see "Backup Administration" button on the Settings page. Known Issues Backblaze B2 - S3 backups will fail for any file over 5mb. If you find an issue or want something implemented into this. Please create an issue on the github page - https://github.com/Alexr03/TCAdminBackup/issues Submitter Alexr03 Submitted 06/27/20 Category Modules  
  9. @Grewsome I've checked the exception and it is showing this: Authentication method 'caching_sha2_password' not supported by any of the available plugins. Try execute this command on the MySQL server (Change USERNAME-HERE & PASSWORD-HERE): CREATE USER ‘USERNAME-HERE’@‘%’ IDENTIFIED WITH mysql_native_password BY ‘PASSWORD-HERE’;
  10. @Grewsome Hi, Its because you are using caching_sha2_password for the database user. Create a new user using the Legacy password option and give them access to TCAdmin database. Then it should work.
  11. @mouseymarsLooks really good! If i'm not mistaken the iframe for ASPX can take javascript from the parent page. Try adding your javascript in a script tag in this file: ControlPanel.MVC/Views/THEMEFOLDER/Shared/_Header.cshtml
  12. Looking nice so far, definitely an improvement to the current default. The icons on the left should be relevant to the text (e.g. Home icon should be an icon of a house, Game/Voice management should be a game controller icon) When the sidebar drops down to show the children, maybe have a box behind it to make viewing the text easier instead of using the background of the sidebar?. Gravatar or built-in avatars? We need to see previews of it with a service page.
  13. You could edit your product page on WHMCS to include a wiki link to how to generate a GSLT token then have that as a configurable option to send as a parameter.
  14. I guess you are running an old(ish) version of windows, like Windows 7 or lower (or Windows Server equivalent). Could you try this on a more up-to-date machine? - (This error also may happen with Mono, if you are attempting to run this on Linux) You can also try this (but I haven't tested): 1) Download https://cloud.openshift.alexr03.dev/s/3JTbDP9ajeqKjW6 2) Put the .dll in the Shared folder. 3) Start the bot again.
  15. IronPython cannot yet use Python 3 -- https://github.com/IronLanguages/ironpython3
  16. I think this is due to TCAdmin has stored the old Nexus files when it should of deleted them. Can you goto: "C:/TCAFiles/Games/Nexus bot" and delete everything inside of it, then reinstall the bot. Alternatively go here and download Nexus.exe https://github.com/Alexr03/Nexus-TCAdmin-Module/releases and then goto the service files, and replace the .exe with the one in the zip.
  17. May you download version 1.0.3 and give it a go? Either overwrite or delete and reimport the 1.0.3 config
  18. If you haven't figured it out already. Just click import on the themes page and upload the zip you got from the forums
  19. On the service page put this: @ { Service service = new TCAdmin.GameHosting.SDK.Objects.Service(Model.ServiceId); } You should then be able to do something like this: <h3>Rcon Password: @service.Variables["RConPassword"]</h3> I haven't tested it, but its something along those lines.
  20. The script is windows only atm. The project is open-source so if one wants to give it a try with compiling with mono be my guest. https://gitlab.openshift.alexr03.dev/nexus/nexus-bot https://gitlab.openshift.alexr03.dev/tcadmin/nexus-tcadmin-module
  21. When we started hosting, discord had just came out and everyone was moving over to it. We didn't see a point in offering TeamSpeak hosting so we never did, I don't think we need to worry. I agree with Dennis, I was also in the beta for TeamSpeak, and everything does just feel wrong. Discord is the new teamspeak and better by a million miles, plus its free for everyone.
  22. What version of TCAdmin are you running?
  23. Nexus Discord Bot View File This requires you to run at least TCAdmin Version 2.0.149.0 Hello all! Very exciting & unusual release here! This is just a Discord bot that has the ability to connect to TCAdmin and allow your clients to completely remote control their server straight from discord!! About This is a modular discord bot, right now only one module is available to be used. That is the TCAdmin Module, it allows hosts and their clients to link their TCAdmin & Discord account together to allow them to remotely manage their server from Discord, from powering on/off the service, a built-in file manager with the ability to edit files in discord. Or for hosts to run PowerShell or CMD commands on their servers remotely! Want to install chocolatey on all your remotes? The PowerShell command should do the trick! (See screenshots) Open Source (GPL v3) https://github.com/Alexr03/Nexus https://github.com/Alexr03/Nexus-TCAdmin-Module Video Installation Thanks @M0RG4Nfor doing the installation video You can view this video here Commands All commands are prefixed with ";" unless otherwised changed in the configuration file. Client Specific Commands Command Description Example ;service View the Service Menu ;service ;link Link a service to discord ;link ;login Login & Link TCAdmin and Discord together ;login ;logout Logout and unlink TCAdmin and Discord ;logout ;players Show the players embed. (If supported by the game query) ;players ;account who See who you are logged in as. ;account who ;help Shows a small help embed. ;help Host Specific Commands Command Description Example ;admin whois @Member See who @Member is logged in as ;admin whois @Alexr03#1525 ;admin EmulateAs @Member Emulate as a user to test their permissions ;admin EmulateAs @Alexr03#1525 ;admin StopEmulation Stop emulating ;admin StopEmulation ;admin ForceLink <ServiceId> Force link a service to discord ;admin ForceLink 1426 ;admin UnlinkServices Unlinks all services from the current discord guild. ;admin UnlinkServices ;admin LogoutUser <Username> Logs out & unlinks a user ;admin LogoutUser Admin ;admin LogoutUser @Member -- ;admin LogoutUser @Alexr03#1525 ;node cmd <ServerName> <Command> Run a Command Prompt and execute a command. ;node cmd Master Echo 'hi!' ;node powershell <ServerName> ``` PowershellScriptHere ``` Runs a full powershell script on a server ;node powershell Master ``` echo "Hello!" ``` ;node runallpowershell ``` <Script> ``` Runs a powershell script on every single enabled server. ;node runallpowershell ``` echo "Hello!" ``` ;node RestartMonitor <ServerName> Restarts the TCAdmin Monitor on a specified server ;node RestartMonitor Master ;node RestartAllMonitors Restarts the monitor on every single enabled server ;node RestartAllMonitors ;TaskManager <TaskID> Shows a live status update of a specific Task ;TaskManager 7532 ;TaskManager <ConnectionInfo> Shows the latest task for a service ;TaskManager 123.210.141.58:27015 ;TaskManager List <ConnectionInfo> Shows the latest 10 tasks for a service ;TaskManager List 123.210.141.58:27015 Credits @alexr03- https://github.com/Alexr03/ - Creator/Developer of Nexus Bot @M0RG4N- https://github.com/M0RG4N01- Helped during the development of Nexus bot & Created an awesome instructional video LYHMEHosting - https://lyhmehosting.com/ - Early Adopters of the bot Submitter alexr03 Submitted 04/05/20 Category Game Configs
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use