Hey everyone,
I have programmed a new admin tool for teamspeak 3 servers called TS3 Manager. It is web based and the backend is written in NodeJS.
Originally I created the web interface just for myself because I could not find a good web based tool for my needs and had a lot of problems because some tools are spaming the SeverQuery.
The TS3 Manager is communicating directly with the ServerQuery via websockets. There is no need to add it to the whitelist. It is basically just a web GUI for the ServerQuery.
For the TS3 Manager is no installation needed. It is just an executable file you have to run in your powershell or terminal. Linux, Mac and Windows are supported.
There is also a hosted version which can be used.
I have created a webpage for all the necessary informations and downloads.
Go to https://www.ts3.app to get further informations.
I will try to answer any questions as fast as possible.
[UPDATE 15-10-19]
- Fixed client list. In the old version there were only the first 25 entries from database listed. Now all clients are listed correctly.
- Improved client and channel select fields. Now you can search inside the select field.
- Added the feature "console". There is now a virtual telnet console available. Hope you like it.
[UPDATE 16-10-19]
- Fixed executables for mac and linux. (They were broken)
[UPDATE 25-11-19]
- New backend with SSH support
- The repo is public on Github
- Dark Mode
- Other small improvements