How to Administer My TeamSpeak Server?
Here’s a list of commands to use via SSH for your TS server.
You need to be logged in as the “teamspeak” user.
First, navigate to the directory where the server is installed (below is the command to use if you followed our tutorial: Installing a TeamSpeak Server):
cd /home/teamspeak/teamspeak3-server_linux_amd64
Start the server:
./ts3server_startscript.sh start
Stop the server:
./ts3server_startscript.sh stop
Restart the server:
./ts3server_startscript.sh restart
Get the server status:
./ts3server_startscript.sh status
Change the password for the Server Admin Query account:
./ts3server_startscript.sh start serveradmin_password=NewPassword