Hytale-Server-Manager
Docker 应用程序 from Nebula's Repository
概述
Hytale Server Manager is a web-based management dashboard for Hytale game servers.
Features include:
- Server management and monitoring
- Backup automation and restoration
- Player tracking
- Mod management
- Scheduled tasks
- Discord notifications
- Real-time console access
IMPORTANT: You must configure the JWT secrets before first use. Generate random values for JWT_SECRET, JWT_REFRESH_SECRET, and SETTINGS_ENCRYPTION_KEY using the commands shown in each variable's description.
运行时参数
- 网络用户界面
http://[IP]:[PORT:3001]- 网络
host- 外壳
sh- 特权
- false
模板配置
- 目标
- 3001
- 默认值
- 3001
- 价值
- 3001
- 目标
- 5520
- 默认值
- 5520
- 价值
- 5520
User ID for file permissions. Use 'id' command to find your UID.
- 默认值
- 99
- 价值
- 99
Group ID for file permissions. Use 'id' command to find your GID.
- 默认值
- 100
- 价值
- 100
Set container timezone in TZ format.
- 目标
- TZ
- 默认值
- Etc/UTC
- 价值
- Etc/UTC
SQLite database storage
- 目标
- /app/data/db
- 默认值
- /mnt/user/appdata/hytale-server-manager/db
- 价值
- /mnt/user/appdata/hytale-server-manager/db
Game server installations
- 目标
- /app/servers
- 默认值
- /mnt/user/appdata/hytale-server-manager/servers
- 价值
- /mnt/user/appdata/hytale-server-manager/servers
Server backup storage
- 目标
- /app/data/backups
- 默认值
- /mnt/user/appdata/hytale-server-manager/backups
- 价值
- /mnt/user/appdata/hytale-server-manager/backups
Application logs (including Prisma logs)
- 目标
- /app/logs/
- 默认值
- /mnt/user/appdata/hytale-server-manager/logs/
- 价值
- /mnt/user/appdata/hytale-server-manager/logs/
SSL Certificates for the web UI
- 目标
- /app/data/certs/
- 默认值
- /mnt/user/appdata/hytale-server-manager/certs/
- 价值
- /mnt/user/appdata/hytale-server-manager/certs/
Hytale downloader tool storage
- 目标
- /app/data/hytale-downloader
- 默认值
- /mnt/user/appdata/hytale-server-manager/hytale-downloader
- 价值
- /mnt/user/appdata/hytale-server-manager/hytale-downloader
System machine ID for identification
- 目标
- /etc/machine-id
- 默认值
- /etc/machine-id
- 价值
- /etc/machine-id
Discord webhook URL for notifications
Enable Discord webhook notifications
- 默认值
- false
- 价值
- false
Allowed CORS origin. Set to your Unraid server URL for external access (e.g., https://192.168.1.100:3001)
- 默认值
- http://localhost:3001
- 价值
- http://localhost:3001
Allow HTTP access (NOT recommended). Set to 'true' only for local network testing without HTTPS.
- 默认值
- false
- 价值
- false
Encryption key for sensitive settings (exactly 32 hex chars). Generate with: openssl rand -hex 16
JWT refresh token secret (min 32 chars). Generate with: openssl rand -hex 64
JWT secret for authentication (min 32 chars). Generate with: openssl rand -hex 64
Rate limit window in milliseconds (default: 900000 = 15 minutes)
- 默认值
- 900000
- 价值
- 900000
Maximum requests per rate limit window (default: 100)
- 默认值
- 100
- 价值
- 1000
Maximum file upload size in bytes (default: 52428800 = 50MB)
- 默认值
- 52428800
- 价值
- 52428800
详细信息
ghcr.io/nebula-codes/hytale-server-manager:latest在Unraid 上运行 Hytale-Server-Manager 。
Hytale-Server-Manager 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。