### PortableCFX Batch File Setup and Management Source: https://github.com/xyberviri/portablecfx/blob/main/README.md This suite of batch files automates the setup and management of a local FiveM development server. It covers installation, starting/stopping services, client connection, cache clearing, and tool downloads. ```batch 0.Install.cmd - Run once to set up the environment. Can be used for a clean reinstall if needed. ``` ```batch 1.StartDatabase.cmd - Starts the MariaDB database server. ``` ```batch 2.StartFiveM.cmd - Starts the FiveM server. Ensure the database is running first. ``` ```batch 3.Open_txAdmin.cmd - Opens the txAdmin web interface for server administration. ``` ```batch 4.ConnectToFiveM.cmd - Launches the FiveM client and attempts to connect to the local server. ``` ```batch 5.Shutdown_Database.cmd - Safely shuts down the MariaDB database server. ``` ```batch 6.Open_Database.cmd - Opens a connection to the database using HeidiSQL. ``` ```batch 7.Clear_Cache_CLIENT.bat - Clears the client-side cache. ``` ```batch 7.Clear_Cache_SERVER.cmd - Clears the server-side cache. ``` ```batch 9.Download7Zip.cmd - Downloads the 7-Zip utility. ``` ```batch 9.DownloadHeidiSQL.cmd - Downloads the HeidiSQL database management tool. ``` ```batch 9.DownloadMariaDB.cmd - Downloads the MariaDB database server. ``` ```batch 9.DownloadUpdateServerFiles.cmd - Downloads or updates FiveM server files. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.