- Creates a new user to run the TeamSpeak 3 Server
- Downloads and installs the server
- Creates a systemd service
- Starts the server
Download or copy the script and paste it into a new file
wget https://raw.githubusercontent.com/rcguy/install_ts3-server/master/install_ts3-server.sh
Change the user variables if necessary
nano install_ts3-server.sh
Make the script executable
chmod a+x install_ts3-server.sh
Run the script
sudo ./install_ts3-server.sh
To start, stop, restart, or check the status of the ts3-server use
sudo systemctl {start|stop|restart|status} ts3server