Migrating connection types

🚧

Page WIP

This page is a work-in-progress.
If you have any questions, write us on Discord, please. :)

Recent updates of TeamSpeak have seen improvements in data security: The TeamSpeak Server now allows usage of encrypted server query connections:

  1. The classical telnet/tcp server query via. SSH ("SSH-Query").
  2. A new HTTP-interface that sends commands as HTTP requests and in JSON format. ("HTTP-Query").

As of now, Jeak only supports the legacy query without encryption as well as a proprietary connection mechanism that allows connections to TLS sockets (as provided by reverse proxies - see Securing the connection).
The SSH-Query support is currently being worked on and the HTTP-Query is planned to be supported but is currently not worked on.