Update create-a-server.md

Change .toml info note
This commit is contained in:
Protogen187
2026-03-03 21:15:48 +01:00
committed by GitHub
parent 3e07149a28
commit efd65b70ee

View File

@@ -191,7 +191,11 @@ 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.
!!! 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 our example key, it should then look like this:
@@ -202,10 +206,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`.
!!! 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**
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.