This thread can be used for feedback and discussion about the 3.3.0 release of the TeamSpeak server.
Change log and main changes can be found in server release thread.
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
This thread can be used for feedback and discussion about the 3.3.0 release of the TeamSpeak server.
Change log and main changes can be found in server release thread.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
I feel lost to activate SSH, my server works with Debian7, your examples are compatible with mine?
If not active SSH will not work Twitch? or is it only because of the security encryption issue?
The Twitch feature is not related to SSH. It's just a secure connection to the ServerQuery.
When you start your server (every operation system) with parameter query_protocols=ssh,raw then ssh will be active on port 10022 and old interface (raw) on port 10011.
You have to use parameter query_ssh_rsa_host_key= and to add your own key or server will create and use an own ssh key when parameter query_ssh_rsa_host_key=ssh_host_rsa_key was used.
Example for your server.ini where only SSH is enabled and old interface is turned off.
Code:query_ssh_ip=0.0.0.0,:: query_ssh_port=10022 query_protocols=ssh query_ssh_rsa_host_key=ssh_host_rsa_key
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
When server 3.3.0 and client 3.2 beta are ready to use on your system then do following
- You login on https://www.myteamspeak.com/ and switch to MY ACCOUNT.
- Press CONNECT TO TWITCH and finish the process
- Now start your client and login with same myTS account.
You should see your Twitch username under Options -> myTeamSpeak- Connect to the 3.3.0 server and make sure you own permission b_virtualserver_modify_integrations
- Right-click on the server name and select Edit virtual Server
- Press the More button in case you do not see the Integrations tab
There your Twitch name should be shown and a Install button should be enabled
In case it is not as described: Make sure your bookmark has Send myTeamSpeak ID enabled or else you will not be able to install or delete a integration.- Now you can setup the groups user should get when they are subscribed or follower of your Twitch channel.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Irgendwas Neues gegenüber beta3?
https://forum.teamspeak.com/threads/...241#post459241
"We added one last improvement for SSH on PHP."
On connect to teamspeak servers running version 3.3 while using client 3.2 I'm getting:
I do not use twitch so no plans to create an account to link, but myTeamSpeak ID should still be able to get validated. Got this on the public community server this morning, then updated one of my servers and got the same error. This error was not seen with server 3.2 while using client 3.2.Code:<06:54:05> The TeamSpeak server could not validate your myTeamSpeak ID. Some myTeamSpeak related services are not available. <06:54:05> Reconnecting might solve the issue.
Also, my badges are still shown, so it appears that myTeamSpeak ID was found...
Last edited by Screech; August 2nd, 2018 at 12:35 PM. Reason: Note about badges added.
That's a client issue.
A new client beta will be released today.
myTeamSpeak ID and badges do not stand in any relationship![]()
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
When will Server Version 3.3.0 be available on the official Teamspeak download page?
I can't say when they will get it there, but you can get it from the FTP linked in the released notice post.
I have some troubles connecting to the ssh port on my ts3 server.
I created a server.ini with
according to the most recent logfile it seems the server accepts the server.ini:Code:query_ssh_ip=0.0.0.0,:: query_ssh_port=10022 query_protocols=ssh,raw
my firewall config is:Code:2018-08-03 07:49:13.607024|INFO |Query | |listening for query on 0.0.0.0:10011, [::]:10011 2018-08-03 07:49:13.607089|INFO |Query | |listening for query ssh on 0.0.0.0:10022, [::]:10022
and I have no issues connecting to legacy query.Code:0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:10011 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:10022
butor YaTQA tells me connection refused on ipv4 and v6Code:openssl s_client -connect ts.mydomain.com:10022
am I missing something here?
There are currently 1 users browsing this thread. (0 members and 1 guests)