Getting Started
This guide will walk you through installing The Orders Recipe using txAdmin.
⚠️ Warning: Installing a recipe will wipe existing server files and database data. Make sure to backup any important data before proceeding.
Prerequisites
Before you begin, ensure you have:
- A FiveM server with txAdmin access
- MySQL database (can be set up during installation)
- At least 2GB of storage space
- Git installed on your server machine
Installation
Open txAdmin
Navigate to your txAdmin panel at http://your-server-ip:40120
Start Recipe Installation
- Go to Server → Deploy or click Setup if this is a new server
- Select Remote URL as your deployment source
- Enter the recipe URL:
https://raw.githubusercontent.com/TheOrderFivem/txAdminRecipe/main/recipe.yamlConfigure Settings
Follow the txAdmin prompts to:
- Set your server name
- Configure database connection
- Set server variables (license key, etc.)
Wait for Installation
txAdmin will:
- Download all required resources
- Set up the database tables
- Configure the server.cfg
- Prepare all dependencies
Start Your Server
Once installation is complete:
- Review the generated
server.cfg - Click Start Server in txAdmin
- Join your server and verify everything works!
Post-Installation
After successful installation:
Verify Resources
Check txAdmin’s resource list to ensure all resources are started without errors.
Test Core Features
- Character creation
- Inventory system
- Job system
- Basic interactions
Customize Configuration
Review and adjust configurations in:
server.cfg- Individual resource configs
- Database settings
Common Issues
Database Connection Failed
Ensure your MySQL credentials are correct and the database server is running.
Resources Not Starting
Check for missing dependencies or configuration errors in the txAdmin console.
Permission Denied
Verify file permissions and that txAdmin has write access to the server directory.
Need Help?
- Join our Discord for community support
- Check the GitHub Issues for known problems
- Review the Video Tutorials for visual guidance