1

Topic: server on root?

hi community
first a sry for my bad english big_smile

what i want to ask: can i install a teewars server on my root?
i just tried to install a server on my root
but it didn't work. the server didn't start

is it possible to install a server on a root?
when yes, what do i have to do?

thanks for your help

2

Re: server on root?

I have this problem too. pls help I need my server.

Kämpfe mit ehre,
töte im Schatten,
verstecken am Tag.         made by (SKT)

3 (edited by jeppo 2007-12-31 18:23:30)

Re: server on root?

download Linux x86 or Linux x86_64 from the download page (http://www.teewars.com/?page=downloads) to the server
wget http://www.teewars.com/files/teewars-0. … x86.tar.gz
or
wget http://www.teewars.com/files/teewars-0. … _64.tar.gz

extract the files:
tar -xvzf teewars-0.3.2-linux_x86.tar.gz
or
tar -xvzf teewars-0.3.2-linux_x86_64.tar.gz

change into the directory:
cd teewars-0.3.2-linux_x86
or
cd teewars-0.3.2-linux_x86_64

config the server:
read this http://www.teewars.com/?page=docs&id=168
put some of the cfg examples in an textfile server.cfg and placed it in the teewars directory

then start the server:
./teewars_srv -f server.cfg


sry for my bad english