---
title: How to Install Resources for a RedM Server
description: Expand your RedM server with resources! Follow this guide to learn how to install them.
source: "https://nodecraft.com/support/games/redm/setup/how-to-install-resources-for-a-redm-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvZmY1NmU0ZWExNC9yZWRtLWxhbmRpbmctMS0wLTIucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzE2Njd4NzUwL2UwYTJmMDk1ZDIvY2Z4cmVfcmVkbS1sb2dvLWZsYXQtbmVnLnBuZy9tLyJ9LHsibmFtZSI6ImN0YV90ZXh0IiwidGV4dCI6IkNyZWF0ZSB5b3VyIG93biBzZXJ2ZXIhIn0seyJuYW1lIjoidGV4dCIsInRleHQiOiJIb3cgdG8gSW5zdGFsbCBSZXNvdXJjZXMgZm9yIGEgUmVkTSBTZXJ2ZXIifV0&s=fba8397f6f3e8b0cb020b7a4158a761f56ca0d93bf3acdace2ace60867c47e03"
published: "2025-03-10T14:38:56.000Z"
updated: "2025-03-10T00:02:00.000Z"
---

# How to Install Resources for a RedM Server

Expand your RedM server with resources! Follow this guide to learn how to install them.

RedM is a multiplayer modification framework for Red Dead Redemption 2, allowing players to create and host custom servers. To enhance gameplay, server owners can install resources such as scripts, maps, and custom assets. This guide will walk you through the process of installing resources on a RedM server.

## Download the Resource

1. Find a compatible RedM resource from sources like **[Cfx.re Forums](https://forum.cfx.re)**, [GitHub](https://github.com), or other community sites.
2. Download the resource, typically in a `.zip` or `.rar` file.

## Extract and Place the Resource

1. Locate the File Manager page on your Nodecraft Control Panel.
2. Move the extracted folder to your **server’s **`resources` folder.![The file manager highlighting the Resources folder.](https://cms-a.nodecraft.com/f/133932/1000x822/6fba0351b0/redm-filemanager-resources.png/m/)
3. Upload and Unzip the contents of the `.zip` file.

## Configure the `server.cfg` File

1. Open your `server.cfg` file using by double clicking on it in the server files, or by selecting the checkbox beside it and then clicking the "edit" button.![The server files showing how to edit the server.cfg](https://cms-a.nodecraft.com/f/133932/793x584/0b284bfc4f/redm-servercfg.png/m/)
2. Add the following line at the bottom to ensure the resource loads when the server starts:
3. `ensure resource_name`

  Replace `resource_name` with the actual folder name of the resource.

## Restart and Test the Server

1. Restart your RedM server to apply changes.
2. Join your server and test if the resource is working correctly.
3. Check the **Console** for any errors and troubleshoot if needed.

## Conclusion

Installing resources on a RedM server enhances the gaming experience by adding new features and functionality. By following these steps, you can successfully integrate custom scripts, maps, and other assets into your server. Always ensure that resources are compatible with your server version and keep them updated for smooth performance.
