All Projects → tabarra → Txadmin

tabarra / Txadmin

Licence: mit
txAdmin - remotely manage&monitor your GTA5 FiveM Server

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Txadmin

Green-bot
🎧 Green-bot is a powerfull discord music bot used by 10M users and more than 50,000 servers
Stars: ✭ 103 (-60.69%)
Mutual labels:  discord
disco-oauth
A library for easing the use of https://discordapp.com 's OAuth2 API
Stars: ✭ 30 (-88.55%)
Mutual labels:  discord
PokemonBattleEngine
A C# library that can emulate Pokémon battles.
Stars: ✭ 92 (-64.89%)
Mutual labels:  discord
vimsence
Discord Rich Presence plugin for Vim
Stars: ✭ 138 (-47.33%)
Mutual labels:  discord
warnable
Simple Discord bot to moderate Discord servers, specifically to warn members.
Stars: ✭ 34 (-87.02%)
Mutual labels:  discord
Fluent-Discord
Currently in-development Fluent Discord theme.
Stars: ✭ 22 (-91.6%)
Mutual labels:  discord
Chill
CHILL - Discord Bot
Stars: ✭ 15 (-94.27%)
Mutual labels:  discord
Gravebot
An awesome bot for Discord
Stars: ✭ 258 (-1.53%)
Mutual labels:  discord
easypoll-v3
EasyPoll Discord Bot | With EasyPoll, a Discord Poll Bot, you can easily create polls and your members can vote by clicking on a reaction very easily and quickly.
Stars: ✭ 35 (-86.64%)
Mutual labels:  discord
cogwatch
Automatic hot-reloading for your discord.py command files.
Stars: ✭ 17 (-93.51%)
Mutual labels:  discord
CreArts-Discord
CreArts is an easily customizable theme that customizes the appearance.
Stars: ✭ 139 (-46.95%)
Mutual labels:  discord
Discord-Rich-Presence
Rich presence for Discord to be a cool kid in your class !!
Stars: ✭ 26 (-90.08%)
Mutual labels:  discord
discord-ui
A discord.py extension for sending, receiving and handling ui interactions in discord
Stars: ✭ 28 (-89.31%)
Mutual labels:  discord
Discord-Token-Grabber
Steal Discord Token Directly From Memory and bypass any kind of token protection
Stars: ✭ 32 (-87.79%)
Mutual labels:  discord
Discord-Nitro-Gen-Checker
Generate and check nitro gift codes, with proxies or not, without limits.
Stars: ✭ 26 (-90.08%)
Mutual labels:  discord
pagkibot
Discord bot for instant Twitch live notifications using Twitch's PubSub API.
Stars: ✭ 25 (-90.46%)
Mutual labels:  discord
cytrus-re
A multipurpose Discord bot!
Stars: ✭ 16 (-93.89%)
Mutual labels:  discord
Discordeno
Discord API library for Deno
Stars: ✭ 254 (-3.05%)
Mutual labels:  discord
Loritta
💁 A multipurpose, multilanguage, customizable, modular, and very cute bot for Discord using JDA! ~Making your server more awesome~
Stars: ✭ 253 (-3.44%)
Mutual labels:  discord
harmony
Harmony is a peaceful Go module for interacting with Discord's API
Stars: ✭ 99 (-62.21%)
Mutual labels:  discord

txAdmin for FiveM

Join our Discord Server:  

txAdmin is a full featured web panel to Manage & Monitor your FiveM/RedM Server remotely, in use by over FIVE thousand servers worldwide at any given time.


Main Features

  • Recipe-based Server Deployer: create a server in under 60 seconds! (more info)
  • Start/Stop/Restart your server instance or resources
  • Server Performance Chart
  • Access control:
    • Login via Password or CitizenFX
    • Admin permission system (more info)
    • Action logging
    • Brute-force protection
  • Discord Integration:
    • Server status command (/status)
    • Add to Whitelist command (/addwl)
    • Command spam prevention
  • Monitoring:
    • Auto Restart FXServer on crash
    • Server’s CPU/RAM consumption
    • Live Console (with log file and command history)
    • 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
    • Import bans from EasyAdmin, BanSQL, vMenu, vRP, el_bwh
    • Self-contained player database with backup tool (no MySQL required!)
  • Real-time playerlist
  • Scheduled restarts with warning announcements and custom events (more info)
  • Translation Support (more info)
  • FiveM's Server CFG editor
  • Responsive web interface with Dark Mode 😎

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 2524, so to run it for the first time simply do the following:

  • Update FXServer to the latest artifact/build (2524 or superior)
  • If Windows, run FXServer.exe | If Linux, run screen ./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 40121

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

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].