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
If your copy of fxserver doesn't come with txAdmin (citizen/system_resources/txAdmin
), you can install with the following steps:
#Inside your fxserver folder, execute:
cd citizen/system_resources
mv monitor monitorOld
git clone -b conversion https://github.com/tabarra/txAdmin monitor
cd monitor
npm i
Then to run it, just execute the run.sh
or run.cmd
without any +exec
arguments.
An txData
folder will be created in your current working directory.
- 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.
ConVar usage example on Windows:
./run.cmd +set serverProfile dev_server +set txAdminPort 40125
- 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.