Server Name The name of your server. This is what appears on the server list. | NAME | BeamMP Server | required|string|max:128 |
Server Description Sets the server description | DESCRIPTION | BeamMP Default Description | required|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 | VERSION | latest | required|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 | AUTHKEY | none | required|string|max:64 |
Max Players The maximum number of players allowed on the server. | MAX_PLAYERS | 6 | required|integer|max:100 |
Private Should the server be private? | PRIVATE | false | required|string|in:true,false |
Max Cars The maximum number of cars allowed to be spawned per player. | MAX_CARS | 1 | required|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.json | required|string|max:64 |
Chat logging Enable chat logging by the server | LOGCHAT | true | required|string|in:true,false |