Community Forums Today's Posts     Member List     Archive    
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2009
    Location
    Doncaster
    Posts
    4

    Paid Install or Simple Way!

    Hello, currently im trying to install teamspeak 3 on my linux 32 bit server. On teamspeak 2 i just have a server.ini file and all i have to do is start the server with ./teamspeak2-server_startscript start, then configured the server with the web control panel.

    Is there anyway i can do teamspeak 3 this way without having to mess with the complicated setup with mysql or is there someone who will install it for me for a small fee of course?

    Thanks.

  2. #2
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    44
    you got a privat message =)

  3. #3
    Join Date
    Aug 2005
    Location
    Nederland
    Posts
    56
    You can contact me.

  4. #4
    Join Date
    Feb 2008
    Location
    Wisconsin
    Posts
    54
    Edit by mod
    Please don't use this outdated script anymore! The script got an overhaul long time ago.
    Please use the minimal or startscript instead


    http://forum.teamspeak.com/showthrea...143#post207143

    Quote Originally Posted by NeoShadowdream View Post
    I just use this
    Code:
    #!/bin/bash
    DIR="/path/to/ts3"
    case "$1" in
        start)
    	cd ${DIR}
    	screen -A -m -d -S ts3 ${DIR}/ts3server_linux_amd64 inifile=ts3server.ini
    	echo "Server Starting">&2
    	;;
        stop)
    	killall ts3server_linux_amd64
    	;;
    *)
    	echo "Usage: ./ts3_server {start|stop}">&2
    	exit 42
    	;;
    esac
    exit 0
    saved that into ts3_server
    then I issue ./ts3_server start and it automaticly sets it up in screen for me
    ./ts3_server stop does just what it sounds like



    Best thread here as far as I am concerned. There is no need to use MySQL as far as I can see. I run a sever for at most 12 people and don't plan on using it. Things have worked well, more or less, for me so far and I'm a complete Linux n00b to boot.
    Last edited by florian_fr40; 09-11-2011 at 16:20.

  5. #5
    Join Date
    Dec 2009
    Location
    Doncaster
    Posts
    4
    I need to use port 8770 as this is the port i had open for my old teamspeak 2 setup any ideas?

  6. #6
    Join Date
    Mar 2005
    Location
    Germany
    Posts
    51
    you can setup a ts port in the ini file


    edit:

    * Link broken *

    his admin pannel is great, you can also change server ports, add servers and change slots with it ...
    Last edited by florian_fr40; 09-11-2011 at 16:19.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to Install TS & MySQL 4 Properly
    By DOMINATION in forum [TeamSpeak 2] Server Support
    Replies: 242
    Last Post: 15-09-2009, 01:24
  2. Linux Fedora OS - Begginer's Install Guide [with latest patch!]
    By papa2ae in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 09-05-2008, 00:22
  3. Back Up TS Server to install on another computer
    By saverrio in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 09-05-2006, 05:45
  4. Problem with install of CELP Codec.
    By Tinlegs in forum [TeamSpeak 2] Client Support
    Replies: 0
    Last Post: 19-06-2005, 06:45
  5. mic not picking up anything
    By majom in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 17-10-2004, 22:51

Posting Permissions

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