Changes

From Amahi Wiki
Jump to: navigation, search
28 bytes added ,  20:15, 23 March 2016
== Purpose ==
This is a tutorial for installing [https://www.teamspeak.com/teamspeak3 Teamspeak 3 Server ] on Fedora. This has been tested and confirmed on Fedora 21 but should work on other Fedora versions as well as Ubuntu.
== Create user ==
First either directly on the sever or via SSH login [[Open Terminal as root]]: su -
Then we will create * Create a user for which teamspeak can operate solely under: sudo adduser teamspeak
Now switch * Switch to that user and access its home directory:
su teamspeak
cd /home/teamspeak
Now we will download teamspeak 3 , unpack and remove the archive (please note you can adjust the version on the downloads for future updates):
<u>32 -Bit:</u>
wget <nowiki>http://dl.4players.de/ts/releases/3.0.12.3/teamspeak3-server_linux-x86-3.0.12.3.tar.gz</nowiki>
tar xzf teamspeak3-server_linux-x86-3.0.12.3.tar.gz
cd teamspeak3-server_linux-x86
rm teamspeak3-server_linux-x86 -r
rm teamspeak3-server_linux-x86-3.0.12.3.tar.gz
----
 64Bit<u>64-Bit:</u>
wget <nowiki>http://dl.4players.de/ts/releases/3.0.1112.3/teamspeak3-server_linux-amd64-3.0.12.3.tar.gz</nowiki>
tar xzf teamspeak3-server_linux-amd64-3.0.12.3.tar.gz
cd teamspeak3-server_linux-amd64
rm teamspeak3-server_linux-amd64 -r
rm teamspeak3-server_linux-amd64-3.0.12.3.tar.gz
 
== Auto Start Server ==
crontab -e
Press insert
 
Now enter the following:
@reboot /home/teamspeak/ts3server_startscript.sh start
Press :w (to save)
 
Press :q (to quit)
 
 
Now lets verify it was added correctly:
crontab -l
Click on connect and your address will be the DNS amahi has provided.
 
Enter the username you would like to use for the adminstartor of your server and hit connect.
 
Upon connecting you will be asked for your token key enter it now.
 
Now you should have access and be able to set a password and make other adjustments.
 
== Port Forwarding ==
Now for anyone outside of your local network to gain access to your Teamspeak 3 server you will have to open up port ****9987.
That's it you should have a fully functioning teamspeak 3 server running.
12,424

edits