All articles
Setuptxadminfivem server managementtxadmin setup

txAdmin Setup & Server Management Guide

Complete txAdmin guide for FiveM: first-run wizard, admin accounts, recipe deployment, live console, player management, bans, and scheduled restarts.

January 22, 20269 min readBy CRM Development
On this page

txAdmin is the management panel that ships inside every FiveM server artifact. It gives you a browser-based dashboard for starting and stopping your server, a live console, player management, ban lists, whitelist control, and automated scheduled restarts — all without ever needing to touch the command line again after initial setup.

Despite being free and bundled, many server owners only scratch the surface of what txAdmin can do. This guide covers the full setup flow from the first-run wizard through advanced features like recipe-based deployment and scheduled restarts, so you can manage your FiveM server confidently from day one.

Accessing txAdmin for the First Time

When you run FXServer.exe for the first time, txAdmin starts automatically and generates a temporary setup PIN in the console output. Open a browser and navigate to http://your-server-ip:40120. You will be greeted by the txAdmin first-run setup wizard.

Accessing txAdmin remotely

If you are connecting to a VPS, make sure port 40120 (TCP) is open in your Windows Firewall and your VPS provider's network firewall before trying to access the panel from your local browser.

First-Run Setup Wizard

The setup wizard walks you through four core configuration steps. Complete them in order before the server will start.

  1. Enter the one-time PIN shown in the FXServer.exe console to authenticate
  2. Link your Cfx.re (FiveM Forum) account — this ties your txAdmin instance to your account for license validation
  3. Create your master admin account (username + password) — this is the account you will use to log in going forward
  4. Choose a server deployment method: use an existing server data folder, deploy a recipe, or start from a blank template

Deploying a Server with a Recipe

A recipe is a YAML script that automates the entire server deployment process — downloading a framework, extracting resources, configuring database schemas, and writing server.cfg entries. It is the fastest way to get a complete ESX or QBCore server running without manual file management.

  • In the wizard, select 'Deploy using a recipe'
  • Choose from the built-in list (ESX Legacy, QBCore) or paste a custom recipe URL
  • Set your server data folder path (e.g., C:\FiveMServer\data)
  • Fill in any recipe variables such as database credentials or server name
  • Click 'Run Recipe' — txAdmin downloads and configures everything automatically
  • Once complete, review the generated server.cfg and click 'Save and Start Server'

Recipe vs manual setup

Recipes are ideal for getting a standard ESX or QBCore server running in minutes. If you are installing a custom server pack from CRM Development, you will typically use the 'existing data folder' option instead and point txAdmin at the pre-configured files.

The txAdmin Dashboard

After setup, the main dashboard gives you an at-a-glance view of your server's health. You can see current player count, server uptime, the current status (starting, running, stopped), and quick-action buttons to start, stop, or restart the server.

Using the Live Console

The txAdmin live console mirrors the FXServer.exe console output in real time, directly in your browser. You can also type server commands here — including resource restarts, resmon, and custom RCON commands — without needing RDP access to your VPS.

text
# Useful commands to run in the txAdmin live console:
resmon                    # Show per-resource performance (ms)
refresh                   # Rescan the resources folder for new resources
restart resource-name     # Restart a specific resource
ensure resource-name      # Start a resource if it is not running
status                    # Show server status and player count

Managing Admin Accounts and Permissions

txAdmin supports multiple admin accounts with customizable permission sets. Go to Settings > Admins to add new accounts. You can create accounts that log in via Cfx.re OAuth (linked forum account) or via a standalone txAdmin password.

PermissionWhat It Allows
All PermissionsFull control — only for trusted head admins
Manage PlayersKick, warn, ban, and whitelist players
Manage ServerStart, stop, restart the server
ConsoleAccess the live console and run commands
Manage AdminsCreate and edit other admin accounts
Manage ResourcesStart, stop, and restart individual resources
Live Console (read-only)View console output without running commands

