Linux help?

This page is from a past convention. It is kept here for archival and informational purposes only.
Please visit our forums for the latest announcements and discussion.
KnightFox's picture
"Enjoying the world of racing since 2004"

Location: Cumberland, Maryland

Hey ya'll

I just downloaded Ubuntu 7.10 a couple of days ago and I'm really impressed with it. However I'm a rookie when it comes to Linux and I need some help installing the Teamspeak Server Program. I have the client (Which I added using the Add/Remove Programs list) but I need the server version. How do I go about doing this?

Average rating
(0 votes)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

iSKUNK's picture
Location: Cambridge, MA

These would be the basic steps to take:

1. Download the Linux "TeamSpeak 2 Server" from the Web site. This will be a file named "server_linux".

2. chmod +x server_linux (this makes it possible to execute the file)

3. ./server_linux (i.e. execute the file)

That should start up some kind of installer that will set up the program for you.

-- 
iSKUNK!
(old Linux hand)

Theyain Riyu's picture
"Note Me!"

Location: In a small little box in your small little mind.

Website: [Link]

I'm going to show a different easier way to do this.

First download it (duh)
Then Extract it into your home folder (for me thats theyain)
Then open up terminal.
Type the following: cd ./tss2_rc2
Now that that is running type ./teamspeak2-server_startscript start

Doing that will do everything that iSKUNK said and more.

To turn it of just type (assuming that you have closed the terminal) cd ./tss2_rc2/
and then type ./teamspeak2-server_startscript stop

You might want to configure the newly installed server. There is a nice
webadmin interface for this, just open your favorite browser and type
"http://ts_server:14534" into the address field - of course you would have to
substitute "ts_server" with the "real" IP/Hostname.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

SSL