Ero sivun ”Teamspeak3/en” versioiden välillä
(Ak: Uusi sivu: We navigate into that directory:) |
(Ak: Uusi sivu: Inside we find a file by the name ts3server_startscript.sh , which we will open with the nano text editor:) |
||
Rivi 37: | Rivi 37: | ||
cd teamspeak3-server_linux-amd64/ | cd teamspeak3-server_linux-amd64/ | ||
− | + | Inside we find a file by the name ts3server_startscript.sh , which we will open with the nano text editor: | |
nano ts3server_startscript.sh | nano ts3server_startscript.sh |
Versio 23. heinäkuuta 2015 kello 08.09
Teamspeak is a free of charge VoIP service for non-commercial use.
Installing a Teamspeak3 server on Linux
The teamspeak donwloads page can be found here: http://www.teamspeak.com/?page=downloads . You can also use wget which we cover a bit later in this manual.
If you are not sure which one to select, here is a direct link to the file you want: http://dl.4players.de/ts/releases/3.0.11.2/teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
In this manual we will not create a separate user for teamspeak, and will instead run the installation as root. Not recommended but saves time and trouble.
We create the directory for teamspeak. You can come up with the directory name yourself but remember to also switch the directory name for the commands.
mkdir /teamspeak
We navigate to the directory we just created:
cd /teamspeak
And download the teamspeak package:
wget http://dl.4players.de/ts/releases/3.0.11.2/teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
Once the download is finished the directory should now have a file called teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
We extract the package with the command:
tar -xzf teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
After the extraction has finished the directory should have a new cirectory called teamspeak3-server_linux-amd64 .
We navigate into that directory:
cd teamspeak3-server_linux-amd64/
Inside we find a file by the name ts3server_startscript.sh , which we will open with the nano text editor:
nano ts3server_startscript.sh
Poista rivin 6 tiedot ja lisää tämä muuttuja:
D1="/teamspeak/teamspeak3-server_linux-amd64/bash"
Komento suorittaa scriptin kansiossa, jossa teamspeakin binääritidostot ovat.
Tallennamme muokkaamamme scriptin ja siirrämme sen kansioon /etc/init.d/
cp /teamspeak/teamspeak3-server_linux-amd64/ts3server_startscript.sh /etc/init.d/
Päivitämme /etc/init.d/ kansion komennolla:
update-rc.d ts3server_startscript.sh defaults
Sen jälkeen käynnistämme scriptin, mutta sitä ennen ota tekstitiedosto auki tallentaaksesi serverin luoman salasanan ja
Komento:
/etc/init.d/ts3server_startscript.sh start
Palvelin tulostaa sinulle admin tilin, sille salasanan ja server tokenin, jotka sinun täytyy ottaa talteen.
Esimerkki:
loginname= "serveradmin", password= "ncF1h2Ph" token=uRYVJ54Pvsp7mTFMWelPzg7uABHzEGu9znYRrdKq
Palvelin on nyt valmis toimintaan, joten siirrymme muokkaamaan palvelinta graafiselle puolelle.
Lataa ja asenna Teamspeak client
Yhdistä palvelimeesi saamallasi käyttäjänimellä ja salasanalla.
Sen jälkeen, jos kaikki on onnistunut, palvelin yhdistää ja kysyy sinulta server tokenia.
Onneksi olkoon, vaikein kohta on ohi.
Tässä kohtaa, jos haluat Teamspeakin ulkoverkkoon, avaa reitittimestä/modeemista portit 9987(UDP), 10011(TCP) ja 30033(TCP). 9987 on portti, jolla VoIP toimii ja loput ovat tiedostonsiirtoon.
Teamspeak3 asennus Windowsille
WIP