+ Reply to Thread
Results 1 to 3 of 3

Thread: Teamspeak server shuts down after certain amount of time?

  1. #1
    Join Date
    Apr 2008
    Posts
    23

    Default Teamspeak server shuts down after certain amount of time?

    Hi all,

    I just installed a Teamspeak3 server and it works great. But once I leave it and its empty for a bit (I can't tell how long, exactly), it shuts down. I have to SSH back in and restart it all the time, which is a giant pain. The command I'm using to start the server is:

    ./ts3server_linux_amd64 voice_ip=[myip] 2>&1 > /dev/null &

    Perhaps there's a different string I can enter to keep the server running?

    Thanks,
    James.

  2. #2
    Join Date
    Jan 2010
    Posts
    6

    Default

    Try this:

    nohup ./ts3server_linux_amd64 voice_ip=[myip] 2>&1 > /dev/null &

    After a few days it may still go down though. This is the problem I'm trying to solve. I'm trying to find a daemon that will auto start the server.

  3. #3
    Join Date
    Apr 2008
    Posts
    23

    Default

    Hmm, I did as you said, and the TS server stayed up less than a day.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts