• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Server How to terminate auto start Teaspeak server?

mkll11one

TeaSpeak Team
Staff member
TeaTeam
Premium User
I created it with different query ports. Let's say ports 10101 and 10102. Is there a command to close port 10102? I guess all will be closed with this command
Ooooh. you can kill the port process...

kill -9 $(lsof -t -i:10101)