• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Some question on teaspeak

Hi to all , on those days i heard something about this new version with the name of teaspeak.

I have some question

-Is this like a ts3 server ( can people that use ts3 connect to my teaspeak server ? )

-Is the unlimited slot license free ?

-Can i install on this teaspeak server plugins like sinusbot jts3bot ecc ?

-Can i connect to the yatqa server

-Is the same metodh of download a Tea*Speak 3 server on a vps linux for teaspeak ?

-What is this isue of the 3.2.1 and 3.2.2 version with the slots on teaspeak ?


if you can give more information on teaspeak server I would be grateful
 

yamano

TeaSpeak Team
Staff member
TeaTeam
1-Is this like a ts3 server ( can people that use ts3 connect to my teaspeak server ? )

2-Is the unlimited slot license free ?

3-Can i install on this teaspeak server plugins like sinusbot jts3bot ecc ?

4-Can i connect to the yatqa server

5-Is the same metodh of download a Tea*Speak 3 server on a vps linux for teaspeak ?

-What is this isue of the 3.2.1 and 3.2.2 version with the slots on teaspeak ?
1. Yes.
2. Yes. Unlimited instances with 1024 slots (Ts client v3.2.1 and less)
To ts client v3.2.2 you have to use maximum of 32 slots server or buy a AAL from the Tea*Speak site.
3. Sinusbot i can confirm it works. Jts3bot i dont know.
4. Yes.
5. You can follow this Debian / Ubuntu / Linux guide:

apt-get update

apt-get upgrade

apt-get install curl

apt-get install ffmpeg (Just if you want Costum TeaSpeak musicbot)

apt-get install youtube-dl (Just if you want Costum TeaSpeak musicbot)

apt-get install screen

apt-get install libnice10 -y

For your own security, do not run TeaSpeak or any other closed source program on your root account,
Create another user for it.
Create a new user called TeaSpeak, for example:

adduser teaspeak

Login to the new created user:

su teaspeak

Download the latest version with the links below:

64bit:
wget -O TeaSpeak.tar.gz https://repo.teaspeak.de/server/linux/amd64/TeaSpeak-$(curl -k https://repo.teaspeak.de/server/linux/amd64/latest).tar.gz;

32bit:
wget -O TeaSpeak.tar.gz https://repo.teaspeak.de/server/linux/x86/TeaSpeak-$(curl -k https://repo.teaspeak.de/server/linux/x86/latest).tar.gz;

Extract the ".tar.gz" file and delete it:

tar -xzf TeaSpeak.tar.gz
rm TeaSpeak.tar.gz

Start the server using a screen session so it keeps running in the background and doesn't shut itself down when you leave your SSH session:

screen -AmdS TeaSpeak-Server
screen -x
./teastart_minimal.sh

Save your token and your query-login data into wordpad or wherever you can get it back anytime.

Close the session again with CTRL+C

Now edit the config file whith your needs (Ports: 10011 and 30033)
After you've completely edited your config file, you can start the server using:

./teastart.sh start

Stop it by using:

./teastart.sh stop

To detach from the screen session, press:

CTRL + A and CTRL +D

Done, you got your server running on port 9987!

--------------------------------------------------------------------------------------------------------

**Allow Tea*Speak client version 3.2.0 / 3.2.1+**

Start the TeaSpeak server and note the admin query credentials.

Stop the server

Open your the config.yml in the root directory of the TeaSpeak server and set it like below:
protocol:
#Its just a test for the new Tea*Speak licensing system (you require a extra plugin!)
experimental_31: 1

Start your TeaSpeak Server

Replace/Insert the protocol_key.txt by: " https://www.dropbox.com/s/2r9l8atuhlpuhj1/protocol_key.txt?dl=0 "

Restart your Server!
Done!

--------------------------------------------------------------------------------------------------------

**Allow Tea*Speak client version 3.2.2+**

Edit your server to 32 slots.


Hope it helps ;)
 
1. Yes.
2. Yes. Unlimited instances with 1024 slots (Ts client v3.2.1 and less)
To ts client v3.2.2 you have to use maximum of 32 slots server or buy a AAL from the Tea*Speak site.
3. Sinusbot i can confirm it works. Jts3bot i dont know.
4. Yes.
5. You can follow this Debian / Ubuntu / Linux guide:

apt-get update

apt-get upgrade

apt-get install curl

apt-get install ffmpeg (Just if you want Costum TeaSpeak musicbot)

apt-get install youtube-dl (Just if you want Costum TeaSpeak musicbot)

apt-get install screen

apt-get install libnice10 -y

For your own security, do not run TeaSpeak or any other closed source program on your root account,
Create another user for it.
Create a new user called TeaSpeak, for example:

adduser teaspeak

Login to the new created user:

su teaspeak

Download the latest version with the links below:

64bit:
wget -O TeaSpeak.tar.gz https://repo.teaspeak.de/server/linux/amd64/TeaSpeak-$(curl -k https://repo.teaspeak.de/server/linux/amd64/latest).tar.gz;

32bit:
wget -O TeaSpeak.tar.gz https://repo.teaspeak.de/server/linux/x86/TeaSpeak-$(curl -k https://repo.teaspeak.de/server/linux/x86/latest).tar.gz;

Extract the ".tar.gz" file and delete it:

tar -xzf TeaSpeak.tar.gz
rm TeaSpeak.tar.gz

Start the server using a screen session so it keeps running in the background and doesn't shut itself down when you leave your SSH session:

screen -AmdS TeaSpeak-Server
screen -x
./teastart_minimal.sh

Save your token and your query-login data into wordpad or wherever you can get it back anytime.

Close the session again with CTRL+C

Now edit the config file whith your needs (Ports: 10011 and 30033)
After you've completely edited your config file, you can start the server using:

./teastart.sh start

Stop it by using:

./teastart.sh stop

To detach from the screen session, press:

CTRL + A and CTRL +D

Done, you got your server running on port 9987!

--------------------------------------------------------------------------------------------------------

**Allow Tea*Speak client version 3.2.0 / 3.2.1+**

Start the TeaSpeak server and note the admin query credentials.

Stop the server

Open your the config.yml in the root directory of the TeaSpeak server and set it like below:
protocol:
#Its just a test for the new Tea*Speak licensing system (you require a extra plugin!)
experimental_31: 1

Start your TeaSpeak Server

Replace/Insert the protocol_key.txt by: " https://www.dropbox.com/s/2r9l8atuhlpuhj1/protocol_key.txt?dl=0 "

Restart your Server!
Done!

--------------------------------------------------------------------------------------------------------

**Allow Tea*Speak client version 3.2.2+**

Edit your server to 32 slots.


Hope it helps ;)
Ok thank you very much