You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`server-name`| The name shown to clients in the server list. |
67
+
|`gamemode`| Default gamemode for new players. Existing players keep their current mode unless changed with commands. Possible values are `survival`, `creative` and `adventure`. |
68
+
|`difficulty`| World difficulty. Can be changed at runtime with `/difficulty`, but set it here to persist. Possible values are `peaceful`, `easy`, `normal` and `hard`. |
69
+
|`max-player`| Hard cap on simultaneous connections. Higher numbers increase CPU/RAM and bandwidth needs. |
70
+
|`allow-cheats`| When **true**, the server allows cheats-like commands (like `/give`, `/tp`). You still need elevated permissions (see [Permissions](/docs/user-guide/permissions/)). |
71
+
|`allow-list`| When **true**, only players listed in `allowlist.json` can join. Good for private servers. |
72
+
|`server-port` / `server-portv6`| The UDP ports the server listens on. If you’re behind a router/firewall, you **must** open/forward these (UDP, not TCP). |
67
73
68
-
***`server-port` / `server-portv6`**
69
-
The UDP ports the server listens on. If you’re behind a router/firewall, you **must** open/forward these (UDP, not TCP).
70
74
71
75
### Make yourself an operator
72
76
@@ -81,12 +85,12 @@ op <YourGamertag>
81
85
1. Make sure your **firewall allows UDP** on the Bedrock port (default **19132**).
82
86
2. If you’re on the **same LAN**, the server usually appears under the **Friends / LAN** tab. Otherwise:
83
87
3. On your device, go to **Play → Servers → Add Server** and enter:
84
-
-**Server Address:** your PC's IP (or your public IP if port forwarded)
85
-
-**Port:**`19132` (or whatever you set in `server-port`)
88
+
-**Server Address:** your PC's IP (or your public IP if port forwarded)
89
+
-**Port:**`19132` (or whatever you set in `server-port`)
86
90
4. Save and **Join**.
87
91
88
92
<Admonitiontype="tip">
89
-
Hosting over the internet? Don't forget to set up **port forwarding** on your router for UDP <b>19132</b> (and
90
-
optionally <b>19133</b> for IPv6) to your server machine's local IP.
93
+
Hosting over the internet? Don't forget to set up **port forwarding** on your router for UDP <b>19132</b> (and
94
+
optionally <b>19133</b> for IPv6) to your server machine's local IP.
0 commit comments