Jump to content
  • 0

help with 2 servers running on same dedicated


poet

Question

We have gotten an overwatch server open up and running but if we launch the second server you will be unable to connect to either server  and only 1 will show up in the server list

 

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

4 answers to this question

Recommended Posts

  • 0

I guess that you're running these servers on the same box.

The issue here is that you're using the same port and same instance folder for both servers.

For your second server you need to make a new port for it, lets say it would be 2352 instead of 2302 and also you need to make a second instance folder as you need to edit the config.cfg for things like the steamPort and steamQueryPort.

Link to comment
Share on other sites

  • 0

i have them in 2 seperate folders here is the config.cfg from the pve folder

 

hostName = "KoS Gaming Cherno PVE  (1.0.5/103718)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short";
motd[] = {"Welcome to KoS Cherno","Visit the Website for Rules","killonsite.info"};
motdInterval = 0;
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 103718;
requiredSecureId = 2;
 
class Missions
{
    class Mission1
    {
    template = "DayZ_Epoch_11.Chernarus";
    difficulty="veteran";
    };
 
};
Link to comment
Share on other sites

  • 0

You need to have seperate Epoch_server folders and arma2oaserver.exe

 

make @epoch_server_1 and @epoch_server_2 and server_1.exe and server_2.exe

 

You can share BEC folders, Battleye folders, Mod folders and Keys Folders

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...