Sign inSign up

ich777/redmserver

By ich777

Updated almost 2 years ago

Image
1

10K+

ich777/redmserver repository overview

RedM Server in Docker optimized for Unraid

With this Docker you can run RedM (Read Dead Redemption 2 V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the 'Manual Updates' to 'true' (without quotes). The Docker will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this container you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.

Update Notice: Simply restart the container and it will download the newest version or if you set 'Manual Updates' to 'true' place the new fx.tar.xz in the main directory and restart the container.

WEB CONSOLE: You can connect to the RedM console by opening your browser and go to HOSTIP:9016 (eg: 192.168.1.1:9016) or click on WebUI on the Docker page within Unraid.

Env params

NameValueExample
SERVER_DIRFolder for gamefile/serverdata/serverfiles
GAME_CONFIGThe name of your server configuration fileserver.cfg
SERVER_KEYPlace your server key obtained from: https://keymaster.fivem.net/ hereplaceyourkeyhere
START_VARSEnter your extra startup variables here if needed
SRV_ADRThe master server adress for the RedM server downloadhttps://runtime.fivem.net/artifacts/fi...
MANUAL_UPDATESSet to 'true' if you want to update the server manually (otherwise leave blank)blank
UIDUser Identifier99
GIDGroup Identifier100

Run example

docker run --name RedM -d \
    -p 30110:30110 -p 30120:30120 \
    -p 30110:30110/udp -p 30120:30120/udp \
    -p 9016:8080 \
    --env 'GAME_CONFIG=server.cfg' \
    --env 'SERVER_KEY=placeyourkeyhere' \
    --env 'SRV_ADR=https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/' \
    --env 'UID=99' \
    --env 'GID=100' \
    --volume /mnt/user/appdata/redm:/serverdata/serverfiles \
    ich777/redmserver

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

Support Thread: https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/

Tag summary

Content type

Image

Digest

sha256:66e482a40

Size

40.7 MB

Last updated

almost 2 years ago

docker pull ich777/redmserver