Skip to content
forked from tabarra/txAdmin

txAdmin - remotely manage&monitor your GTA5 FiveM Server

License

Notifications You must be signed in to change notification settings

Tim885885/txAdmin

Repository files navigation

txAdmin for FiveM

Join our Discord Server:  

txAdmin is a full featured web panel to Manage & Monitor your FiveM Server remotely.


This is the CONVERSION branch.

Expect everything to be messy, and 40% of it to not work.

Replace old monitor and install dependencies

#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

Patch Discord.js library "bug":
Navigate to node_modules\discord.js\src\client\Client.js and around line 250 change the window !== 'undefined'; to process == 'undefined';.

Well... the patch isn't working but I will investigate later 🤷

Then to run it, just execute the run.sh or run.cmd 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.
  • txAdminPort: The TCP port to use as HTTP Server.

Web Port Behaviour

  • (Current) Without Nucleus integration:
    • From ConVar
    • Defaults to 40120, creates an http server
  • (Planned) With Nucleus integration (single/multi server):
    • Grabs ConVar
    • Defaults to null, don't create http server unless port is specified

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
  • Special thanks to everyone that contributed to this project.

About

txAdmin - remotely manage&monitor your GTA5 FiveM Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.7%
  • HTML 14.9%
  • CSS 3.4%
  • Lua 1.0%