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

Web UI PortPorttcp
Objetivo
3001
Por defecto
3001
Valor
3001
Default game portPortudp
Objetivo
5520
Por defecto
5520
Valor
5520
PUIDVariable

User ID for file permissions. Use 'id' command to find your UID.

Por defecto
99
Valor
99
PGIDVariable

Group ID for file permissions. Use 'id' command to find your GID.

Por defecto
100
Valor
100
TimezoneVariable

Set container timezone in TZ format.

Objetivo
TZ
Por defecto
Etc/UTC
Valor
Etc/UTC
DatabasePathrw

SQLite database storage

Objetivo
/app/data/db
Por defecto
/mnt/user/appdata/hytale-server-manager/db
Valor
/mnt/user/appdata/hytale-server-manager/db
ServersPathrw

Game server installations

Objetivo
/app/servers
Por defecto
/mnt/user/appdata/hytale-server-manager/servers
Valor
/mnt/user/appdata/hytale-server-manager/servers
BackupsPathrw

Server backup storage

Objetivo
/app/data/backups
Por defecto
/mnt/user/appdata/hytale-server-manager/backups
Valor
/mnt/user/appdata/hytale-server-manager/backups
LogsPathrw

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/
CertificatesPathrw

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 DownloaderPathrw

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
Machine IDPathro

System machine ID for identification

Objetivo
/etc/machine-id
Por defecto
/etc/machine-id
Valor
/etc/machine-id
DISCORD_WEBHOOK_URLVariable

Discord webhook URL for notifications

DISCORD_ENABLEDVariable

Enable Discord webhook notifications

Por defecto
false
Valor
false
CORS_ORIGINVariable

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
INSECURE_COOKIESVariable

Allow HTTP access (NOT recommended). Set to 'true' only for local network testing without HTTPS.

Por defecto
false
Valor
false
SETTINGS_ENCRYPTION_KEYVariable

Encryption key for sensitive settings (exactly 32 hex chars). Generate with: openssl rand -hex 16

JWT_REFRESH_SECRETVariable

JWT refresh token secret (min 32 chars). Generate with: openssl rand -hex 64

JWT_SECRETVariable

JWT secret for authentication (min 32 chars). Generate with: openssl rand -hex 64

RATE_LIMIT_WINDOWVariable

Rate limit window in milliseconds (default: 900000 = 15 minutes)

Por defecto
900000
Valor
900000
RATE_LIMIT_MAXVariable

Maximum requests per rate limit window (default: 100)

Por defecto
100
Valor
1000
MAX_FILE_UPLOAD_SIZEVariable

Maximum file upload size in bytes (default: 52428800 = 50MB)

Por defecto
52428800
Valor
52428800

Detalles

Repositorio
ghcr.io/nebula-codes/hytale-server-manager:latest
Última actualización2026-05-31
Visto por primera vez2026-01-19

Ejecute 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.