Teamspeak 3 – How to become serveradmin again

If you have a TS3-server (linux in this case) and have lost your old serveradmin profile in your client (due to reinstall or whatever…):

– Stop the TS-Server, edit the ts3server_startscript.sh and change the line COMMANDLINE_PARAMETERS=”” to COMMANDLINE_PARAMETERS=”$2“.

Restart the server using

./ts3server_startscript.sh serveradmin_password=yournewpass

Login to the TS3-ServerQuery interface and create a new token:

telnet localhost 10011
login serveradmin yournewpass
use 1
tokenadd tokentype=0 tokenid1=6 tokenid2=0

This will give you a new serveradmin token that you can use in your client. And now make a backup of your client profile 😉

One Response to Teamspeak 3 – How to become serveradmin again

  1. Pingback: Teamspeak 3 - Serveradmin per SSH | mattionline.de