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