Installation

Follow these steps to properly set up and launch assets on your server.


Step 1: Download the Latest Version

To get started, download the latest version of the assets from the CFX Keymaster. This ensures that you have the most up-to-date files, which are necessary for optimal performance.


Step 2: Configuration

Once you have the assets, it’s time to configure your server.

  1. Open your server.cfg file, which is typically located in the root directory of your server.

  2. Add the following line to the file:

    ensure rs_garage

This command is crucial as it ensures that the assets are properly included when the server runs.


Step 3: SQL Setup

To integrate the necessary database tables, follow these steps:

  1. Navigate to the sql directory within the rs_garagefiles.

  2. Inside the sql folder, find the INSERTME.sqlfile.

  3. Open the file, and you will find the SQL commands that need to be executed in your database.

  4. Run these SQL commands using your preferred database management tool (e.g., phpMyAdmin or a MySQL client). This ensures that your database is set up correctly and that the server functionality is complete.


Step 4: Launch Your Server

Once the configuration and database setup are complete, you can launch your server.

  • Start your server as you normally would.

  • Monitor the server logs for any errors during startup to ensure that everything has been set up correctly.

If any issues arise, refer to the logs for troubleshooting or consult the community support for further assistance.


Last updated