GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.3k stars 819 forks source link

[TS3] Update Command ? #279

Closed DSDV closed 9 years ago

DSDV commented 9 years ago

Hi folks, i allready have a TS3 server... but on my root i try to setup a backupserver i case the old one crashes or some friends need one etc.

So cause i love gibbs gsm i also used it for setting up a ts3 BUT how can i update the server?

i used provided link from 4net players (cause im lazy) so now i ned to update the server to newest version - but how?

with best +DS_DV+

AlienXAXS commented 9 years ago

Hey, download the latest 64bit build of teamspeak 3 here:

  1. cd to your teamspeak3 directory
  2. ./ts3server stop
  3. wget http://dl.4players.de/ts/releases/3.0.11.2/teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
  4. tar -xvf teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
  5. rm teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
  6. cp -r teamspeak3-server_linux-amd64/* ./
  7. rm -r ./teamspeak3-server_linux-amd64
  8. ./ts3server start

Should work, take a backup before hand please :)

DSDV commented 9 years ago

oh thanks :D

it worked!

btw does anyone know why all the starboudn script threads got closed ? id love to set up a server for that game!

dgibbs64 commented 9 years ago

There is no update feature on Teamspeak as they don't provide any good mechanism like steamcmd for updating and I would have to manually update the script every time they update the server which I wont be able to do in a timely manor. But as @AlienXAXS advises that is the best way. I will eventually document this once the new wiki is all sorted. :)

Also see this comment about why your starbound request was canceled https://github.com/dgibbs64/linuxgameservers/issues/268#issuecomment-71102715

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.