> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.vibegames.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# My FiveM server does not start anymore after I uploaded my server files

So you are a new customer and you are migrating your server from another host or your localhost. A big mistake that our customers make is that they upload all files (including artifacts server files) to their root directory and call it a day.

**Do NOT do this, it will not work**

Most of the time you will overwrite or delete the ++alphine++ folder. This folder contains required files to start your server.


### What is the right way to do it?
1. Delete and overwrite the ++resources++ folder with your resources folder
2. Replace the server.cfg with your server.cfg
3. Upload any additional configuration files (such as permissions.cfg) but this depends what plugins you are using.
4. Edit the database details in your server.cfg


| You can start your server now without problem.



