Troubleshooting
Common issues and solutions for FiveM and RedM servers.txAdmin Issues
Can’t Access txAdmin
Problem: txAdmin URL not loading Solutions:- Make sure your server is running in the game panel
- Wait 1-2 minutes for txAdmin to fully start
- Check the console for the correct txAdmin URL
- Try clearing your browser cache
Lost txAdmin Password
Problem: Forgot your txAdmin admin password Solution:- Stop your server
- Delete the
txDatafolder (or contact support) - Start server and go through setup again
- You’ll need to re-link your Cfx.re account
txAdmin PIN Not Working
Problem: PIN shown doesn’t work when linking Solution:- Make sure you’re using the PIN currently displayed
- The PIN changes each time the server restarts
- Refresh the txAdmin page to see the current PIN
Server Won’t Start
Missing License Key
Error:No license key configured or similar
Solution:
- Go to Cfx.re Portal
- Generate a license key for your server IP
- Add the key in txAdmin settings or server.cfg
Invalid License Key
Error:Invalid or expired license key
Solutions:
- Verify the key matches your server IP
- Generate a new key if the IP changed
- Make sure the key is entered correctly (no extra spaces)
Port Already in Use
Error:Couldn't bind socket on port 30120
Solution:
- Wait for the previous server instance to fully stop
- Contact support if the issue persists
Connection Issues
Players Can’t Connect
Problem: “Connection failed” or timeout errors Solutions:- Verify the server is running and showing online in txAdmin
- Check the correct IP and port (default: 30120)
- Make sure the license key is valid
- Check if the server is still starting up
”Server is not in the list”
Problem: Server doesn’t appear in server browser Solutions:- Wait a few minutes - it can take time to appear
- Connect directly using
connect IP:PORTin F8 console - Check that your server name isn’t too long
”Connection to server timed out”
Problem: Loads briefly then disconnects Solutions:- Server may be overloaded - check resources
- Player may need to clear FiveM cache
- Check for resource errors in txAdmin console
Resource Issues
Resource Won’t Start
Error:Couldn't start resource [name]
Solutions:
- Check for syntax errors in the resource
- Verify all dependencies are installed
- Check the resource is compatible with your server version
- Look at console for specific error messages
Server Crash from Bad Resource
Problem: Server crashes after adding a resource Solution:- Remove the resource from the
resourcesfolder - Remove the
ensure resourcenameline from server.cfg - Start the server
- Test resources one at a time to identify the problem
”No such export” Errors
Error:No such export [function] in resource [name]
Solutions:
- Make sure the required dependency is running
- Check the resource load order in server.cfg
- Dependencies must be ensured before dependent resources
Performance Issues
Low FPS / Server Lag
Solutions:- Check txAdmin resource monitor for heavy resources
- Remove or optimize resource-intensive scripts
- Reduce player count
- Schedule regular server restarts
- Upgrade server RAM if needed
High CPU Usage
Solutions:- Identify heavy resources in txAdmin
- Look for infinite loops in custom scripts
- Reduce AI/NPC density
- Consider removing complex frameworks if not needed
Memory Leaks
Problem: RAM usage keeps increasing until crash Solutions:- Schedule automatic restarts every 6-12 hours
- Identify and fix leaky resources
- Upgrade RAM if needed
Database Issues (if using MySQL)
Can’t Connect to Database
Error:Connection refused or similar
Solutions:
- Verify database credentials are correct
- Check the database is created
- Verify database host is accessible from server
Database Connection Lost
Problem: Random “database gone away” errors Solutions:- Check database connection pooling settings
- Increase connection timeout values
- Verify database server is stable
Common Error Messages
”You were kicked: Reliable network event overflow”
Cause: Too many events being sent to player Solution: Optimize resources that send frequent data to clients”Game crashed: ERR_MEM_…”
Cause: Client-side memory issue, often from heavy resources Solution:- Reduce heavy client-side resources
- Tell player to increase virtual memory
- Player may need more RAM
”Unable to parse server.cfg”
Cause: Syntax error in configuration Solution:- Check server.cfg for typos
- Make sure all quotes are closed
- Remove any special characters
Getting Help
Information to Provide
When contacting support, include:- Game (FiveM or RedM)
- Console output/error messages
- List of resources installed
- When the issue started
- Recent changes made
