Help installing BattlEye service on Windows Server 2012 R2

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
slk.grumpy
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Mar 04, 2015 8:31 am

Help installing BattlEye service on Windows Server 2012 R2

Post by slk.grumpy »

Hey all,

I just got a VDS up and running with Windows Server 2012 R2 and installed Arma II and OA and also have my Dayz Epoch server running and connectable.

What seems to not run is the BE service. Whenever I try to run the BE service installer (downloaded directly from BE and tried through the A2OA files) the installer window flashes and does nothing (nothing in the task manager).

Has anyone had this issue before or know what the problem is?

Thanks,
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Help installing BattlEye service on Windows Server 2012

Post by Caliban55 »

The BattlEye service you installed is intended for the use with an Arma client, not a server and it comes from using the Steam client when installing Arma 2.

In your case using Arma 2 DayZ Epoch, you can use the BattlEye folder in your active instance folder, which should be working. Create and place a BEServer.cfg file in this folder with the following minium info in it:

Code: Select all

RConPassword YOUR_PASSWORD
Maxping YOUR_MAXPING_NUMBER_IN_MS
In your server config file you also have to enable BattlEye by putting

Code: Select all

BattlEye = 1;
in it.

You can also define an active BattlEye folder anywhere you want with the start-up parameter

Code: Select all

-BEpath=<path>
Post Reply