StruxaEggs Explorer

BeamMP Servers

Game

This is the server for the multiplayer mod BeamMP for the game BeamNG.drive. The server is the point through which all clients communicate. You can write lua mods for the server, detailed instructions on the BeamMP Wiki.

Author: noah@noahserver.onlineSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

./BeamMP-Server

Docker Images

LabelImage
Debianghcr.io/ptero-eggs/yolks:debian

Environment Variables

NameVariableDefaultRules
Server Name
The name of your server. This is what appears on the server list.
NAMEBeamMP Serverrequired|string|max:128
Server Description
Sets the server description
DESCRIPTIONBeamMP Default Descriptionrequired|string|max:128
BeamMP Server Version
The BeamMP server version to be installed. Latest or invalid versions will default to latest. See all available versions at https://github.com/BeamMP/BeamMP-Server/releases example: v3.1.0 or v2.2.0 or latest
VERSIONlatestrequired|string|max:12
Authentication Key
The authentication key for your server. A key can be obtained from the BeamMP keymaster at https://keymaster.beammp.com
AUTHKEYnonerequired|string|max:64
Max Players
The maximum number of players allowed on the server.
MAX_PLAYERS6required|integer|max:100
Private
Should the server be private?
PRIVATEfalserequired|string|in:true,false
Max Cars
The maximum number of cars allowed to be spawned per player.
MAX_CARS1required|integer|max:10
Map
The map for your server. Stock maps are listed below. /levels/gridmap_v2/info.json /levels/automation_test_track/info.json /levels/east_coast_usa/info.json /levels/hirochi_raceway/info.json /levels/italy/info.json /levels/jungle_rock_island/info.json /levels/industrial/info.json /levels/small_island/info.json /levels/smallgrid/info.json /levels/utah/info.json /levels/west_coast_usa/info.json /levels/driver_training/info.json /levels/derby/info.json
MAP/levels/gridmap_v2/info.jsonrequired|string|max:64
Chat logging
Enable chat logging by the server
LOGCHATtruerequired|string|in:true,false