1.
Log into your VPS or dedicated server via SSH (either with your SSH-Key or username and password).
2.
Install curl
3.
Start the server using a screen session so it keeps running in the
background and doesn't shut itself down when you leave your SSH session:
4.
start and stop commands
start
and stop it by using
5.
To detach from the screen session, simply press
Congratulations, you got your server running on port 9987 now!
To change the port, either connect to your server using telnet or YatQa.
6.
replace files from folder "Extract after first start!!!!" and start Teaspeak again
Log into your VPS or dedicated server via SSH (either with your SSH-Key or username and password).
2.
Install curl
Code:
apt-get update
apt-get install curl
3.
Start the server using a screen session so it keeps running in the
background and doesn't shut itself down when you leave your SSH session:
Code:
apt-get install screen
screen -AmdS TeaSpeak-Server
screen -x
./teastart_minimal.sh
4.
start and stop commands
start
Code:
./teastart.sh start
and stop it by using
Code:
./teastart.sh stop
5.
To detach from the screen session, simply press
Code:
CTRL + A and CTRL +D
Congratulations, you got your server running on port 9987 now!
To change the port, either connect to your server using telnet or YatQa.
6.
replace files from folder "Extract after first start!!!!" and start Teaspeak again