Jump to content
  • 0

help with 2 servers running on same dedicated


poet

Question

5 answers to this question

Recommended Posts

  • 0

Have you made sure the second one is running on a different port in the config file. you need to leave min 10 ports between so example.

 

Server 1: 2302

Server 2: 2402

 

That is a nice safe method.

 

Also how are you starting your servers ? Can you show your start-up lines so we/I can check.

Link to comment
Share on other sites

  • 0

server 1:

 

@echo off
start "arma2" /min "arma2oaserver.exe" -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayzOverwatch;@DayZ_Epoch;@DayZ_Epoch_Server;"
 
Server 2:
 
@echo off
start "arma2" /min "arma2oaserver.exe" -port=2302 "-config=instance_11_Chernarus\config.cfg" "-cfg=instance_11_Chernarus\basic.cfg" "-profiles=instance_11_Chernarus" -name=instance_11_Chernarus "-mod=@DayzOverwatch;@DayZ_Epoch;@DayZ_Epoch_Server;"
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...