Hytale-Server-Manager
Hytale-Server-Manager
Aplicación Docker from Nebula's Repository
Visión general
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.
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3001]- Red
host- Concha
sh- Privilegiado
- false
Configuración de plantillas
- Objetivo
- 3001
- Por defecto
- 3001
- Valor
- 3001
- Objetivo
- 5520
- Por defecto
- 5520
- Valor
- 5520
User ID for file permissions. Use 'id' command to find your UID.
- Por defecto
- 99
- Valor
- 99
Group ID for file permissions. Use 'id' command to find your GID.
- Por defecto
- 100
- Valor
- 100
Set container timezone in TZ format.
- Objetivo
- TZ
- Por defecto
- Etc/UTC
- Valor
- Etc/UTC
SQLite database storage
- Objetivo
- /app/data/db
- Por defecto
- /mnt/user/appdata/hytale-server-manager/db
- Valor
- /mnt/user/appdata/hytale-server-manager/db
Game server installations
- Objetivo
- /app/servers
- Por defecto
- /mnt/user/appdata/hytale-server-manager/servers
- Valor
- /mnt/user/appdata/hytale-server-manager/servers
Server backup storage
- Objetivo
- /app/data/backups
- Por defecto
- /mnt/user/appdata/hytale-server-manager/backups
- Valor
- /mnt/user/appdata/hytale-server-manager/backups
Application logs (including Prisma logs)
- Objetivo
- /app/logs/
- Por defecto
- /mnt/user/appdata/hytale-server-manager/logs/
- Valor
- /mnt/user/appdata/hytale-server-manager/logs/
SSL Certificates for the web UI
- Objetivo
- /app/data/certs/
- Por defecto
- /mnt/user/appdata/hytale-server-manager/certs/
- Valor
- /mnt/user/appdata/hytale-server-manager/certs/
Hytale downloader tool storage
- Objetivo
- /app/data/hytale-downloader
- Por defecto
- /mnt/user/appdata/hytale-server-manager/hytale-downloader
- Valor
- /mnt/user/appdata/hytale-server-manager/hytale-downloader
System machine ID for identification
- Objetivo
- /etc/machine-id
- Por defecto
- /etc/machine-id
- Valor
- /etc/machine-id
Discord webhook URL for notifications
Enable Discord webhook notifications
- Por defecto
- false
- Valor
- false
Allowed CORS origin. Set to your Unraid server URL for external access (e.g., https://192.168.1.100:3001)
- Por defecto
- http://localhost:3001
- Valor
- http://localhost:3001
Allow HTTP access (NOT recommended). Set to 'true' only for local network testing without HTTPS.
- Por defecto
- false
- Valor
- 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)
- Por defecto
- 900000
- Valor
- 900000
Maximum requests per rate limit window (default: 100)
- Por defecto
- 100
- Valor
- 1000
Maximum file upload size in bytes (default: 52428800 = 50MB)
- Por defecto
- 52428800
- Valor
- 52428800
Categorías
Detalles
ghcr.io/nebula-codes/hytale-server-manager:latestEjecute Hytale-Server-Manager en Unraid.
Hytale-Server-Manager se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.