Jump to content

Dennis

Administrator
  • Posts

    1,869
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. The easiest way to install MySQL on a Linux server is buy simply doing 'apt-get install mysql-server' or 'yum install mysql-server', depending on your distro.
  2. That sounds like a query issue. Have you setup the query protocol correctly?
  3. It's also a big inconvenience for your customers. They aren't able to update to the latest version and would always rely on someone being online in order to update their server. There's also the downside; you can't really announce that customers' servers will go offline. You might know what date updates usually (read usually) happen, but not the exact time. If the client is in the middle of a game (because they haven't shut down their game and let the update happen client-side), you're quickly gonna earn yourself a big pile of angry customers - all because you want to save some space. I can't find any solution for this without it having a major downside. Plus, disk space doesn't cost anything today.
  4. Have you manually changed the assigned memory from 'Service Settings' by editing the command line?
  5. Can you send screenshots of the variable and the command line?
  6. I would be shocked if the problem wasn't caused by the fact that you're using multiple configs for Minecraft (one for 2GB of RAM, one for 3GB of RAM and so on) ;-) It seems that it's only the 3GB RAM version that's causing the issue. You must've forgot to set the xmx variable to be 'Max memory': https://screenshots.firefox.com/UDTZy5qcky4d6bZQ/panel.primaservers.com
  7. What stats are you talking about? You need to go to the Grid settings and set it to show 'Assigned memory'.
  8. One downside of doing it (if possible) is that the VPKs are changed on every update. All of your servers would have to be offline at the same time when updating, meaning clients won't be able to update their own server. I'm not even sure how updating would work, actually. It seems like more trouble than it's worth.
  9. Have you looked at this (if using WHMCS)? http://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Sending_Allowed_Games_for_Game_Switching It's not possible to go move a server cross-platform, not automatically. Everything needs to be done manually.
  10. Wait, for real? Any way to test this and provide feedback?
  11. Hopefully with some revolutionary design
  12. It won't work with games where workshop items are compressed (like ARK, in .z files), as SteamCMD simply just downloads the files. SteamCMD doesn't know how to extract them.
  13. Hmm, that sounds weird. It works fine on Windows, and it worked fine on Linux when I tested it (but this is months ago). If you're willing to give me root access to a server, I can take a look at the problem. The issue could be that SteamCMD is downloading to a complete different folder.
  14. No problem. You could also ask them here so everyone would benefit from the answers
  15. Yes. We created a custom script that executed after creating the game server. I no longer have the script as we've switched to Windows on all servers as most game servers (including ARK) uses much less memory.
  16. SteamCMD on Linux has been changed. It should be downloading to /home/username/Steam or /SteamCMD now instead of /home/user/ID/Engine/Binaries/ThirdParty/SteamCMD/Linux/steamapps. Since the files never end up in /home/user/ID/Engine/Binaries/ThirdParty/SteamCMD/Linux/steamapps/, ARK won't extract the mod files and move them to /ShooterGame/Content/Mods/. To fix this, you just have to create a symlink between the two directories. ln -s /home/user/Steam/steamapps/ /home/user/ID/Engine/Binaries/ThirdParty/SteamCMD/Linux/steamapps/
  17. Glad to see all these modifications :-) But wouldn't it be best to have these options integrated into TCAdmin?
  18. What's the output from the activity logs?
  19. That's the way ARK works. ARK reports the server version and attaches the version at the end of the name. TCAdmin shows the hostname that the Steam server list reports back.
  20. We had the same problem recently, but only with some games. Maybe a bug?
  21. Seems like the header was removed. I liked the header.
  22. What features are you looking for?
  23. What does your GameUserSettings.ini and Game.ini look like?
  24. But there isn't a guide telling how to move the master, I think. When we've been moving masters, we've always moved to a completely new server where TCAdmin wasn't installed in the first place. It was pretty easy to simply just download the old master config and upload it on the new server and configure it as the master. Moving the master server to another server that's already configured as a remote server could possibly be done by changing the 'is_master' column to 1 in the table tc_servers. Remember to change the old master server to 0. Then restart all monitors.
×
×
  • 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