How to Install a Loading Screen on a FiveM Server
A custom loading screen makes your FiveM server stand out by creating a unique experience as players connect. Adding custom images, music, and server details helps set the tone and gives players useful information while they load in. Follow these steps to set up a custom loading screen for your server.
Note: Be sure that your FiveM server is fully stopped before making any configuration changes or setting updates!
Download or Create a Loading Screen Resource
Visit a website like:
GitHub (search for "FiveM loading screen")
Download a FiveM-compatible loading screen.
Ensure the folder contains
index.html
,style.css
, and aconfig.lua
orfxmanifest.lua
file.If creating your own, prepare HTML, CSS, and JavaScript files for a custom design.
Add the Loading Screen to Your Server
Navigate to the Server Files tab in the Nodecraft Control Panel.
Open the
resources
folder.Create a new folder and name it
loadscreen
.Upload loading screen files into the
loadscreen
folder you created.
Add the Loading Screen to server.cfg
Open
server.cfg
(found in your FiveM server directory).Add the following line:
ensure loadscreen
Save the file.
Start Your Server and Test
Start your FiveM server.
Join the server and check if the loading screen appears correctly.
If the loading screen does not appear, check the server console for errors.
Customize the Loading Screen (Optional)
Modify the
index.html
file to change images, text, or animations.Edit
style.css
to customize fonts, colors, or layout.Replace
music.mp3
with your music (ensure it matches the filename infxmanifest.lua
).
Troubleshooting
If the loading screen does not load:
Ensure all files are correctly placed inside the
loadscreen
folder (index.html
,style.css
,fxmanifest.lua
, etc.).Verify that
fxmanifest.lua
is properly structured.Check
server.cfg
to confirmensure loadscreen
is added.If images or music do not load, confirm the file paths in
index.html
.
If music does not play:
Ensure the
music.mp3
file is present in the folder.Check if your browser allows auto-play for audio.
Conclusion
By following these steps, you can successfully install and customize a loading screen for your FiveM server. A unique loading screen enhances player engagement and adds a professional touch to your server. If you want further customization, experiment with HTML, CSS, and JavaScript to create a fully personalized experience. Enjoy modding your FiveM server!
Need Help?
If you have questions or run into any issues, our support team is here to help! Reach out using the support widget on our website or visit our support center for further assistance.