Anleitung in Ihrer Sprache nicht verfügbar

Diese Anleitung ist in der gewählten Sprache noch nicht verfügbar. Wir arbeiten daran und werden sie so bald wie möglich aktualisieren. In der Zwischenzeit können Sie die Anleitung auf Englisch lesen.

Anleitung in Ihrer Sprache nicht verfügbar

Diese Anleitung ist in der gewählten Sprache noch nicht verfügbar. Wir arbeiten daran und werden sie so bald wie möglich aktualisieren. In der Zwischenzeit können Sie die Anleitung auf Englisch lesen.

    7 Days to Die
    Ace of Spades
    Altis Life
    American Truck Simulator
    ARK: Survival Ascended
    ARK: Survival Evolved
    ARK: Survival Evolved Official Save Game
    ARK: Survival of the Fittest
    Arma 3
    Assetto Corsa Competizione
    Astroneer
    Atlas
    Avorion
    Chivalry 2
    Chivalry: Medieval Warfare
    Citadel
    Conan Exiles
    Core Keeper
    Counter-Strike: Global Offensive
    Craftopia
    Dark and Light
    Day of Dragons
    DayZ
    Dead Matter
    Dirty Bomb
    Don't Starve Together
    Dune: Awakening
    Empyrion
    Enshrouded
    Euro Truck Simulator 2
    Factorio
    Farming Simulator 13
    Farming Simulator 15
    Farming Simulator 17
    Farming Simulator 19
    Farming Simulator 22
    Farming Simulator 25
    FiveM
    Frozen Flame
    Garry's Mod
    Half-Life 2
    Hell Let Loose
    Jedi Knight 2
    KAG
    Killing Floor 2
    Last Oasis
    Left 4 Dead 2
    Life is Feudal
    Medieval Engineers
    Minecraft
    Mordhau
    Myth of Empires
    Onset
    Outpost Zero
    Palworld
    Pantropy
    Path of Titans
    PixARK
    Project Zomboid
    Red Orchestra 2
    REND
    Rust
    Satisfactory
    SCUM
    Sky Noon
    Sons Of The Forest
    Soulmask
    Space Engineers
    Squad
    Starbound
    StarMade
    Staxel
    Terraria
    The Forest
    The Isle
    Unreal Tournament 2004
    Unturned
    V Rising
    Valheim
    Wreckfest
    Ylands
  • webinterface
    • Account
      Andere Dienstleistungen
      FTP
      Kundendienst
  • WEBINTERFACE
    1. startseite /
    2. guides /
    3. bec battleye extended controls en

    Guides

    Kategorie A-Z
    Arma 3
    Gameserver
    Wiki

    BEC (Battleye Extended Controls)

    BEC (Battleye Extended Controls)

    Arma3 wiki.jpg Rent your own Prepaid ArmA 3 server! nitrado.net

     

    What is BEC and what does it do?

    BEC is a admin tool for Operation Arrowhead/Combined Operations and Arma3 dedicated servers for Windows that has enabled Battleye.

     

    This is a server application only, no install requirements are necessary client-wise.

    Basically what BEC does, is giving you the Battleye-power conveniently on the OA/CO and Arma 3-chatline in-game.

     

    BEC is a multi-admin tool, you can define as many admins you want, there is no limit on the number.

    You are able to define many custom commands and permissions to several admin levels.

     

    BEC also have the option to use a global ban list, but you will need an account for this to be enabled.

    When this is enabled, BEC will report hacks to a central ban database, it will also check the player’s guid against it upon connection to the game.

     

    When BEC starts up, it logs itself on to the Be-server using the Rcon protocol.

    Once a player connects to the server, his/her guid is checked against the admin file to see if he/she is a admin.

     

    Once an admin has been verified, he/she is free to send commands defined in the command file. No log-ins are required.

    To change the mission parameters, you need to use the OA/CO/A3 admin log-in function, as Battleye currently does not support this.

     

    BEC also have several good and organized logging functions. All chat is stored into separate files with time stamps on them.

    The same goes for all Be-events, they are stored in a separate file with time stamps on them.

     

    Summary of Main Features

    • Support for Multiple In-game Admins
    • Define Custom Names on Commands
    • Set Group Levels on Admins
    • Set Permission Level on Commands
    • Organized Chat logger
    • Organized BE Event logger
    • Check Guid of players who connects against a central ban database
    • Report Hacks to a central ban database
    • Nick Filter, Auto kick offensive nick’s defined by you
    • Chat & channel restriction
    • Chat & channel anti-spam
    • Make players temp admins
    • Autokick lobby idlers
    • Create Schedules of various sorts. motd’s. events etc
    • Create whitelist file
    • SlotLimit, can be used to reserve slots
    • Plugin Support (Ts3 Serverquery plugin included and some other ones).

    Install and Configure Bec

    Here’s the English translation:

    For some time now, our servers and web interface have been updated to enable this functionality with a single click in your web interface.

    Please check the instructions below.

    • Log in to your web interface.
    • On the left hand side click on general under settings.

    • Type BEC in the search box and you should see the option to enable BEC
    • Enable BEC and save settings.
    • Restart your server.

    If you want to to use this application you should read the install and configure guide.

    Requirement(s)

    OA/CO or Arma3 Dedicated server running on Windows.

    You might also need Microsoft Visual C++ 2008 Redistributable Package.

    TEMP FIX

    Set port 5 ports ahead of current port example 2302 set to 2307 since the latest Arma update

    Refer to https://www.battleye.com/support/documentation/

    Example of how to configure BEC to automatically restart your server every 4 hours with warnings.

     

        <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
        <Scheduler>
          <!-- INTERNAL COMMANDS -->
          <job id='0'>
            <start>07:45:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 15 minutes</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='1'>
            <start>07:50:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 10 minutes</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='2'>
            <start>07:55:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 5 minutes - Server locked!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='3'>
            <start>07:55:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>#lock</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='4'>
            <start>07:57:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 3 minutes!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='5'>
            <start>07:58:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 2 minutes!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='6'>
            <start>07:59:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 1 minute!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='7'>
            <start>08:00:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>#shutdown</cmd>
            <cmdtype>1</cmdtype>
          </job>
          <job id='8'>
            <start>11:45:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 15 minutes</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='9'>
            <start>11:50:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 10 minutes</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='10'>
            <start>11:55:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 5 minutes - Server locked!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='11'>
            <start>11:55:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>#lock</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='12'>
            <start>11:57:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 3 minutes!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='13'>
            <start>11:58:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 2 minutes!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='14'>
            <start>11:59:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 1 minute!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='15'>
            <start>12:00:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>#shutdown</cmd>
            <cmdtype>1</cmdtype>
          </job>
          <job id='16'>
            <start>15:45:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 15 minutes</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='17'>
            <start>15:50:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 10 minutes</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='18'>
            <start>15:55:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 5 minutes - Server locked!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='19'>
            <start>15:55:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>#lock</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='20'>
            <start>15:57:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 3 minutes!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='21'>
            <start>15:58:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 2 minutes!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='22'>
            <start>15:59:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>say -1 Restart in 1 minute!</cmd>
            <cmdtype>0</cmdtype>
          </job>
          <job id='23'>
            <start>16:00:00</start>
            <day>1,2,3,4,5,6,7</day>
            <loop>0</loop>
            <runtime>000000</runtime>
            <cmd>#shutdown</cmd>
            <cmdtype>1</cmdtype>
          </job>
        </Scheduler>
    

     

      Get Arma 3 Server Hosting now! 

     

    More Guides:
    How to properly install Oxide 2.0
    How to properly use donations
    How to read Minecraft Crash reports
    How to rent a PS4 ARK Server
    How to set a spawn point in a Minecraft server
    How to set up a Pixark Nitrado Server
    How to set up a The Forest Server
    How to set up Ylands server
    How to setup the Luckperms Plugins in Minecraft
    How to upload a custom map in Rust
    How to upload a map in Minecraft
    How to upload an existing world to Astroneer
    How to upload an existing world to Valheim
    How to wipe your Atlas server
    I cannot access my webinterface
    I cannot connect to my PC ARK server
    I cannot find my server on the server list (ARK PC)
    I cant access my inventories Smithy chest in ARK
    I cant travel through my Nether portal
    I got – hacked what do I do?
    I have a recent crash log
    I want to become admin on my ARK (PC) server
    I want to change the settings on my ARK server
    I was kicked from an Arma server with a restriction error
    Increasing the mod storage for your Farming Simulator server
    Industrial Craft 2 Halloween update
    Infobox Templates
    Insert Black Jack
    Install a custom map in Factorio
    Install a mod to Conan Exiles server
    Install creator DLC on Arma 3
    Install Exile Mod on Arma 3 server
    Install modifications on DayZ
    Install Mods on Arma Reforger server
    Install mods on a Path of Titans server
    Install mods on Space Engineers server
    Installation of Vahalle for ARK
    Installation procedure for Arma 3 Epoch Bornholm
    Installation procedure for Arma 3 Chernarus
    Installation procedure for Arma 3 epoch
    Installing a web server on your cloud server
    Installing Java 8 JDK on Ubuntu 1604
    Installing mods in Farming Simulator 2022
    Installing mods on a Dark and Light server
    Installing mods on an Atlas server
    Installing mods on Farming Simulator 17
    Installing phpmyadmin on Ubuntu 1604
    Installing primitive DLC on ARK
    Internal procedure
    Invalid SSL certificate
    IPMI access
    Item list for Rising World
    Keystones in 7 Days to Die
    Kicked from Arma server with a restriction error
    Kicked from DayZ server
    Kicked while playing on my Nitrado server
    Killing Floor 2 FAQs
    Known bugs in Satisfactory
    Lag in a Conan server
    Lagging gameservers and what to look for
    LAMP system for Ubunt 16.04
    Left 4 Dead 2 FAQ
    Link our Minecraft server

    What is BEC and what does it do?

    Install and Configure Bec

    Requirement(s)

    TEMP FIX

    Diesen Artikel teilen


    #Arma 3
    #Gameserver
    #Wiki
    12/1/2022

    Hol dir jetzt deinen eigenen Gameserver.

    Gameserver bestellen
    1. startseite /
    2. guides /
    3. bec battleye extended controls en
    Bezahle wie du willst
    Klarna Payment Badge
    Unsere Mitgliedschaften
    game - Verband der deutschen Games-Branche RIPE NCC - Ripe Network Coordination Centre Women in Games
    v1.30.0-168-g6f64a707 © 2025 marbis GmbH. Alle Rechte vorbehalten. Alle Preise sind Endpreise inkl. gesetzlicher Umsatzsteuer.