txAdmin is a full featured web panel to Manage & Monitor your FiveM Server remotely.
- Start/Stop/Restart your server instance or resources
- Access control:
- Login via Password, CitizenFX or Discord
- Admin permission system (more info)
- Action logging
- Brute-force protection
- Discord Integration:
- Server status command (
/status
) - Custom static commands
- Command spam prevention
- Server status command (
- Monitoring:
- Auto Restart on crash
- Server’s CPU/RAM consumption
- Live Console (with log file)
- Hitch Detection statistics
- Online players chart
- Server Activity Log (connections/disconnections, kills, chat, explosions and custom commands)
- Real-time playerlist with ping + steam-linked accounts (when available)
- Scheduled restarts with warning announcements
- Translation Support (more info)
- FiveM's Server CFG editor
- Responsive web interface
Currently txAdmin is included in all FXServer Windows builds above 2310, so to run it for the first time simply double click FXServer.exe
. After that you could also run the start_<build>_<profile>.bat
file created, or call it via cmd/bash if you want to edit the ConVars (profile, port, folder).
If on Linux, you can download the LATEST BUILD and extract it into the citizen/system_resources/monitor
folder, or build it from the source.
txAdmin requires to be launched from inside FXServer in monitor mode, to do that, just execute the run.sh
or run.cmd
without any +exec
arguments.
- serverProfile: The name of the server profile to start. Profiles are saved/loaded from the current directory inside the
txData
folder. - txAdminPort: The TCP port to use as HTTP Server.
- txDataPath: The path of the data folder. The default on Windows is
<citizen_root>/../txData
and on Linux<citizen_root>/../../../txData
.
ConVar usage example:
# Windows
./FXServer.exe +set serverProfile dev_server +set txAdminPort 40125 +set txDataPath "%userprofile%/Desktop/txData"
# Linux
./run.sh +set serverProfile dev_server +set txAdminPort 40125 +set txDataPath "~/fxserver/txData"
If you want to run it from source, or build it yourself, please do read this.
- This project is licensed under the MIT License.
- Favicons made by Freepik from www.flaticon.com are licensed under CC 3.0 BY
- Special thanks to everyone that contributed to this project, specially the very fine discord folks that provide support for others.