Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
336 stars 81 forks source link

Support other Query Protocols #173

Open xopez opened 3 years ago

xopez commented 3 years ago

Hello,

Currently the website supports query over telnet. I suggest that support for ssh would be nice for security. If I have seen it right, you are using the library from planetteamspeak. The libary supports the connection. People need for ssh connection over php the modul php-ssh2.

For local connections it doesn't really matter if you use telnet, but speaking for people using external servers there should be at least support for it.

Edit: maybe it is also possible to use http/https query for teamspeak. The authenification is different, but you don't need to use an extra php modul.