Jump to content

simplyfrag

Member
  • Posts

    17
  • Joined

  • Last visited

Everything posted by simplyfrag

  1. In order to run a Rust Server Linux you need to run the following SSH Command: apt-get install libc6 Once running this command you can then run unity libs required by rust. Here is the pastebin link for the XML as i don't know how to attach the XML as an attachment. http://pastebin.com/5X5peDcU
  2. Hello, Add my skype SimplyFragHosting. I will talk to on here about pricing.
  3. i toggled on the override with that same command line and it seems to have worked... Edit: Its all working now it was a "bugged template"
  4. Thing is its just not using the MAIN ip but ill give it a try -batchmode +server.ip 5.39.6.168 +server.port 28015 +server.maxplayers 50 +server.hostname "SimplyFrag Hosting" +server.identity "123" -cfg "server\123\cfg\server.cfg" -logFile "log.txt" Still goes onto 94.23.60.99:28015
  5. yes im 100% certain its experimental. Add my skype: SimplyFragHosting i will show you
  6. This is my current commandline setup: -batchmode +server.ip $[service.IpAddress] +server.port $[service.GamePort] +server.maxplayers $[service.Slots] +rcon.ip $[service.IpAddress] +rcon.port $[service.RConPort] ![rconpass] ![hostname] +server.identity "![identity]" ![save] +server.tickrate 30 ![seed] which inside tcadmin looks like this: -batchmode +server.ip 5.39.6.168 +server.port 28015 +server.maxplayers 50 +rcon.ip 5.39.6.168 +rcon.port 28015 +rcon.password "****" +server.hostname "SimplyFrag Hosting" +server.identity "123" +server.saveinterval 300 +server.tickrate 30 +server.seed 6738 -cfg "server\123\cfg\server.cfg" -logFile "log.txt" +server.secure When trying to load gameserver on 5.39.6.168:28015 it still only loads on: 94.23.60.99:28016 SimplyFrag Hosting (according to HLSW)
  7. That didn't Work could you send your full Command lines?
  8. What command line are you using?

     

    My commandline is:

     

    -batchmode +server.ip $[service.IpAddress] +server.port $[service.GamePort] +server.maxplayers $[service.Slots] +rcon.ip $[service.IpAddress] +rcon.port $[service.RConPort] ![rconpass] ![hostname] +server.identity "![identity]" ![save] +server.tickrate 30 ![seed]

     

    Also im trying to load it on: 5.39.6.168:28015 but its appearing on HLSW as: 94.23.60.99:28016

  9. Rcon Protocol type? and -ip $[service.IpAddress] didn't work still loads on server master ip and not the failover ip.
  10. Ive managed to get a TEMPLATE made for this game which can do everything apart from interact with the server console via Web console. Has anybody found out how to make it so you can CHOOSE which ip you want to load on? Final Question: What protocols does rust use on TCAdmin?
  11. Problem is with 13.10 it breaks ia32 libs which is required for games that run on source and samp engine and the work around is very unstable id recommend going back to 12.10 and running these commands to install ia32 (been removed from standard repos) dpkg --add-architecture i386 apt-get update apt-get install lib32gcc1 apt-get install ia32-libs Hope this helps edit: The only way to get it working on 13.10 is to manually install everything that is contained inside of ia32-libs (all the differant packages) manually
  12. You can make a collection via steam and get a collection id you then add a variable in the tcadmin template for this and then you will need a auth key so you make a 2nd variable to set this up and your done
  13. I have recoded a windows version of this.
  14. The monitor CPU spike is caused by duplicate processes on servers when the keep alive check is run quite commonly (found this once or twice) The other time i found this issue was related to mono getting spammed with false positives. You can try doing this: nano /home/tcadmin/Monitor/mono-config. Uncomment these 2 lines: MONO_OPTIONS="--gc=sgen"; MONO_GC_PARAMS="nursery-size=4m"; nano /home/tcadmin/Monitor/TCAdminServiceManager.exe.config Change this line: <add key="TCAdmin.DisablePacketManager" value="False"/> to: <add key="TCAdmin.DisablePacketManager" value="True"/> Then restart the monitor and service manager services: /home/tcadmin/Monitor/monitor-service restart /home/tcadmin/Monitor/serviceman-service restart
  15. We don't use raid however i do use backup servers for our content. Buy a cheap dedi/dedi's and get them to use scp protocols to download the backups. As regards mysql you can make a mailing script to email it to an email i have ours set to every 3hrs and its around 90mb with tcadmin. If they were to intergrate this it should allow pushing via ftp or scp. However ultimately it is the customers responsibility to have backups for their stuff anyway as from a hosts point of view who don't use raid it can be quite hard as some of my backups are around 400gb of files meaning that it basically finishes downloading on backup server when next 1 needs to be done + it would lag the dedicated server/panel (resources)
  16. How did you get the file name from the fastdl sync script?
  17. Hello, You mean so it creates: resource.addfile("path to file") or resource.addWorkshop("ID") im currently trying to make the first option but im struggling to get the hooks from tcadmin.
  18. Why not make a 2nd user group based on original users. give it extra perms.
×
×
  • 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