Auto-sync: 20260105-212307

This commit is contained in:
Hutson
2026-01-05 21:23:08 -05:00
parent 54a71124ae
commit b832cc9e57

View File

@@ -1,11 +1,24 @@
# Minecraft Server - Hutworld
# Minecraft Servers
Minecraft server running on docker-host2 via Crafty Controller 4.
Minecraft servers running on docker-host2 via Crafty Controller 4.
---
## Servers Overview
| Server | Address | Port | Version | Status |
|--------|---------|------|---------|--------|
| **Hutworld** | hutworld.htsn.io | 25565 | Paper 1.21.11 | Running |
| **Backrooms** | backrooms.htsn.io | 25566 | Paper 1.21.4 | Running (LAN only*) |
*Backrooms needs port forwarding configured in UniFi
---
## Quick Reference
### Hutworld (Main Server)
| Setting | Value |
|---------|-------|
| **Web GUI** | https://mc.htsn.io |
@@ -16,6 +29,24 @@ Minecraft server running on docker-host2 via Crafty Controller 4.
| **World Name** | hutworld |
| **Memory** | 2GB min / 4GB max |
### Backrooms (Horror/Exploration)
| Setting | Value |
|---------|-------|
| **Web GUI** | https://mc.htsn.io |
| **Game Server (Java)** | backrooms.htsn.io:25566 |
| **Host** | docker-host2 (10.10.10.207) |
| **Server Type** | Paper 1.21.4 |
| **World Name** | backrooms |
| **Memory** | 512MB min / 1.5GB max |
| **Datapack** | The Backrooms v2.2.0 |
**Backrooms Features:**
- 50+ custom dimensions based on Backrooms lore
- Use `/execute in backrooms:level0 run tp @s ~ ~ ~` to travel to Level 0
- Horror-themed exploration gameplay
- No client mods required (datapack only)
---
## Crafty Controller Access
@@ -168,12 +199,22 @@ http:
## Port Forwarding (UniFi)
Configured via UniFi API on UCG-Fiber (10.10.10.1):
Configured via UniFi controller on UCG-Fiber (10.10.10.1):
| Rule Name | Port | Protocol | Destination |
|-----------|------|----------|-------------|
| Minecraft Java | 25565 | TCP/UDP | 10.10.10.207:25565 |
| Minecraft Bedrock | 19132 | UDP | 10.10.10.207:19132 |
| Rule Name | Port | Protocol | Destination | Status |
|-----------|------|----------|-------------|--------|
| Minecraft Java | 25565 | TCP/UDP | 10.10.10.207:25565 | Active |
| Minecraft Bedrock | 19132 | UDP | 10.10.10.207:19132 | Active |
| Minecraft Backrooms | 25566 | TCP/UDP | 10.10.10.207:25566 | **PENDING** |
**To add Backrooms port forwarding:**
1. Open UniFi controller: https://10.10.10.1
2. Go to Settings → Firewall & Security → Port Forwarding
3. Add new rule:
- Name: `Minecraft Backrooms`
- Port: `25566`
- Protocol: `TCP/UDP`
- Forward to: `10.10.10.207:25566`
---
@@ -183,8 +224,9 @@ Configured via UniFi API on UCG-Fiber (10.10.10.1):
|--------|------|-------|---------|
| mc.htsn.io | CNAME | htsn.io | Yes (for web GUI) |
| hutworld.htsn.io | A | 70.237.94.174 | No (direct for game traffic) |
| backrooms.htsn.io | A | 70.237.94.174 | No (direct for game traffic) |
**Note:** Game traffic (25565, 19132) cannot be proxied through Cloudflare - only HTTP/HTTPS works with Cloudflare proxy.
**Note:** Game traffic (25565, 25566, 19132) cannot be proxied through Cloudflare - only HTTP/HTTPS works with Cloudflare proxy.
---
@@ -475,4 +517,18 @@ tar -xzf /tmp/hutworld-*.tar.gz -C /tmp --strip-components=2 \
---
**Last Updated:** 2026-01-04
**Last Updated:** 2026-01-05
---
## Migration History (Backrooms)
### 2026-01-05: Backrooms Server Created
- Created new Backrooms server in Crafty Controller
- Installed Paper 1.21.4 build 232 (recommended version for datapack)
- Installed The Backrooms datapack v2.2.0 from Modrinth
- DNS record created for backrooms.htsn.io
- Memory configured for 512MB-1.5GB (VM memory constrained)
- Server running on port 25566
- **Pending:** Port forwarding for external access