Needing some help figuring out some admin command stuff

Results 1 to 2 of 2
  1. #1
    Member siontherapadant is offline
    MemberRank
    Mar 2017 Join Date
    United StatesLocation
    62Posts

    ! Needing some help figuring out some admin command stuff

    Basically I'm trying to figure out how I can run admin commands on my EP8 server. As far as console goes I'm not sure how to really do that. I know there are ingame commands but I'd like to avoid that since being online 24/7 isn't possible for anybody to do.

    Basically I'm just wondering what my options are for automating bans and kicks from the server without having to log in each time to do it. Basically I can just go on a web page, look at a report, and click a button and it handles everything for me. Or in some cases have an automatic ban handled from an anti-cheat detection.


  2. #2
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: Needing some help figuring out some admin command stuff

    Ban, kicks you can reach via website functionalities.

    Simply create an function that will lock the account (in database account -> dbo.cabal_auth_table (I don't remember exact names of tables, don't have database near me)
    And in parallel it will check for the current IP of logged account and execute iptables drop for that specific IP so he will be kicked out from the server.



Advertisement