PDA

View Full Version : help with installing...


stewpot_smile
10-04-2007, 03:05
Hey.

I own an webhosting company, I own many VPS's and Deditcated Servers, Windows and Linux. I am very use to windows and installing ect.. But linux is a different question.

the main reason is we are going to start providing TeamSpeak Servers and Game servers' but can i please have some guide line on how to install a TeamSpeak server to a Linux Server.

stewart,

sjames06
10-04-2007, 16:47
Ill try my best.

Assuming that you have downloaded the .tar.bz2 file do the following

First, make sure that the package has not given itself a .tar.tar extension, if it has use the following code
mv download_name.tar.tar download_name.tar.bz2

You will now need to unpack it, use the following code in the directory the packaged file is in

tar -jxvf download_name.tar.bz2

That is the server unpacked, you will need to go into the directory it has been unpacked to (usually the directory you are in/ts2_server)

When in the directory it was unpacked to type ls to make sure the files are all there, the file you are looking for is teamspeal2-server_startscript

Now, I needed root access to execute this script, you now start the server by going

./teamspeak2-server_startscript start

This has now started your server, you can access the web configuration at the default port and set it up. To get the generated passwords type in the following

./teamspeak2-server_startscript passwords

I hope this is of some use.

Scott

stewpot_smile
11-04-2007, 04:30
thanks' :) Works fine, got 5 sign up's already on the Linux Servers



stewart,