Automatic TeamSpeak server installer for Windows and Linux
Note
Настройку и документацию этого софта на русском языке смотрите здесь
- Download
ts3-installer-win.exe
from releases - Move
ts3-installer-win.exe
in anywhere you need and open it - Open
ts3server.exe
You also can clone this repository and run main.py
using python
on your Windows PC
Note
After installation, you should always open ts3server.exe
. The server will be minimized to the system tray, where you can close it by RMB (click on the TS3Server icon) -> Exit
Important
Make sure that python3
is installed on your server
- Run this commands:
git clone https://github.com/medowic/ts3-server-installer.git
cd ts3-server-installer
sudo bash ts3-installer.sh
- After installation you can start and stop server by this commands:
systemctl start teamspeak # starting server
systemctl stop teamspeak # stopping server
You also can remove server from autostart:
systemctl disable teamspeak
If you using direct connection to your server, you must have public (white) IP address
You can connect by only IP without port
Important
To run TeamSpeak Server, you must open these ports in your firewall or router (standard ports):
9937 (UDP)
30033 (TCP)
10011 (TCP)
This way doesn't require a public IP. So, if you haven't it, you can use this way. Using VPN like these, you must make network in app, know your IP in app and connect by it.
We're recommend to use Radmin for Windows and Hamachi for Linux
You also can connect by only IP without port
This project is under the MIT License