Sign inSign up

ich777/beamng-mp-server

By ich777

•Updated 26 days ago

Image
1

10K+

ich777/beamng-mp-server repository overview

⁠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

NameValueExample
DATA_DIRFolder for gamefiles/beamngmp
GAME_PARAMSValues to start the serverempty
UIDUser Identifier99
GIDGroup Identifier100

⁠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/⁠

Tag summary

Content type

Image

Digest

sha256:9b846cf7b…

Size

48.5 MB

Last updated

26 days ago

docker pull ich777/beamng-mp-server