RedM

13 Articles
Ready to blaze a trail through the frontier? Whether you’re forming a notorious outlaw band or enforcing the law as a bounty hunter, our RedM Game Server Hosting Knowledgebase lays out every step to get your Red Dead Redemption 2 multiplayer server up and running without the usual headaches.

How to Enable DLC Content on your RedM Server

RedM allows you to enforce a specific game build, which determines what DLC content your server can use, including maps, clothing, weapons, and mission content. By setting a game build, all players connecting to your server will load the same DLC version, preventing compatibility issues and unlocking additional features. --- Available Game Builds Below is a list of commonly used RedM game builds and what they include: | Build ID | Description | | -------- | ------- | | 1311 | Mid-2020 update (Not compatible with Red Dead Online licenses) | | 1355 | December 2020 update (Compatible with newer RDO editions) | | 1436 | July 2021 update — includes Blood Money DLC content | | 1491 | September 2022 update — minor additions and adjustments | ::ProseNote{title="Tip" description="Most servers use build 1436 for maximum compatibility while still supporting newer DLC content." appearance="default"} :: --- Activating your DLC Content in txAdmin 1. Go to your Shockbyte Control Panel. 2. Launch txAdmin. 3. Navigate to the CFG Editor area and add the line: followed by your desired build. For example: . 4. Click Save File at the bottom of the page. 5. Restart your server to allow for the changes to take affect. --- Troubleshooting Players cannot connect: - Ensure players have updated their game - Try a slightly older build (e.g. 1355) DLC content not appearing: - Confirm the build supports that DLC - Restart the server after editing the config - Make sure the line is not duplicated in the Server starts but scripts break: - Some scripts require specific builds — check script compatibility --- To learn more about RedM server hosting, you can browse our library of Knowledgebase articles here.

Shockbyte
February 15, 2026

How to Clear the Cache on your RedM Client

Clearing your RedM cache can resolve many common client-side issues such as FPS drops, long loading screens, missing textures, and random crashes. Cache corruption is one of the most frequent causes of RedM performance problems, and safely clearing it often restores normal behavior without requiring a reinstall. --- What Is the RedM Cache? The RedM cache stores temporary client-side data to speed up loading and gameplay. Over time, these files can become outdated or corrupted. RedM stores several types of cache data, including: - Browser Cache – Temporary Chromium/CEF files used for UI elements - Server Cache – Downloaded resources specific to each server you join - Subprocess Cache – Script compilation and runtime artifacts When corrupted, cache files may cause: - FPS drops or micro-stuttering - Infinite or stuck loading screens - Missing textures or invisible objects - Random client crashes - Excessive disk space usage --- Before You Begin (Important) To avoid data loss or file corruption, make sure you complete the following steps before clearing your cache: 1. Completely close RedM 2. Ensure all RedM.exe and CitizenFX processes are closed via Task Manager 3. Back up custom files if applicable - Custom keybinds (client.lua) - Saved server favorites - Any custom UI modifications 4. Note your current RedM version (useful for troubleshooting if issues persist) --- Safe Manual Cache Clear (Recommended) Step 1: Open the RedM Data Directory - Navigate to the following folder on your system: Alternative methods: - Press Windows + R, paste , then navigate to: - Right-click your RedM desktop shortcut → Open file location → Navigate to the data folder --- Step 2: Locate Cache Folders Inside the data directory, you will see multiple folders. Only specific folders should be removed. Folders to delete: - - - - - Folders to keep (do NOT delete): - This contains core Red Dead Redemption 2 assets (4–8 GB) - (if present) Deleting these protected folders may cause RedM to fail to launch or require a full re-download. --- Step 3: Restart RedM - Launch RedM normally. The first startup after clearing cache may take 2–3 minutes while the cache rebuilds automatically. This is expected. --- After Clearing Cache Once RedM finishes loading: - Rejoin your server and allow resources to re-download - Verify performance and visual issues are resolved - Reapply any custom settings if needed If problems persist after clearing cache, the issue may be server-side or related to outdated drivers or mods. --- To learn more about RedM server hosting, you can browse our library of Knowledgebase articles here.

Shockbyte
February 4, 2026

How to Add Resources to your RedM Server

