SA-MP Forums Archive
2 servers problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 2 servers problem. (/showthread.php?tid=324668)



2 servers problem. - cs_waller - 10.03.2012

Hello guys.Its possible to start 2 linux server from one host machine ? First server is with port 7777 and another is with port 6666.
My server with port 7777 is started and when I start new server with port 6666 it's offline in server list ?

Thanks in advanced


Re: 2 servers problem. - T0pAz - 10.03.2012

Yes it's possible.


Re: 2 servers problem. - cs_waller - 10.03.2012

Then why my second server with port 6666 is offline


Re: 2 servers problem. - thimo - 10.03.2012

Did you portforward it?


Re: 2 servers problem. - AndreT - 10.03.2012

You need to make sure why the server doesn't show up or doesn't start up properly.

First, have a look in the server_log.txt for the server on port 6666 to see if it was started up properly at all or stopped executing at some point.

You might also try to rename the server process name to avoid conflicting (I'm not sure if this is necessary or not, probably is).


Re: 2 servers problem. - cs_waller - 10.03.2012

You might also try to rename the server process name to avoid conflicting (I'm not sure if this is necessary or not, probably is).

I can not understand what that means?


Re: 2 servers problem. - cs_waller - 10.03.2012

When I start the second server Do I must to configure something from Terminal sorry for double post


Re: 2 servers problem. - Twisted_Insane - 10.03.2012

Show me your "server.cfg"-file from your second server! Also, are you sure that you portforwarded the second one, too?


Re: 2 servers problem. - cs_waller - 10.03.2012

echo Executing Server Config...
lanmode 0
rcon_password 123456
maxplayers 200
port 6666
hostname TEST SERVER
gamemode0 lvdm 1
filterscripts oed ladmin4v2 anims
announce 0
query 1
weburl gta.telnet.bg
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000


I'm sure I forwarded my port.