08-08-2020, 10:48 PM
Hello there, I'm going to show you the easiest way to install SinusBot and TeamSpeak3 on VPS both for Debian and Ubuntu! TeamSpeak3 is a Voice Server which is mostly used by the eSport teams for communication and it is also used by some students and other individuals too, On the other hand Sinusbot is a MusicBot in which you could listen music or setup amazing scripts provided over their forum!
So, Lets get started by updating and installing some tools for running TeamSpeak3
Now, Add a non-root user for TeamSpeak3 as it is not recommended to run TeamSpeak3 on root user!
Setting up the files for TeamSpeak3 Server and starting the server :
Your TeamSpeak3 will generate a ServerAdmin Password, APKIKEY and one time user Server Admin Token which should be used open joining the server first time
You have successfully installed TeamSpeak3 Server on your VPS! TeamSpeak3 is a voice server.
Pros :
TeamSpeak3 is simple and have a decent interface
It uses much less ram as compared to others Voice Servers.
You can also use multiple scripts to modify the server according to your needs (Example, Admin Bots which manage users and other actions)
Cons:
TeamSpeak3 Free Licence allows only 32 slots and the gamer licence starts from 55$! They do not accept sponsorship offer real easily.
So, Lets get started by updating and installing some tools for running TeamSpeak3
Code: (Select All)
For Debian/Ubuntu Users
apt-get update && apt-get upgrade
apt-get install nano wget perl tar bzip2
Now, Add a non-root user for TeamSpeak3 as it is not recommended to run TeamSpeak3 on root user!
PHP Code: (Select All)
adduser --disabled-login username
*Now you can switch to the username*
su username
Setting up the files for TeamSpeak3 Server and starting the server :
PHP Code: (Select All)
http://dl.4players.de/ts/releases/3.12.1/teamspeak3-server_linux_amd64-3.12.1.tar.bz2 - FOR 64BIT*
http://dl.4players.de/ts/releases/3.12.1/teamspeak3-server_linux_x86-3.12.1.tar.bz2 - FOR 32BIT*
tar xvf teamspeak3-server_linux_amd64-3.12.1.tar.bz2
cd teamspeak3-server_linux_amd64
touch .ts3server_license_accepted
(TeamSpeak3 requirest you to accept a licence before starting it for the first time)
(You can read the terms by typing nano LICENSE)
*Now start the server by typing*
./ts3server_startscript.sh start
Code: (Select All)
Example of the generated stuff
------------------------------------------------------------------
I M P O R T A N T
------------------------------------------------------------------
Server Query Admin Account created
loginname= "serveradmin", password= "f5SfK3"
------------------------------------------------------------------
------------------------------------------------------------------
I M P O R T A N T
------------------------------------------------------------------
ServerAdmin privilege key created, please use it to gain
serveradmin rights for your virtualserver. please
also check the doc/privilegekey_guide.txt for details.
token=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
------------------------------------------------------------------
You have successfully installed TeamSpeak3 Server on your VPS! TeamSpeak3 is a voice server.
Pros :
TeamSpeak3 is simple and have a decent interface
It uses much less ram as compared to others Voice Servers.
You can also use multiple scripts to modify the server according to your needs (Example, Admin Bots which manage users and other actions)
Cons:
TeamSpeak3 Free Licence allows only 32 slots and the gamer licence starts from 55$! They do not accept sponsorship offer real easily.