BeamNG.drive MP Server in Docker optimized for Unraid

This Docker will download and install BeamNG.drive-MP-Server.

ATTENTION: To get the server working please generate a Key over here: https://beammp.com/keymaster (you can get a full tutorial on how to obtain a key here: https://wiki.beammp.com/en/home/server-installation) and put it in your ServerConfig.toml at the entry "AuthKey".

ServerConfig.toml: Please head over to https://wiki.beammp.com/en/home/server-maintenance to see all available options and descriptions from the ServerConfig.toml

Web Server: The web server for http/https requests is turned off by default and you need to enable it in the ServerConfig.toml if you want too - it is strongly recommended that you reverse proxy the Web Server if possible.

Update Notice: The container will check for a new version on each start/restart.

Env params

Name Value Example
DATA_DIR Folder for gamefiles /beamngmp
GAME_PARAMS Values to start the server empty
UID User Identifier 99
GID Group Identifier 100

Run example

docker run --name BeamNG-MP -d \
	-p 30814:30814 -p 30814:30814/udp -p 8080:8080 \
	--env 'UID=99' \
	--env 'GID=100' \
	--env 'UMASK=0000' \
	--volume /path/to/beamngmp:/beamngmp \
	ich777/beamng-mp-server:latest

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/

Description
No description provided
Readme 54 KiB
Languages
Shell 83.4%
Dockerfile 16.6%