From 50b1f52effc76033539f7c6c6256c25cce069f74 Mon Sep 17 00:00:00 2001 From: Protogen187 <162638343+Protogen187@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:36:48 +0100 Subject: [PATCH 1/3] Update create-a-server.md update .toml example --- docs/en/server/create-a-server.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/en/server/create-a-server.md b/docs/en/server/create-a-server.md index b15dd337..3a2ee487 100644 --- a/docs/en/server/create-a-server.md +++ b/docs/en/server/create-a-server.md @@ -170,24 +170,28 @@ They are called “ServerConfig.toml”, “Server.log” and “BeamMP-Server.e Open the `ServerConfig.toml` with a text editor such as `Notepad`. You can do this with [Right Click] → “Open With…” and then selecting a text editor. -You should see something like this: +Here is an example configuration: ```TOML [General] -AuthKey = '' -Debug = false -Description = 'BeamMP Default Description' -Map = '/levels/gridmap_v2/info.json' -MaxCars = 1 -MaxPlayers = 10 -Name = 'BeamMP Server' Port = 30814 -Private = false -ResourceFolder = 'Resources' +AuthKey = "auth-key" +AllowGuests = true +LogChat = false +Debug = false +IP = "::" +Private = true +InformationPacket = true +Name = "Test Server" +Tags = "Freeroam,Modded,Racing,Police" +MaxCars = 20 +MaxPlayers = 12 +Map = "/levels/ks_nord/info.json" +Description = "Total Random Beam MP Server" +ResourceFolder = "Resources" ``` This is your configuration file. It uses a format called TOML. Refer to the [Server Maintenance](server-maintenance.md) section for more info on this file. - For now, we only care about the `AuthKey` field. Between the quotes `''`, you want to paste in your AuthKey you copied in the first step. For our example key, it should then look like this: From d95ec682baeb99c6c96b309e4b6e23bde686d7c5 Mon Sep 17 00:00:00 2001 From: Protogen187 <162638343+Protogen187@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:16:39 +0100 Subject: [PATCH 2/3] Update create-a-server.md --- docs/en/server/create-a-server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/server/create-a-server.md b/docs/en/server/create-a-server.md index 3a2ee487..4f4747e6 100644 --- a/docs/en/server/create-a-server.md +++ b/docs/en/server/create-a-server.md @@ -176,7 +176,7 @@ Here is an example configuration: [General] Port = 30814 AuthKey = "auth-key" -AllowGuests = true +AllowGuests = false LogChat = false Debug = false IP = "::" @@ -184,8 +184,8 @@ Private = true InformationPacket = true Name = "Test Server" Tags = "Freeroam,Modded,Racing,Police" -MaxCars = 20 -MaxPlayers = 12 +MaxCars = 2 +MaxPlayers = 10 Map = "/levels/ks_nord/info.json" Description = "Total Random Beam MP Server" ResourceFolder = "Resources" From 0461106a533721810deef88e68297e7913df1cf9 Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Thu, 15 Jan 2026 18:15:27 +0000 Subject: [PATCH 3/3] Fix typo in 'IP address' label --- docs/en/server/port-forwarding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/server/port-forwarding.md b/docs/en/server/port-forwarding.md index 27030bab..e7aa943c 100644 --- a/docs/en/server/port-forwarding.md +++ b/docs/en/server/port-forwarding.md @@ -51,7 +51,7 @@ There are 4 major steps in this guide. Use a tool such as CheckBeamMP to test if the rule is working.
- +

@@ -226,7 +226,7 @@ There are a few different ways to test the connection. Our recommend way is to use our tool **CheckBeamMP** as this tests for BeamMP specific issues and protocols. - +