Community Forums Today's Posts     Member List     Archive    
Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2011
    Posts
    4

    Solved How to AUTOSTART a TS3 server on linux ? (after server reboot) init.d? cron?

    Hi!! My TS3 server is under Linux (DebianOS) and working excellent. But everytime I reboot the server, or it does auto-reboot for any reason, the TS3 obviously die and I have to MANUALLY put it up again.
    I've read some ideas for this, but I expect something like wich of the options is the best for a TS3 server.
    I did read about cron, init.d, but even with those I don't know how to use them.

    If any of you can help me, I will really appreciate it.
    Thank u in advance.

  2. #2
    Join Date
    Jun 2011
    Location
    Russian Federation
    Posts
    208
    my sample: (of course you specify a path to launch)

    crontab -e
    Code:
    @reboot /home/archi/teamspeak3-server_linux-x86/ts3server_startscript.sh start

  3. #3
    Join Date
    Nov 2011
    Posts
    4
    Quote Originally Posted by Ar2rJke View Post
    my sample: (of course you specify a path to launch)

    crontab -e
    Code:
    @reboot /home/archi/teamspeak3-server_linux-x86/ts3server_startscript.sh start
    Seriously? Would that work? I've read incredibly difficult ways just to run the TS3 server at SO start, including init levels like 3,5 and more stuff that I didnt get at all. If that work well, you are my hero! :P

  4. #4
    Join Date
    Jun 2011
    Location
    Russian Federation
    Posts
    208
    I have been using it as a year and everything works. Try it!

  5. #5
    Join Date
    Feb 2008
    Location
    Germany, Schorndorf
    Posts
    176
    Debian does not start in level 3,5 by default. Normal startup is init level2.
    btw you should copy script into init.d folder. Install script with
    update-rc.d scriptname default

    thats all if your script is ok
    Last edited by Dabulator; 26-06-2012 at 21:39. Reason: level1 changed to level2

  6. #6
    Join Date
    Jun 2012
    Posts
    1
    Greetings from Russia. One man found a solution. Hoy, I think it is not complete.
    http://kolodkin.com.ua/?p=9
    p. s. Thanks to Google translator
    I have a problem. Teamspeak runs before the other demons, and interferes with the launch of other demons

  7. #7
    Join Date
    Feb 2008
    Location
    Germany, Schorndorf
    Posts
    176
    check if you have defined your init section of script like

    ### BEGIN INIT INFO
    # Provides: TeamSpeak3
    # Required-Start: $remote_fs $syslog
    # Required-Stop: $remote_fs $syslog
    # Short-Description: TeamSpeak 3 Server
    # Default-Start: 2 3 4 5
    # Default-Stop: 0 1 6
    # Description: Start and stop yourpriorität TeamSpeak 3 server...
    ### END INIT INFO

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Linux TS3 Server Autostart script
    By MasterXBKC in forum Tools
    Replies: 17
    Last Post: 02-11-2011, 09:55
  2. Replies: 2
    Last Post: 24-09-2010, 15:40
  3. TS check Cron and Init.d files CentOS 5.0
    By Katana*GFR* in forum [TeamSpeak 2] Server Support
    Replies: 0
    Last Post: 19-02-2008, 14:32
  4. Autostart when reboot ?
    By axel22 in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 19-09-2007, 05:18
  5. Autostart per Cron
    By bibabu in forum [TeamSpeak 2] Server Support
    Replies: 0
    Last Post: 21-05-2006, 12:08

Posting Permissions

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