/ts3server

Auto Install the Linux TeamSpeak 3 Server on Ubuntu

Primary LanguageShell

Auto Install the Linux TeamSpeak 3 Server on Debian / Ubuntu

What this script does:

  • Creates a new user to run the TeamSpeak 3 Server
  • Downloads and installs the server
  • Creates a systemd service
  • Starts the server

How to use:

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