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
-**Service:** LoadBalancer on `192.168.10.51` (UDP 16261-16262, TCP 27015)
16
+
-**Storage:** 20Gi Longhorn PVC with daily VolSync backups
17
+
-**Memory:** 2-10GB JVM, 12GB container limit
18
+
19
+
## Networking
20
+
21
+
This is a UDP game server — no Gateway API or Cloudflare proxy.
22
+
23
+
-**Cloudflare:** DNS-only A record (grey cloud) pointing `zomboid.vanillax.me` to public IP
24
+
-**Firewalla:** Port forward UDP 16261, 16262 and TCP 27015 to `192.168.10.51`
25
+
26
+
## Secrets (1Password)
27
+
28
+
Item `project-zomboid` in `homelab-prod` vault:
29
+
30
+
| Field | Purpose |
31
+
|-------|---------|
32
+
|`admin-username`| In-game admin login |
33
+
|`admin-password`| In-game admin password |
34
+
|`server-password`| Password players need to join |
35
+
|`rcon-password`| RCON remote admin password |
36
+
37
+
## First Boot
38
+
39
+
First boot takes 5-10 minutes as the server loads all B42 assets and generates the world. The `sed` warnings about missing `.ini` are normal on first boot — the file is created after the JVM starts.
40
+
41
+
## Server Config
42
+
43
+
Server config is stored on the PVC at `/home/steam/Zomboid/Server/VanillaX.ini`. Changes to this file persist across restarts.
0 commit comments