Jump to content

LFA

TCAdmin Developer
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LFA

  1. I didn't know about permreset command. I will add it as an action available for admins in the next update.
  2. http://clientforums.tcadmin.com/showthread.php?t=8497
  3. If the reinstall feature deletes the service and creates it again with the same port does Teamspeak bill you for one service or 2?
  4. It is planned but it is low priority. Even if they only have access to their home folder allowing them to upload custom jars is still dangerous. If you want to be secure the best way is to limit what they can upload and configure the plugins as mods.
  5. Currently there is no way to run a game server under its own user. What you should do is restrict permissions on *.jar and configure the minecraft plugins as mods so the users can install them without uploading anything.
  6. They can create a new admin token using the teamspeak browser.
  7. In the game server's service settings enable override commandline. remove -nohltv from there.
  8. http://help.tcadmin.com/Custom_Scripts You can use %ThisService_WorkingDirectory% or %ThisService_RootDirectory%
  9. Did you view the teamspeak tab? If you have ventrilo or mumble you will see teamspeak under different tabs.
  10. - Variable values are changed using the commandline mamnager or config editor. - Currently scripts are not executed when an update is installed.
  11. You can view live cpu, memory and bandwidth usage. Memory and cpu graphs work for any game. Minecraft is stopped with the stop command so it gets to save before closing. You can view the console and and send commands from your browser.
  12. Go to General Settings > Teamspeak Servers > Browser. Select the virtual server and assign the owner.
  13. Help us decide v2's next big feature
  14. Create a support ticket with the url and login for your control panel and the steps to reproduce the error so I can take a look.
  15. Currently map packs are not imported.
  16. Make sure you configured the admin account's email. Also try sending the test to the user's email account.
  17. Allowing your clients to upload jar files is a security risk. You should configure the plugins as mods so they don't have to upload them.
  18. In the game's File System Permissions remove .jar from the restricted extensions for subadmins, resellers and users. *.jar should not be an editable extension because it is not a text file.
  19. We did not create that script. You will have to ask the original creator.
  20. Live stats are saved to a table automatically so you can use your own script on your page or modify that one with the new table: http://help.tcadmin.com/Live_Stats To allow jar uploads go to General Settings > Games > Minecraft (Windows) > File System Permissions. Remove *.jar from the restrictions. This is a security risk since jar files can be anything. ftp/web servers, ssh server, virus, etc. It is recommended that you configure the plugins as mods so the user can install them without the need to upload jars manually.
  21. LFA

    Random crashes

    Create a support ticket with the login for your server and I will take a look.
  22. LFA

    Random crashes

    Remove MONO_FOLDER from tcadmin-config.
  23. Game switching has not been developed in v2 yet.
  24. LFA

    Random crashes

    This is a bug in mono. To fix edit this file: /home/tcadmin/Monitor/mono-config Change these lines: MONO_OPTIONS="--gc=sgen"; MONO_GC_PARAMS="nursery-size=4m";To: MONO_OPTIONS=""; MONO_GC_PARAMS="";Save and restart the monitor and service manager services. sgen improves performance but it can be buggy on Mono 2.10.2. Mono 2.10.3 fixes some bugs in sgen. If you want to try it the steps to compile mono are here: http://help.tcadmin.com/Mono#Build_from_Source
×
×
  • 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