TeaSpeak

TeaSpeak 1.0.19-beta

No permission to download

h1web

VIP
Sep 2, 2015
206
134
131
I dont know why its not running for me.


[13:15:57] [INFO] Starting TeaSpeak-Server v1.0.13-beta
[13:15:57] [INFO] Having new instance user on server 0 (1, serveradmin)
[13:15:57] [INFO] Starting query server on 0.0.0.0:10101
[13:15:57] [INFO] ------------------ [Server Query] ------------------
[13:15:57] [INFO] New Admin Server Query login credentials generated
[13:15:57] [INFO] Username: serveradmin
[13:15:57] [INFO] Password: xxx
[13:15:57] [INFO] ------------------ [Server Query] ------------------
[13:15:57] [INFO] Starting file server on 0.0.0.0:30303
[13:15:57] [INFO] Creating new TeaSpeak server...
[13:15:57] [INFO] Generate new server key
[13:15:57] [INFO] Got 0 saved channels
[13:15:57] [INFO] Creating new channel tree
[13:15:57] [ERROR] 1 | Missing servers default group!
[13:15:57] [ERROR] 1 | Missing servers default channel group!
[13:15:57] [INFO] 1 | Creating new groups from default groups!
[13:15:57] [ERROR] 1 | Missing servers default group!
[13:15:57] [ERROR] 1 | Missing servers default channel group!
[13:15:57] [INFO] Server Admin token: xxx
[13:15:57] [INFO] Having new server user on server 1. Database ID: 1 Name: serve radmin
[13:15:57] [INFO] 1 | - 1/[cspacer01]âââââââââ¥â£ââ¢â¤ââââââââ
[13:15:57] [INFO] 1 | - 2/[cspacer02] TeaSpeak 3 Server
[13:15:57] [INFO] 1 | - 3/[cspacer03]âââââââââ¥â£ââ¢â¤ââââââââ
[13:15:57] [INFO] 1 | - 4/[cspacer04]Default Channel
[13:15:57] [INFO] Generating server puzzles...
[13:15:57] [INFO] Puzzles generated! Time required: 167ms
[13:15:57] [INFO] [WebList] Sending new report.

I cant login through my TS3Client!


When i abort the process, i get:

[13:19:06] [INFO] [WebList] Sending new report.
[13:19:36] [INFO] Received signal 2
[13:19:36] [INFO] Stopping all server instances!
[13:19:36] [ERROR] | [WebList] Invalid web client key response (-1) Error Resource temporarily unavailable
[13:19:36] [INFO] Stopping application
[13:19:36] [INFO] Application suspend successful!
 

Najsr

Moderator
TeamSpeak Developer
Apr 23, 2016
483
249
167
Hello, would it be possible to add SSH support for server query connections? I think it would make it a bit more secure :)
 

WolverinDEV

Restricted
Sep 21, 2015
42
31
62
@h1web
The reason why the server stops came from an external input.
As you see at 13:19:36 the server receives a system signal 2 (2 stands for SIGINT) which stands for "Interrupt from keyboard".

@Nicer
I already thought about a SSH remote query server and maybe would implement that later on :) Already stands on my TODO list :)
 

Jackbox

Active Member
Jan 2, 2016
197
96
74
@h1web
The reason why the server stops came from an external input.
As you see at 13:19:36 the server receives a system signal 2 (2 stands for SIGINT) which stands for "Interrupt from keyboard".

@Nicer
I already thought about a SSH remote query server and maybe would implement that later on :) Already stands on my TODO list :)
It may be even simpler to fork a secure lightweight web server with HTTPS support (leverage Let's Encrypt e.g. certbot) and have the remote connection operate via HTTPS/SSL. Then you could always have API keys... I mean shit that opens so many doors! ^ __ ^ after the encrypted connection, pass through the commands/controls to a local query handler. This would make it especially nice for making mobile applications to control servers.
 

WolverinDEV

Restricted
Sep 21, 2015
42
31
62
Yep you can change the server port via query (serveredit virtualserver_port=... )
After that you have to restart the virtual server serverstop sid=... & serverstart sid=...
 
Last edited:

WolverinDEV

Restricted
Sep 21, 2015
42
31
62
~ Huge update ~
I finally released it. The first build in Music bot!

Currently only with YouTube playback and without a queue, but some updates would come soon :)
 

WolverinDEV

Restricted
Sep 21, 2015
42
31
62
Hello @obstkuchenlord,
Teaspeak supported sowohl YatQA als auch alle anderen gängigen TS3 über interfaces.
Dennoch ist zu beachten das das query notify System sich geändert hat und nicht mehr mit den normalen TS commands funktioniert.
Zu deinem 2ten Punkt kann ich nur sagen: Probieren geht über studieren.
Teaspeak supported multiple voice server instances :)

Now the recent stuff in English again:
Yes Teaspeak supports YatQA. In general Teaspeak supports all TeamSpeak 3 query interface commands. 8 only changed some thinks at the query notify System which may cause some strange errors with some query interfaces but all other should be work great

@Alligatoras
What do you mean with the first part of your answer?


@Alligatoras
To the post underneath me:
Ahh now I understand well I'm not so fluent with some English fraces
 
Last edited:
May 2, 2016
34
18
40
I tryed to connect via YatQA too but i got an error message. (Newest version)
In the TeaSpeak server log is the connection shown, but YatQA gives an error "over 5 seconds no communication .... connection closed"
Thats why im asking about YatQA support :p
 
May 2, 2016
34
18
40
But the oldest version yatqa 1.3.3.8 dosent work for me too.

EDIT:
Thanks with the pre build its working :)

Nice Project!
 
U

User_2970

I get : /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found
 

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Hey you need the pre-built the newest version doesn't work :)
Hello @WolverinDEV I was at work yesterday building a secure file sharing server for compliance reasons. While doing so, I realize the devs got lazy and began using 1,000 different dependencies (okay maybe only 8) but they were core/critical and the project is no longer properly maintained for about 2 years. Instead of having heaps of dependencies, I was wondering (just 2 dependencies for 2 very good reasons):

CAN YOU PLEASE: Since you are only releasing for Linux right now, for the love of all things holy and unholy, can you work with @Bluscream (I will help too) to get a quick web server up and running for TeamSpeak 3 server API commands Python or PHP could be used. Use HTTPS and identity keys, or priv keys or whatever keys. I just think that if you push support in TeaSpeak for API keys to control the server(s) entirely web-based... I would definitely get behind that project and run every scanning tool, keep every version audited and that would be an eventual path to get shit working proper. I also HIGHLY ENCOURAGE investigating something called WebSockify to enable TeamSpeak 3 server use from a web browser keep in mind there is a similar project for Mumble to glance at for guidance, this would allow TeaSpeak to compete with Discord and most importantly, this could serve as a way to begin making our own custom TeamSpeak 3 clients because once we have our first web client, we can totally ditch the TS3 client and release our own builds embedded in a web object app. Since one commonly used browser already provides a sandbox, the users of TeaSpeak would immediately be safer assuming inputs/outputs are handled properly (secure).
 
Last edited:

Zalati

VIP
Nov 16, 2016
12
11
94
Did the youtube-dl need to be in a specified file ?

Got this error when uses teastart_minimal.sh

youtube.png
 
Top