Resources allow you to extend your RedM server with additional features and functionality. They are essential for larger projects, such as roleplay servers, where core gameplay systems rely heavily on added resources. ::ProseNote{title="Important" description="Please ensure that you have followed the Getting Started with your RedM Server guide before proceeding with the following steps." appearance="danger"} :: --- Installing the Resource Once you have setup your server via txAdmin with a framework, you will be able to add resources to your server. We will be using QBCore in the following example. 1. Go to your Shockbyte Control Panel. 2. Navigate to the Files tab and locate the following directory: . The "XXXXX" represents the ID of your template. 3. Select the Upload File(s) button and upload your uncompressed resource file. Ensure this file is compatible with your selected framework. This can also be done using FileZilla for FTP File Management. --- Activating the Resource For a resource to start automatically, it must be added to the file using the command. You can manage this file easily through the CFG Editor in the txAdmin panel. 1. Go to your Shockbyte Control Panel. 2. Launch txAdmin. 3. Navigate to the CFG Editor area and add the line: , and replace it with the actual name of your resource. 4. Click Save File at the bottom of the page. --- To learn more about RedM server hosting, you can browse our library of Knowledgebase articles here.

Shockbyte
February 4, 2026

How to Setup RCON for your RedM Server

RCON (Remote Console) is a protocol that allows administrators to remotely access and control a RedM server without directly interacting with the server environment. In RedM, RCON is commonly used to execute server-side commands such as player management, configuration changes, and diagnostics, all through a secure, password-protected connection. This enables flexible server administration from external tools, command-line interfaces, or web dashboards without needing to be connected in-game. --- Enabling RCON on your RedM Server 1. Go to your Shockbyte Control Panel. 2. Launch txAdmin. 3. Navigate to the CFG Editor tab and add the following lines: and and set your desired RCON Password. Once these changes have been made, select the "Save File" button at the bottom. --- Connecting to Your RedM Server via RCON One of the easiest ways to use RCON on your RedM server is with a tool called IceCon. Step 1: Download IceCon IceCon is a free Windows application available on GitHub. Download and install it on your computer before continuing. Once installed, launch IceCon to begin setting up your connection. Step 2: Set Up a New Connection In IceCon, create a new connection profile and enter the following information: - Server IP Address – the IP address of your FiveM server - Game Port – the port your RedM server is running on - RCON Password – the password set in your server configuration Step 3: Connect to the Server After entering the required information, connect to the server. If the details are correct, IceCon will successfully establish the RCON connection. Once connected, you will see a console window where you can: - Send RCON commands to the server - View command responses in real time - Manage the server without joining the game Helpful IceCon Features IceCon includes several beginner-friendly features that make server management easier: - Command history and auto-completion to avoid retyping commands - Server log viewer for monitoring activity - Custom command buttons for frequently used commands - Multiple connection profiles for managing more than one server These tools help simplify RCON usage, even for users who are new to server administration. --- RCON Commands Once connected via RCON, you can execute administrative and diagnostic commands directly on your RedM server. These commands allow you to manage resources, send messages to players, and control the server itself. ::ProseNote{title="Note" description="Available commands may vary depending on your server configuration and installed resources." appearance="default"} :: | Command | Description | | -------- | ------- | | say | Sends a message to all connected players in the in-game chat | | start | Starts a specific server resource | | stop | Stops a running server resource | | restart | Restarts a specific server resource | | ensure | Starts the resource only if it is not already running | | refresh | Reloads all resources from the server’s resource directory | | clear | Clears the server console output | | crash | Forces the server to crash (intended for debugging purposes only) | | quit | Shuts down the server cleanly | Important Notes - Resource names must match the folder name exactly - Use caution when running commands like crash or quit, as they will disrupt the server - Restarting individual resources is generally safer than restarting the entire server --- To learn more about RedM server hosting, you can browse our library of Knowledgebase articles here.

Shockbyte
February 4, 2026

How to Change your Server Icon on your RedM Server

