Want to set up a TeamSpeak 6 server? Here's everything you need to know and more. Free TS6 Groups, TS6 hosts and your own free TS6 Dedicated Server setup guide.
Download TeamSpeak 6:
teamspeak.com/en/downloads
TS6 Server:
github.com/teamspeak/teamspeak6-server
TS6 Server (Docker):
hub.docker.com/r/teamspeaksystems/teamspeak6-server
TeamSpeak 6 Hosts:
teamspeak.com/en/more/find-a-host
PowerShell commands:
New-NetFirewallRule -DisplayName "TS6 Server" -Direction Inbound -LocalPort 9987,30033,10080 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "TS6 Server" -Direction Inbound -LocalPort 9987,30033,10080 -Protocol UDP -Action Allow
New-NetFirewallRule -DisplayName "TS6 Server" -Direction Outbound -LocalPort 9987,30033,10080 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "TS6 Server" -Direction Outbound -LocalPort 9987,30033,10080 -Protocol UDP -Action Allow
Timestamps:
0:00 - Intro & TeamSpeak 6 Features
1:50 - How to hos...