TeamSpeak 6 Server - BETA RELEASE v6.0.0-beta2

Yes test it for them, and after the beta test, they’ll gladly give you a 5-slot server or buy a community one :grin:. Mark my words — though it’ll take at least a year

I believe S3 refers to Amazon S3 cloud storage. But I’m not sure what would be the use case for S3 with TeamSpeak.

File storage for server files I believe

Do people often store a lot of data on the TS server? For casual images and text, a few dozen GBs will probably suffice, and basically any modern computer has that much storage. Just seems like a weird thing to implement with so many other beta-related issues around.

Let’s not hurry in opinions and wait for the soon (seems so from beta5 description) client update and see what is implemented already

wouldnt wonder if there actually are some filesharing enthusiast servers out there xD

Is there a way to enable console logging for windows?

Any information of current development state? More than a week all topics are idle

1 Like

Any news or dates when we can expect more infomation?

Hello TeamSpeak Team,

I have successfully installed and launched the TeamSpeak 6 server (v6.0.0-beta5) on a Linux environment. However, I couldn’t find any available query interface (such as an API or CLI access) to manage the server externally.

I have edited the query_ip_allowlist.txt file and ensured that the relevant ports are open on the network, but I still can’t see any active service for remote queries.

To provide more technical context, here is the current output from ss -tulnp:

udp   UNCONN 0      0            0.0.0.0:9987       0.0.0.0:*    users:(("tsserver",pid=4269,fd=46))
udp   UNCONN 0      0               [::]:9987          [::]:*    users:(("tsserver",pid=4269,fd=47))
tcp   LISTEN 0      4096         0.0.0.0:30033      0.0.0.0:*    users:(("tsserver",pid=4269,fd=36))
tcp   LISTEN 0      4096            [::]:30033         [::]:*    users:(("tsserver",pid=4269,fd=37))

As you can see, there is no query port (such as 10011, 10022, or 10080) currently listening.

Is there any official documentation or a roadmap regarding query support in TS6? I’d like to integrate the server into automation tools, and this functionality is essential.

Thank you in advance for your help.
Best regards.

Server query needs to be explicitly enabled.

1 Like

I have successfully enabled both the SSH (10022) and HTTP REST (10080) query ports on my TeamSpeak 6 (v6.0.0-beta5) server. The ports are open to external access and respond properly to curl requests.

However, I’m facing two issues:

  1. These query interfaces do not seem to be compatible with existing tools like YaTQA.
  2. Although virtualserver_weblist_enabled=1 is set, the server does not appear in the public server list.

Is there any documentation or tool support available for managing servers using this new API? Especially regarding server list visibility and remote management?

  1. For yatqa you need to use the SSH query. (Enable TeamSpeak SSH (3.3+) below the Query Port Field). If not present, this will prompt you to download plink.exe. However Yatqa downloads an outdated version. You need to manually download the latest plink version (https://the.earth.li/~sgtatham/putty/latest/w64/plink.exe) and place it next to the yatqa.exe.

  2. Only servers with a valid (paid) license are eligible to be publicly listed.

3 Likes

My Teamspeak Server ist running smoth on a vps server. But I am missing the feature to share Screenshots directly in the chat and the feature to stream with the server as “host”.

Does anyone know when if even ever the streaming feature will come?