fa فارسی en English de Deutsch fr Français es Español ar اَلْعَرَبِيَّةُ tr Türkçe zh-CN 中文 ru Русский it Italiano
How to lift a user ban in FIREAC
Date : 2025/08/17
Page : 1 from 1
Step 1 - Obtain Ban ID
When a player is banned, it means they are stored with a specific Ban ID in a database row.
Additional Image
Step 2 - Unban using a command
In this method, you perform the unbanning through a command. Our command is "funban [Ban ID]".
This command can only be executed in two cases:
1 - Having access to unban
2 - Via server console
Additional Image
Step 3 - Unban by directly deleting from the database (manual)
You can open the fireac_banlist table in your database and DROP the row where the player is banned. (delete it)
Additional Image
Step 4 - Adding unban permission
To grant unban permission to users, you must use the command "addunban [Player ID]".
For this, the player must be present on the server.
This command can only be executed via the server console, and no user on the server can run this command.
Additional Image