This installer will automatically install TeamSpeak 3 onto your NAT VPS, and automatically configure the ports to the ones you specify.
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
This script will only work on OpenVZ container based VPS due to the fact it only checks for venet ethernet adapter. You can modify the code of this script before you run it if you want to install on a KVM/Xen VPS.
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.
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.
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.
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 /opt/ts3/
and enter command /etc/init.d/teamspeak3 restart
for the new license key to take effect.
This script uses init.d.
Tested on Debian 7/8 and Ubuntu 14.04 LTS