Player Management and Ban System

The Players tab shows all currently connected players with their in-game name, identifiers, and connection time. Click any player to see their history, warn them, kick them, or ban them. Bans can be set for a specific duration or permanently, and are stored in txAdmin's local ban database.

  • Warn: sends an in-game message to the player and logs the warning to their profile
  • Kick: immediately removes the player from the server with an optional reason message
  • Ban: blocks the player by their hardware identifiers — temporary or permanent
  • Whitelist: restrict server access to approved players only (useful for allowlist-only servers)
  • Player history: view all past warnings, kicks, and bans for any player

Scheduled Automatic Restarts

One of the most valuable txAdmin features for production servers is scheduled restarts. Go to Settings > Schedule to configure daily restart times. txAdmin will announce the upcoming restart in-game via a countdown timer and restart the server automatically at the specified time.

  1. Navigate to Settings > Schedule in the txAdmin panel
  2. Click 'Add Restart Time' and enter a 24-hour time (e.g., 04:00 for 4 AM)
  3. Set a warning time — how many minutes before the restart to start in-game announcements
  4. Optionally set a custom message to display to players before the restart
  5. Save the schedule — txAdmin handles the rest automatically

Schedule restarts during off-peak hours

Set your automatic restart for the lowest player count period — typically 4–6 AM in your primary player timezone. Regular restarts clear memory leaks and keep script performance consistent.

txAdmin Feature Summary

FeatureLocation in PanelKey Benefit
Server start/stop/restartDashboardNo need for RDP to manage server state
Live consoleConsole tabRun commands and watch logs in-browser
Player list + kick/ban/warnPlayers tabFull moderation without in-game admin menu
Ban list managementPlayers > BansReview, remove, or search existing bans
Admin account managementSettings > AdminsMulti-admin with granular permissions
Scheduled restartsSettings > ScheduleAutomatic daily restarts with in-game warnings
Recipe deploymentFirst-run wizardOne-click full server deployment
Resource managerResources tabStart, stop, restart individual resources
Whitelist controlSettings > WhitelistRestrict server access to approved players
Server config editorSettings > Server CFGEdit server.cfg directly from the browser

Conclusion

txAdmin turns what would otherwise be a complex command-line management workflow into a clean, browser-based experience that any server owner can handle. From the first-run wizard that gets your server deployed in minutes, to granular admin permissions, scheduled restarts, and a built-in ban system, it covers everything you need to run a serious FiveM server professionally. If you are starting from a CRM Development server pack, txAdmin is the tool you will use to keep it running smoothly every single day.

Frequently asked questions

What port does txAdmin run on?+

txAdmin's web panel runs on port 40120 by default. You access it via http://your-server-ip:40120 in a browser. Make sure this port is open in your firewall for admin access.

Is txAdmin free?+

Yes. txAdmin is completely free and is bundled inside every FiveM server artifact. You do not need to download or install it separately — just run FXServer.exe and txAdmin starts automatically.

Can multiple admins use txAdmin at the same time?+

Yes. txAdmin supports multiple admin accounts with granular permission levels. You can create accounts for moderators that can ban players but cannot restart the server, for example.

What is a txAdmin recipe?+

A recipe is a YAML deployment script that automatically downloads, installs, and configures a full FiveM server setup — framework, resources, database schema, and server.cfg — from a remote source. Both ESX and QBCore maintain official recipes.

How do I schedule automatic server restarts in txAdmin?+

Go to Settings > Schedule in the txAdmin panel. You can add multiple daily restart times, set a warning countdown that announces the restart in-game before it happens, and configure a custom restart message.

Ready-to-run FiveM packs

Skip the setup — grab 100k or die, Miami ghetto and NYC server packs from CRM Development.

Browse the shop

Related guides

txadminfivem server managementtxadmin setupfivem admin panelfivem scheduled restartfivem ban managementfivem recipe