teamspeak

Got a feature request? Great! Post your ideas here!
GHETTOCHiLD
Posts: 9
youtube meble na wymiar Warszawa
Joined: Mon May 06, 2013 8:39 pm

teamspeak

Post by GHETTOCHiLD »

i would love to see a teamspeak package for the asustor. i just picked up the asustor as-604t instead of the qnap or synology nas's based on the os and that asustor is part of asus. with that being said i would love to see some of the packages that are available for other nas's become available on asustor. teamspeak being one of them.

also, i only heard about the asustor because i saw a package for it on the plex website...
meteora
Posts: 37
Joined: Wed Mar 13, 2013 2:12 pm

Re: teamspeak

Post by meteora »

I used to use teamspeak before, but don't really feel like to run it on my nas as I have many important data in it. anyhow, I think teamspeak already has a workable copy for linux

1. go to http://www.teamspeak.com/?page=downloads, select "Server amd64", then click download
2. put this tar.gz file to somewhere in your NAS, such as the Public shared folder
3. download Putty here: http://the.earth.li/~sgtatham/putty/lat ... /putty.exe and use it to connect to your nas via ssh using the "root" account, the password is the same as "admin" (do not forget to enable ssh by the way, it's in Services), and then enter the following commands:

Code: Select all

# tar -zxvf /volume1/Public/teamspeak3-server_linux-amd64-XXXXXX.tar.gz
XXXXXX is the version, just enter the one you have downloaded in the previous step

Code: Select all

# cd /volume1/Public/teamspeak3-server_linux-amd64

Code: Select all

# ./ts3server_startscript.sh start
that's it, the TS server will start automatically and you should see something like this:
------------------------------------------------------------------
I M P O R T A N T
------------------------------------------------------------------
Server Query Admin Account created
loginname= "serveradmin", password= XXXXXXXX"
------------------------------------------------------------------


------------------------------------------------------------------
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=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
------------------------------------------------------------------
and I guess you should know how to set up the reset :)