Getting Started
Install fxPanel and get your first server up and running.
Introduction
fxPanel is a modern, full-featured web panel and in-game menu for managing FiveM and RedM servers. It provides real-time monitoring, player management, analytics, a comprehensive permission system, Discord integration, and an automated deployment system — all from a single interface.
fxPanel replaces the need for external databases by default, using a self-contained player database with in-memory indexing. It supports 30+ languages, custom theming, and a recipe-based deployer for setting up new servers in under 60 seconds.
Installation
fxPanel replaces the default txAdmin monitor that ships with FXServer. To install:
- Install FXServer — Download and install any FXServer artifact from the official Cfx.re builds page.
- Delete the default monitor — Navigate to
citizen\system_resourcesinside the folder where you installed the FXServer artifact, and delete themonitorfolder. - Download fxPanel — Go to the fxPanel GitHub releases page and download the latest release.
- Install fxPanel — Drag and drop the downloaded fxPanel folder into
citizen\system_resources(the same location you deleted the monitor folder from). - Start FXServer — Run
FXServer.exe. fxPanel will automatically initialize with a profile in thetxDatafolder. - Open your browser and navigate to
http://localhost:40120(default port).
Important
Make sure you fully delete the existing monitor folder before adding fxPanel. Running both at the same time will cause conflicts.
Note
The default port is 40120. You can change it via the TXHOST_TXA_PORT environment variable. See Configuration for details.
Existing Installations
The same steps above can be followed to install fxPanel on servers that already have txAdmin or a previous version of fxPanel installed. Simply delete the existing monitor folder and replace it with the latest fxPanel release.
Warning — Potential Data Loss
Installing fxPanel on an existing server may result in the loss or corruption of your txData folder, which contains your server profiles, player database, admin accounts, and configuration. We strongly recommend making a full backup of your txData folder before proceeding. The fxPanel team is not responsible for any data loss that may occur during this process.
Quick Start
After installation, follow these steps to get your server running:
- Create a Master Account— On first launch, you'll be prompted to create a master admin account with full permissions.
- Deploy a Server— Use the built-in Deployer with a recipe to set up a server automatically, or point fxPanel at an existing server data folder.
- Configure Settings— Visit the Settings page to configure your server name, CFX license key, database connection, Discord bot, and more.
- Start the Server— Click the Start button on the dashboard. fxPanel will manage the FXServer process with automatic crash/hang recovery.
- Access In-Game — Join your server and type
/txto open the admin menu. See In-Game Menu for details.
What's Next?
- Configure environment variables for hosting providers
- Set up admin permissions and add moderators
- Connect your Discord bot for status embeds and notifications