A short server name to be used in txAdmin interface and Chat/Discord messages.
The language to use on Chat/Discord messages. Note: For the Custom option, read the documentation.
The folder that contains the resources and
cache folders, usually it's where you put your server.cfg.
{{@if(it.isZapHosting)}}
Zap-Hosting warning: this path must start with {{it.txDataPath}}.
{{/if}}
The path to your server config file, usually named server.cfg.
This can either be absolute, or relative to the Server Data folder.
Additional command-line arguments to pass to the FXServer instance.
For example, you can add +set and +exec commands. Note: These commands can be set inside the server.cfg as well.
Required if your server has more than 48 slots. Note: Setting to on will override onesync_enableInfinity if set as an Additional Argument above.
Start the server automatically after txAdmin starts.
Do not print FXServer's output to the terminal.
You will still be able to use the Live Console.
At which times of day to restart the server. Leave it blank to disable this feature.
The time MUST be in the 24-hour format with two digits for hours as well as
minutes (HH:MM) and the times should be separated by commas. Note: Make sure your schedule matches your server time and not your local time.
Check this if you want to disable broadcast chat warning messages in game before each scheduled restart.
Minutes before restarts to trigger chat warnings
All the minutes must be between 1 and 360 minutes and be separated by commas. Note: This will also trigger the server event txAdmin:events:scheduledRestart(docs)
Enable checking for Ban status on player join.
Bans will not work if this option is disabled.
Enable checking for Whitelist status on player join.
Whitelists will not work if this option is disabled.
The minimum amount of minutes a player needs to be in the server before it gets saved to the database.
This is done to prevent the database from getting too big.
This number must be between 1 and 60 minutes.
The message that will be returned to the player if he is not whitelisted.
Use <id>
as a placeholder for the whitelist request ID.
When enabled, the pending whitelist will be wiped every time txAdmin starts
This is done to prevent the database from getting too big.
The ID of the channel to send Announcements (eg server restarts).
Leave it blank to disable this feature.
To get the channel ID, go to Discord's settings and
enable developer mode, then right-click on the channel name and select "Copy ID".
The prefix for all commands.
The response to the /status command.
Supported placeholders: players, port, uptime.
{{@if(it.adminIsMaster)}}
Master Actions
Backup Database NEW
Download a copy of the playersDB.json file containing all players and actions (bans, warns and whitelists).
You should do this every once in a while.
In the FXServer tab you can change the server data path, but if you want to use
the Deployer again, you will need to use this option.
None of your files or databases will be deleted by doing that.