schneidermr / txAdmin

txAdmin - remotely manage&monitor your GTA5 FiveM Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txAdmin for FiveM

Join our Discord Server:  

txAdmin is a full featured web panel to Manage & Monitor your FiveM Server remotely, used by over a thousand servers worldwide.


Main Features

  • Start/Stop/Restart your server instance or resources
  • Access control:
    • Login via Password or CitizenFX
    • Admin permission system (more info)
    • Action logging
    • Brute-force protection
  • Discord Integration:
    • Server status command (/status)
    • Command spam prevention
  • 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)
  • Player Manager:
    • Warning system
    • Ban (temporary or permanently) system
    • Whitelist system
    • Take notes about players
    • Keep track of player's play and session time
    • Self-contained player database (no MySQL required!)
  • Real-time playerlist
  • Scheduled restarts with warning announcements
  • Translation Support (more info)
  • FiveM's Server CFG editor
  • Responsive web interface

Also, check our Feature Graveyard for the features that are no longer among us (RIP).

Running (Windows/Linux)

Currently txAdmin is included in all FXServer builds above 2401, so to run it for the first time simply do the following:

  • Update FXServer to the latest artifact/build (2401 or superior)
  • If Windows, run FXServer.exe | If Linux, run ./run.sh
  • Open one of the URLs shown and configure txAdmin

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 (ex http port).

txAdmin requires to be launched from inside FXServer in monitor mode, to do that, just execute the run.sh or FXServer.exe without any +exec arguments.

ConVars

  • serverProfile: The name of the server profile to start. Profiles are saved/loaded from the current directory inside the txData folder. The default is default.
  • txAdminPort: The TCP port to use as HTTP Server. The default is 40120.
  • txDataPath: The path of the data folder. The default on Windows is <citizen_root>/../txData and on Linux <citizen_root>/../../../txData.
  • txAdminVerbose: Set to true to print on the console more detailed information about errors and events. The default is false.

ConVar usage example for different port and profile:

# Windows
./FXServer.exe +set serverProfile dev_server +set txAdminPort 40125

# Linux
./run.sh +set serverProfile dev_server +set txAdminPort 40125

Installing & Building it (NOT RECOMMENDED)

If you want to run it from source, or build it yourself, please do read this.

License, Credits and Thanks

  • This project is licensed under the MIT License;
  • Favicons made by Freepik from www.flaticon.com are licensed under CC 3.0 BY;
  • Warning Sounds (1/2) made by Ultranova105 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;
  • Also thanks to our Discord's sky{something} bot, who will hopefully spare us when he becomes self aware and rebels against humanity.

About

txAdmin - remotely manage&monitor your GTA5 FiveM Server

License:MIT License


Languages

Language:JavaScript 55.9%Language:CSS 29.7%Language:HTML 13.6%Language:Lua 0.8%