- Related Resources
- https://r4p3.net/threads/connect-with-ts-clients-3-2-0-to-teaspeak-servers.7107
With the steps below, it is not possible to continue using your TeamSpeak database!
Instead you have to do a snapshot (e.g. serverquery or a tool like Yatqa).
We will start our own TeaSpeak section here if there is any demand for it.
There is one additional step to let current TS³ clients connect to TeaSpeak servers. You can find it here
The following is from the website of TeaSpeak:
TeaSpeak is a free server and web client software for VoIP communication.
Its the deal software for everyone who is annoyed about limits and restrictions.
TeaSpeak includes a lot of new cool features in contrast to all other well known VoIP software.
Such as an build in Music Bot system. This system acts like a normal music bot system except that its
much more efficient compared to other music bots. Not enough TeaSpeak also support a private channel
system which allows you to stay undercover.
TeaSpeak also has an optional client badge spoof detection But the best feature off all is the completely
new and unique TeaSpeak Web-client.Connect to any TeaSpeak server without the requirements of
an installation or dependenciesThis feature is currently in alpha test. More information are available here
Steps to install your own TeaSpeak server
Congratulations, you got your server running on port 9987 now!
To change the port, either connect to your server using telnet or YatQa.
Instead you have to do a snapshot (e.g. serverquery or a tool like Yatqa).
We will start our own TeaSpeak section here if there is any demand for it.
There is one additional step to let current TS³ clients connect to TeaSpeak servers. You can find it here
The following is from the website of TeaSpeak:
TeaSpeak is a free server and web client software for VoIP communication.
Its the deal software for everyone who is annoyed about limits and restrictions.
TeaSpeak includes a lot of new cool features in contrast to all other well known VoIP software.
Such as an build in Music Bot system. This system acts like a normal music bot system except that its
much more efficient compared to other music bots. Not enough TeaSpeak also support a private channel
system which allows you to stay undercover.
TeaSpeak also has an optional client badge spoof detection But the best feature off all is the completely
new and unique TeaSpeak Web-client.Connect to any TeaSpeak server without the requirements of
an installation or dependenciesThis feature is currently in alpha test. More information are available here
Steps to install your own TeaSpeak server
- Log into your VPS or dedicated server via SSH (either with your SSH-Key or username and password).
- Install curl
Code:apt-get update
Code:apt-get install curl
- For your own and your servers security, do not run TeaSpeak or any other closed source program on your root account, that's why we're creating another user for it. We'll call it ubuntu but you can call it whatever you want.
Create a new user called TeaSpeak
Code:adduser teaspeak
Code:su teaspeak
- Download the latest build with the link below or use the download we provide.
64bit:Code: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;
Code: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
Code:tar -xzf TeaSpeak-X.X.X.tar.gz rm TeaSpeak-X.X.X.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:
Code:apt-get install screen 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 there should be a config file which you can edit for your needs. - After you've completely adjusted your config file, you can easily start the server again by using
Code:./teastart.sh start
Code:./teastart.sh stop
- To detach from the screen session, simply press
Code:CTRL + A and CTRL +D
Congratulations, you got your server running on port 9987 now!
To change the port, either connect to your server using telnet or YatQa.