RSG Framework
Installation

txAdmin Installation

The fastest way to install RSG Framework using the official txAdmin recipe.

The fastest way to get a complete RSG server running is the official txAdmin recipe. It automatically downloads RSG Framework and all of its resources, sets up the database, and generates your server.cfg for you.

Video walkthrough

Prerequisites

  • A working RedM server managed by txAdmin.
  • A MySQL / MariaDB database and its connection details.

You can run XAMPP (Apache + MySQL) with HeidiSQL to manage your database, or install MariaDB standalone — just remember to configure your ports.

Generate a CFX key

Every server needs a license key. Head to keymaster.fivem.net, click New server, and generate a key — you'll paste it into txAdmin during the recipe deployment.

Download the artifacts (Windows)

  1. Download the latest recommended build from the Windows Server Build page.
  2. Extract the server.7z archive into a folder such as C:\SERVER_NAME\Artifacts.
  3. Run FXServer.exe — this launches the txAdmin setup in your browser.

Deploy the recipe

Open txAdmin and start the new server setup wizard, then follow these steps.

Name your server

Give your server a name and continue.

txAdmin new server setup, naming your server

Choose the "Remote URL Template" deployment

Select the Remote URL Template option so txAdmin can build your server from a recipe.

txAdmin deployment options with Remote URL Template selected

Paste in the recipe URL

Paste the official RSG recipe URL and continue:

txAdmin recipe URL
https://raw.githubusercontent.com/Rexshack-RedM/txAdminRecipe/refs/heads/main/rsgcore.yaml

txAdmin recipe field with the RSG rsgcore.yaml URL pasted in

Configure the server path

Set the folder where your server files will be created, then save.

txAdmin server data path configuration screen

Follow the on-screen instructions

Enter your MySQL/MariaDB connection details and your CFX license key when prompted, then run the recipe. Let it finish downloading and building — txAdmin generates a ready-to-run server.cfg for you.

That's it

Once the recipe completes you can start your server straight from txAdmin. No manual file copying or SQL imports required.

Next steps

On this page