A custom server icon helps your RedM server stand out in the server list and makes it easier for players to recognize your community. This guide walks you through preparing the icon, uploading it to your server, and enabling it in the server configuration. ::ProseNote{title="Important" description="Please ensure that you have followed the Getting Started with your RedM Server guide before proceeding with the following steps." appearance="danger"} :: --- Choosing a Server Icon Before uploading the icon, it must meet RedM’s requirements: - Image size: - File format: You can use an image editing program such as GIMP, or an online image tool, to resize and convert an existing image. Once your icon meets these requirements, save the file and note the file name for later use. --- Uploading your Server Icon to the Server Once you have setup your server via txAdmin with a framework, you will be able to add resources to your server. 1. Go to your Shockbyte Control Panel. 2. Navigate to the Files tab and locate the following directory: . The "XXXXX" represents the ID of your template. 3. Select the Upload File(s) button and upload your Server Icon file. --- Activating the Server Icon in txAdmin For the server icon to be added to your RedM server officially, it must be added to the file. You can manage this file easily through the CFG Editor in the txAdmin panel. 1. Go to your Shockbyte Control Panel. 2. Launch txAdmin. 3. Navigate to the CFG Editor area and add the line: . 4. Click Save File at the bottom of the page. --- To learn more about RedM server hosting, you can browse our library of Knowledgebase articles here.

Shockbyte
February 4, 2026

How to Setup a Discord Bot for your RedM Server

The txAdmin panel offers a wide range of management features for your RedM server, including built-in Discord bot integration. This guide explains how to set up the Discord bot and use it effectively. --- Setting Up the Discord Application Setting up the txAdmin Discord bot requires creating a Discord application first. This application represents your bot and defines how it appears in Discord. 1. Head to the Discord Developer Portal, select New Application, and give your application a name. 2. Once you have created the app, take note of the . --- Configuring the Bot After creating the application, a bot is created automatically. To retrieve the bot token, click Reset Token. Be sure to copy and store the token safely, as it will be needed to complete the txAdmin setup. 1. Navigate to the Bot tab in your application. 2. Select the button. ::ProseNote{title="Important" description="Your bot token is a private key and should never be shared, as it can be used to gain unauthorized access." appearance="danger"} :: We will also want to enable the "Server Members Intent" option, which can be found by scrolling down a bit more on the same page. Once you have enabled this, ensure you select the "Save Changes" button --- Enabling Developer Mode & Retrieving your Server's ID We will also need to Enable Developer Mode in our Discord client: 1. Navigate to your User Settings and select Advanced. 2. Enable . 3. Right-click on your server's icon and select . Note this ID for later. --- Inviting the Discord Bot to your Discord Server Now that we have setup the Bot's configuration, we will need to invite the bot to the server you wish for it to run in. 1. Navigate to the Installation tab and locate the Install Link area. 2. Copy the link and paste this into your browser's URL 3. Authorize the bot to allow it access into your desired server. --- Configuring the Bot in txAdmin Once you have gotten all of the necessary IDs, tokens and setup your Discord Bot fully, you can configure the bot in txAdmin. 1. Go to your Shockbyte Control Panel. 2. Launch txAdmin. 3. Navigate to the Settings tab and locate the Discord area. Enable the Discord Bot by clicking the button beside it. 4. Enter in all of the information that was gathered from the previous steps in this guide including: and . 5. Once all of the desired changes have been made, scroll down to the bottom of the page and select . --- To learn more about RedM server hosting, you can browse our library of Knowledgebase articles here.

Shockbyte
February 4, 2026

How to setup a database for your RedM server

Depending on which template was chosen during setup, you may be required to connect a database to your server for it to store data in. This guide will cover how to setup this database and entering its details into txAdmin. ::ProseNote{title="Note:" description="This article is part of our RedM setup guide, if you wish to get more info on setting up your RedM server or do not see the fields to enter database options, please read this article first." appearance="default"} :: --- Creating your database 1. Access your control panel. 2. Navigate to Databases. 3. Click on Create Database. 4. Name the database, select MariaDB as type, and create it. 5. Take note of all details, you will need to enter them later. --- Entering your database connection details ::ProseNote{title="Note:" description="If you do not see the option to enter connection details, your setup might not require one. Please refer to our guide on Getting started with your RedM server for more information." appearance="default"} :: 1. Show the Database Options during your setup. 2. Enter the connection details of your database, and run the recipe. Now that your server has successfully connected to the database, you can continue setting up your server using our Getting started guide.

Ruben B
September 18, 2025
Discord beitreten