What is txAdmin? txAdmin is the official FiveM server management panel. It comes pre-installed with FiveM server builds and provides web-based server management, recipe deployment, and more.
Prerequisites
Before using the recipe deployer, make sure you have:- FiveM Server — Windows or Linux (txAdmin included)
- MongoDB 4.4+ — See Database Setup
- MariaDB/MySQL 10.5+ or MySQL 8.0+ — See Database Setup
- Node.js 18.x+ — nodejs.org
Deployment
Start txAdmin
Launch
FXServer.exe (Windows) or ./run.sh (Linux) for the first time. txAdmin will provide a setup URL, usually http://localhost:40120.Create Admin & Link License
Open the txAdmin URL in your browser, create an admin account, and link your FiveM license key from Cfx.re Portal.
Deploy Recipe
In the deployment screen:
- Select “Custom Recipe” or “Remote URL Template”
- Enter the Mythic Framework recipe URL:
- Click “Next” or “Deploy”
Enter Credentials
The recipe will prompt you for:
- MongoDB connection string, auth DB name, game DB name
- MariaDB/MySQL host, port, username, password, database name
- Server name, max players, license key, Steam Web API key
Wait for Deployment
The recipe will download resources, install npm dependencies, configure
server.cfg, and set up the database. This takes 10-15 minutes depending on your connection.Post-Deployment
Server Settings
Server Settings
Edit
server.cfg in txAdmin or directly:Database Connections
Database Connections
Database connections are auto-configured by the recipe. If your credentials change later, update them in
server.cfg:Resource Load Order
Resource Load Order
Resource loading order is set in
resources.cfg.If adding custom resources, place them after all Mythic resources in the load order.Admin Permissions
Admin Permissions
Add yourself as admin in Find your identifiers by joining the server and typing
server.cfg:status in the F8 console.Troubleshooting
Recipe URL not found
Recipe URL not found
- Verify the URL:
https://raw.githubusercontent.com/Mythic-Framework/txAdminRecipe/main/mythic-stable.yaml - Check your server has internet access
- Try opening the URL in a browser
Database connection failed
Database connection failed
- Verify database servers are running
- Check credentials are correct
- Check firewall isn’t blocking ports (27017 for MongoDB, 3306 for MySQL)
- Make sure databases exist and user has permissions
npm/pnpm errors during deployment
npm/pnpm errors during deployment
- Verify Node.js:
node --version(18.x+) - Check internet connection
- Try manually running
npm installin UI resource directories
Resources not loading
Resources not loading
- Check resource directories exist in
resources/[mythic]/ - Verify
resources.cfgwas created - Check console for specific errors
- Restart txAdmin
Next Steps
First Start
Connect to your server and create your first character
Configuration
Customize server settings and features