txAdmin Troubleshooting
Common issues and their solutions.
Server Won’t Start
Port Already in Use
Symptom: Error “Address already in use”
Solution:
# Find process using port
sudo lsof -i :30120
# Kill process
sudo kill -9 <PID>Missing License Key
Symptom: “License key not found” error
Solution: Set license key in environment variable or server.cfg
Web Interface Not Accessible
Firewall Blocking
Solution: Open port 40120 in firewall
sudo ufw allow 40120/tcpWrong IP Address
Solution: Verify server IP and port:
- Check server IP:
ip addr(Linux) oripconfig(Windows) - Access via:
http://SERVER_IP:40120
Resources Not Loading
Corrupt Resource
Symptom: Resource fails to start
Solution:
- Check resource logs in txAdmin
- Verify fxmanifest.lua syntax
- Re-download resource if corrupted
Missing Dependencies
Symptom: Resource errors about missing exports
Solution: Ensure all dependencies are started before the resource
Recipe Installation Fails
Database Connection Error
Solution: Verify database credentials and connection
Insufficient Permissions
Solution: Ensure txAdmin has write permissions to server directory
Still Having Issues?
- Check Common Errors
- Review server logs in txAdmin
- Check FiveM forums for similar issues
Last updated on