/NAT-TS3-Installer

A TeamSpeak 3 installer for NAT VPS.

Primary LanguageShell

NAT TS3 Installer

This installer will automatically install TeamSpeak 3 onto your NAT VPS, and automatically configure the ports to the ones you specify.

How do I install?

To install TeamSpeak 3 automatically, run this command and follow the prompt.

wget http://git.io/nat_ts3 --no-check-certificate -O /tmp/nat_ts3.sh && bash /tmp/nat_ts3.sh

Will this script work with VPS with dedicated IPs (all ports available)?

Yes, everything will work! Just use 9987 (default port) as your voice server port and 30033 as your file transfer port. Of course if you want custom ports, you can set them to whatever you want as long as you have access to those ports and are opened in your firewall rules.

I can't remember the port number, help!

You can also set up SVR records with your dns provider so you can use your hostname instead and do not have to remember your port number. For instructions on how to have this set up, please visit the TeamSpeak3 support page.

Where do I get a server?

This script will run on any vps server as long as it has root and ipv4 access. NAT IPv4 VPS is how this script was born.
Check out the LowEndSpirit project to get a server for just €2 per year.

Does my server have a license?

No. Only the barebone server will be installed, no license will be included. You can, however, use the server as is for personal usage, up to 32 concurrent clients.
If you need to upload your own license, you can upload your "licensekey.dat" to /etc/ts3/ and enter command /etc/init.d/teamspeak3 restart for the new license key to take effect.

More info please.

Current TeamSpeak 3 server version: 3.0.12.2
Tested on Debian 7/8 and Ubuntu 14.04 LTS