Pre-Start Checklist
Make sure you’ve completed:- MongoDB and MySQL running
- Mythic Framework deployed via Server Setup
server.cfgconfigured with license key, database connections, admin permissions
Starting the Server
Windows: RunFXServer.exe in your server directory. txAdmin starts automatically at http://localhost:40120.
Linux:
Running as a systemd service (Linux production)
Running as a systemd service (Linux production)
First start takes 2-5 minutes as databases initialize and resources compile. On first boot, Mythic automatically creates all MongoDB collections, MySQL tables, default items, jobs, locations, and indexes.
Connecting
Localhost
PressF8 in FiveM and type:
Remote
Make sure port 30120 is open in your firewall, then:First Login
When you connect for the first time:- Loading screen with Mythic branding
- Character creation — enter name, DOB, gender, background
- Spawn selection — pick a spawn point on the map
- You’re in — spawned into Los Santos
Character data is saved to MongoDB automatically. The character system is powered by
mythic-characters.Verify Systems
Once spawned, check that everything is working:HUD
HUD
Health, armor, and status bars (hunger, thirst) should be visible.
Inventory
Inventory
Press your inventory keybind — UI should open with drag and drop working.
Phone
Phone
Press your phone keybind — phone UI should open with apps visible.
Chat
Chat
Press
T — chat input should open. Send a test message.Admin
Admin
If you set yourself as admin, type
/admin — admin menu should open.Check for Errors
Watch the server console for red error messages. Common issues:Database connection errors
Database connection errors
Verify MongoDB and MySQL are running and connection strings in
server.cfg are correct.Resource load errors
Resource load errors
Check
resources.cfg load order. mythic-base must load before everything else. Verify all resource folders exist in resources/[mythic]/.Character creation not showing
Character creation not showing
Check
mythic-characters is started. Look for errors in the F8 console. Verify database connection.UI not showing
UI not showing
Check relevant resources are started. Clear FiveM cache at
%localappdata%\FiveM\FiveM.app\cache. Restart FiveM.Useful Console Commands
Backups
Set up database backups before going live:Next Steps
Configure Features
Customize server settings, economy, and more
Core Concepts
Understand how Mythic Framework works