🇬🇧 English Documentation
This batch script simplifies the management of your FiveM server using the FXServer. It provides straightforward and practical features to start the server, clear the cache and start the server, as well as to exit the script cleanly.
Before using this script, ensure that you correctly configure the paths in the batch file.
In the script section marked "Write your path here to the folder where you have the FXServer.exe" replace C:\CHANGE_PATH_HERE
with the actual path to your FXServer executable.
set PATH_FX_SERVER=C:\Path\To\Your\FXServer
In the script section marked "Write your path here to the folder where you have the cache folder" replace C:\CHANGE_PATH_HERE\cache\files
with the actual path to your server cache.
set PATH_CACHE=C:\Path\To\Your\Cache\files