View Full Version : HELP|error start server
./teamspeak2-server_startscript start
starting the teamspeak2 server
Error, Either an old instance of teamspeak is still running, or
an other application is using the tcpquery port!
Error, Server was not started!
Re-install TeamSpeak. If that doesn't work, and if your using Firestarter(a firewall)then check and see if something is using that port. Also, if the TeamSpeak2 thing isn't a service, restart your computer to make sure TS2 isn't running already.
Don't reinstall TeamSpeak, run the following command as root and in your teamspeak folder (tss2_rc2 usually):
if [ -e server.ini ]; then netstat -tulpen | grep $(cat server.ini | grep TCPQueryPort | sed 's/TCPQueryPort=//'); else netstat -tulpen | grep 51234; fi
Show us the output or use the output yourself if you can.
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.