Merge pull request #274 from BeamMP/Protogen187-patch-4

Update create-a-server.md
This commit is contained in:
Protogen187
2026-03-15 20:53:54 +01:00
committed by GitHub

View File

@@ -192,7 +192,11 @@ Description = "Total Random Beam MP Server"
ResourceFolder = "Resources" 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. !!! info
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 and the variables.
Your server will **NOT** show in the server list as long as `Private = true`. _If_ you want it to show in the list, set that to **`Private = false`**.
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 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: For our example key, it should then look like this:
@@ -203,10 +207,6 @@ Give your server a name, too, in the `Name` field. You can format this with colo
If you picked a different **Port** other than **30814**, make sure to replace it here under `Port`. If you picked a different **Port** other than **30814**, make sure to replace it here under `Port`.
!!! info
Your server will **NOT** show in the server list as long as `Private = true`. _If_ you want it to show in the list, set that to **`Private = false`**.
### **5. Validation** ### **5. Validation**
Now run your server again, and see if it spits out any more `[ERROR]` or `[WARN]` messages. The server should stay open now. In the following steps (6.) below you can find out how to join the server. Now run your server again, and see if it spits out any more `[ERROR]` or `[WARN]` messages. The server should stay open now. In the following steps (6.) below you can find out how to join the server.