otalportista
Fanatic member
Hello buddies,
With this post I want to clearly present how to install the Teaspeak server because I see that many people have difficulties with installing it, if they need any extra help just send me a private message and I will do my best to help you. Now lets go to tutorial.
1. Login into your SSH Server
2. As we cannot run the TeaSpeak server on the root user for security reasons we will create a user specifically for him

3. Then we will switch over to the recently created user dedicated for the teaspeak, change the working directory and to download the latest TeaSpeak release:
For 32 bits system
For 64 Bits System

4. Next we will extract the files
5. Now you're ready to start the server for the first time to reiceive the query credentials.
Note here that it is required to start the server for the first time via the teastart minimal script

If we want to change the query password in the future we can go to this post here
6. Now let's write the following text to shutdown the TeaSpeak in console or you can press CTRL + C
7. ( Optional ) Let's go back to the root user to install the required dependencies for the server auto restart

8. ( Optional ) Let's install the screen, we will install it as this will be necessary for the teaspeak server to keep started with an "Anti-Crash", that is, whenever the server crashes it will start automatically.
9. ( Optional ) And at last install the musicbot to teaspeak
10. Now we are ready to start server
If you follow steps 7 and 8 start with next commands
If not, execute server start with the next commands
---
All required commands:
All optional commands:
Usefull Links:
Click here to change query password
Click here to start teaspeak when reboot server
Click here to update your server
I hope you enjoyed the tutorial, I tried to be brief and clear.
---
Best regards,
OTalPortista
With this post I want to clearly present how to install the Teaspeak server because I see that many people have difficulties with installing it, if they need any extra help just send me a private message and I will do my best to help you. Now lets go to tutorial.
1. Login into your SSH Server
2. As we cannot run the TeaSpeak server on the root user for security reasons we will create a user specifically for him
Code:
adduser teaspeak

3. Then we will switch over to the recently created user dedicated for the teaspeak, change the working directory and to download the latest TeaSpeak release:
For 32 bits system
Code:
su teaspeak
cd /home/teaspeak
wget https://repo.teaspeak.de/server/linux/x86_optimized/TeaSpeak-$(curl -k https://repo.teaspeak.de/server/linux/x86_optimized/latest).tar.gz
Code:
su teaspeak
cd /home/teaspeak
wget https://repo.teaspeak.de/server/linux/amd64_optimized/TeaSpeak-$(curl -k https://repo.teaspeak.de/server/linux/amd64_optimized/latest).tar.gz

4. Next we will extract the files
Code:
tar -xzf TeaSpeak-*.tar.gz
rm TeaSpeak-*.tar.gz
5. Now you're ready to start the server for the first time to reiceive the query credentials.
Note here that it is required to start the server for the first time via the teastart minimal script
Code:
./teastart_minimal.sh

If we want to change the query password in the future we can go to this post here
6. Now let's write the following text to shutdown the TeaSpeak in console or you can press CTRL + C
Code:
end now
7. ( Optional ) Let's go back to the root user to install the required dependencies for the server auto restart
Code:
su root

8. ( Optional ) Let's install the screen, we will install it as this will be necessary for the teaspeak server to keep started with an "Anti-Crash", that is, whenever the server crashes it will start automatically.
Code:
apt-get install screen
9. ( Optional ) And at last install the musicbot to teaspeak
Code:
./install_music.sh install
10. Now we are ready to start server
If you follow steps 7 and 8 start with next commands
Code:
su teaspeak
./teastart_autorestart.sh start
Code:
su teaspeak
./teastart.sh start
---
All required commands:
Code:
adduser teaspeak
su teaspeak
cd /home/teaspeak
wget https://repo.teaspeak.de/server/linux/amd64_optimized/TeaSpeak-$(curl -k https://repo.teaspeak.de/server/linux/amd64_optimized/latest).tar.gz
tar -xzf TeaSpeak-1.4.11-beta-4.tar.gz
rm TeaSpeak-1.4.11-beta-4.tar.gz
./teastart_minimal.sh
./teastart_autorestart.sh start
Code:
su root
apt-get install screen
./install_music.sh install
Click here to change query password
Click here to start teaspeak when reboot server
Click here to update your server
I hope you enjoyed the tutorial, I tried to be brief and clear.
---
Best regards,
OTalPortista