FiveM "timed out after 60 seconds" usually means the client could not finish connecting before the server stopped responding. The cause can be client cache, slow resources, database stalls, outdated artifacts, firewall rules, or overloaded hosting.
Quick Fix Checklist
- Restart FiveM and clear client cache
- Update server artifacts
- Disable recently added resources
- Check txAdmin logs
- Check database response time
- Lower player slot count temporarily
- Inspect resmon for high resource time
- Confirm firewall and endpoint ports
- Move overloaded servers to stronger CPU/RAM
Client Fix
On the client side:
- Close FiveM
- Clear FiveM cache except game folder
- Restart PC
- Verify GTA V files
- Disable VPN temporarily
- Try joining a different server to confirm the client works
Server Fix
On the server:
- Update artifacts
- Restart txAdmin
- Disable new scripts added before the issue started
- Check server.cfg for duplicate resources
- Confirm database credentials
- Watch console during join attempt
Database Timeouts
Many RP servers time out because MySQL stalls during player load. Check:
- Slow queries
- Inventory scripts
- Housing scripts
- Phone scripts
- Economy scripts
- Large JSON blobs in player tables
Resource Load Problems
If timeout happens during loading screen, one resource may be blocking the join flow. Disable resources in batches until joins succeed, then isolate the broken script.
FAQ
Why does FiveM time out after 60 seconds? The client cannot complete connection because the server, resource, database, or network path does not respond fast enough.
Does clearing cache fix FiveM timeout? Sometimes. If the issue affects everyone, the server is more likely at fault.
Can bad scripts cause 60-second timeouts? Yes. Broken or slow resources are one of the most common causes.
Related: FiveM server keeps crashing, FiveM crashing when joining fix
