Jump to content

LFA

TCAdmin Developer
  • Posts

    2,133
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by LFA

  1. LFA

    MVC Default Theme

    This is the default MVC theme. Default.zip
  2. LFA

    MVC Dark Theme

    This requires version 2.0.135 or greater. Import the theme in Settings > Themes > Import. If you import the dark theme and you don't have a default (white) theme anymore just go to settings > themes and create a new theme with the default settings. Dark.zip
  3. Hi, enabling it in the steam tab only enables it for admins. You set permissions for other users in the feature permissions tab but I see workshop is all the way at the bottom. I'll move it under steam update so it's easier to find.
  4. Hi, on windows server 2016/2019 the only way the game will work is if you stop the service manager, kill all TCAdminServiceLauncher.exe procceses and start the service manager in console mode.
  5. You need to create a batch script for the mod's after uninstall event to delete the files. For example: rd /q /s path\to\folder del /q path\to\file
  6. Hi, a dark theme will be released with the next update.
  7. Create a support ticket with the login for your control panel and ssh access so I can take a look.
  8. Do you also see that error if you start it manually without TCAdmin? You can follow these instructions to start it manually: https://help.tcadmin.com/Troubleshooting_Game_&_Voice_Services#Troubleshooting_.28Linux.29
  9. Hi, try editing /home/tcadmin/Monitor/tcadmin-config. Change this line: export MONO_TLS_PROVIDER=legacy to #export MONO_TLS_PROVIDER=legacy Then restart the monitor and service manager. You might also have to kill the TCAdminServiceLauncher.exe processes.
  10. Other than the https bug the latest mono version is fine. Make sure port 8890 is open by mono with this command from ssh: netstat -tlnp|grep mono Create a support ticket so I can take a look.
  11. Make sure the master's standard port is not blocked by the firewall. You should be able to view http://masterip:8890 with your browser. It will show a white background with invalid hostname.
  12. For Linux servers there is a bug in mono when using https to communicate between servers. I reported it and it should be fixed in the next mono update. To work around this bug you can go to each of the server's settings, set the secure port to 0 and restart the monitors.
  13. Running it manually from ssh might give more information about the crash. Follow the instructions under Troubleshooting Linux: https://help.tcadmin.com/Troubleshooting_Game_&_Voice_Services#Troubleshooting_.28Linux.29
  14. I think this game doesn't have the dedicated server files available for download.
  15. In game settings > general settings there is an option "Always start on CPU 0". TCAdmin.StartOnCPU0Wait is the number of seconds to keep the game server on CPU0.
  16. You can create scripts that sets the priority to below normal for a few minutes while the game server starts up then sets it back to normal. As an example you can look at the scripts included in the Rust config for Windows.
  17. There is no process crashed event but you can configure the service manager to limit the number of restarts. For example this limits the game server to 3 restarts in 300 seconds in case of process crash. <add key="TCAdmin.MaxRestarts" value="3"/> <add key="TCAdmin.MaxRestartTime" value="300"/>
  18. The files are hidden because TCAdmin protects files that have execute permissions. To view files edit /home/tcadmin/Monitor/Override.config and change the value of RestrictLinuxExe to False To mount files first download the game that you want to mount. For example Counter-Strike Source: cd /home/tcadmin/tcafiles/games ./download-css-linux.sh Copy /home/tcadmin/tcafiles/games/css-linux/cstrike to /home/tcagame/mounts/cstrike and make tcagame own the files. Then configure your mount.cfg: "mountcfg" { "cstrike" "/home/tcagame/mounts/cstrike" } https://wiki.garrysmod.com/page/Mounting_Content_on_a_DS
  19. New The service manager will remember the service's status after a server reboot or service manager restart. For example: If a service with manual startup is running and the server is rebooted it will be started again. If a service with automatic startup is stopped and the server is rebooted it will not be started. Added recurring task that can be configured to delete scheduled tasks older than x days. Added support for C# scripting. Thanks to alexr03. Added options in steam settings to enable icons that take you directly to installed/updatable workshop mods. Added "update all", "reinstall all", "uninstall all" buttons to the Workshop browser when filtering by installed/updatable content. Changed color of the Steam Workshop icon to avoid confusion. Bug Fixes Fixed add widget on Linux+MVC. Fixed custom Workshop account when it wasn't anonymous.
  20. It looks like it's logging in with a normal steam account. It should be set to anonymous with a blank password.
  21. Hi, select the game server and click on steam update.
  22. Attached. The Isle - Windows.xml
  23. Log in as admin. Select the game server > command line manager > edit the default command line and increase the value of Xmx.
  24. Try this solution at the bottom: Basically remove all mods from the ini and try adding them back one at a time to see which one crashes.
  25. Other clients have mentioned the workshop browser does a better job because Ark's built in mod downloader can fail with large mods. https://help.tcadmin.com/Workshop_Browser
×
×
  • 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