1

Topic: [Linux] Second Teeworlds Server

Hi,

I have a VServer (Linux) and have a Teeworlds server.

My question: How do I get to two server? Therefore, receive a 2nd server?

Thanks in advance!

2

Re: [Linux] Second Teeworlds Server

You set your servers to listen on different ports. Use the "sv_port" argument in your servers' configuration files, like this:

server1.cnf:
sv_port 8303

server2.cnf:
sv_port 8304

server4.cnf:
sv_port 8305

etc.

3 (edited by Jannyeis 2011-09-20 14:17:04)

Re: [Linux] Second Teeworlds Server

Do I need also two config's?

Or what is the: server1.cnf?

: D

4

Re: [Linux] Second Teeworlds Server

Jannyeis wrote:

Do I need also two config's?

Imo the best way its to make completly new directory(folder). Every of my server has it's own folder, with own settings, maps etc.

5

Re: [Linux] Second Teeworlds Server

Jannyeis wrote:

Do I need also two config's?

Or what is the: server1.cnf?

: D

Yes, you need one config per server, so server1.cnf and server2.cnf represent two different server configurations.

Used to be very active waay back

6

Re: [Linux] Second Teeworlds Server

OK! THANKS !!! smile