Hytale-Server-Manager

Hytale-Server-Manager

Docker-Anwendung from Nebula's Repository

Übersicht

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.

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:3001]
Netzwerk
host
Shell
sh
Privilegiert
false

Konfiguration der Vorlage

Web UI PortPorttcp
Ziel
3001
Standard
3001
Wert
3001
Default game portPortudp
Ziel
5520
Standard
5520
Wert
5520
PUIDVariable

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

Standard
99
Wert
99
PGIDVariable

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

Standard
100
Wert
100
TimezoneVariable

Set container timezone in TZ format.

Ziel
TZ
Standard
Etc/UTC
Wert
Etc/UTC
DatabasePathrw

SQLite database storage

Ziel
/app/data/db
Standard
/mnt/user/appdata/hytale-server-manager/db
Wert
/mnt/user/appdata/hytale-server-manager/db
ServersPathrw

Game server installations

Ziel
/app/servers
Standard
/mnt/user/appdata/hytale-server-manager/servers
Wert
/mnt/user/appdata/hytale-server-manager/servers
BackupsPathrw

Server backup storage

Ziel
/app/data/backups
Standard
/mnt/user/appdata/hytale-server-manager/backups
Wert
/mnt/user/appdata/hytale-server-manager/backups
LogsPathrw

Application logs (including Prisma logs)

Ziel
/app/logs/
Standard
/mnt/user/appdata/hytale-server-manager/logs/
Wert
/mnt/user/appdata/hytale-server-manager/logs/
CertificatesPathrw

SSL Certificates for the web UI

Ziel
/app/data/certs/
Standard
/mnt/user/appdata/hytale-server-manager/certs/
Wert
/mnt/user/appdata/hytale-server-manager/certs/
Hytale DownloaderPathrw

Hytale downloader tool storage

Ziel
/app/data/hytale-downloader
Standard
/mnt/user/appdata/hytale-server-manager/hytale-downloader
Wert
/mnt/user/appdata/hytale-server-manager/hytale-downloader
Machine IDPathro

System machine ID for identification

Ziel
/etc/machine-id
Standard
/etc/machine-id
Wert
/etc/machine-id
DISCORD_WEBHOOK_URLVariable

Discord webhook URL for notifications

DISCORD_ENABLEDVariable

Enable Discord webhook notifications

Standard
false
Wert
false
CORS_ORIGINVariable

Allowed CORS origin. Set to your Unraid server URL for external access (e.g., https://192.168.1.100:3001)

Standard
http://localhost:3001
Wert
http://localhost:3001
INSECURE_COOKIESVariable

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

Standard
false
Wert
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)

Standard
900000
Wert
900000
RATE_LIMIT_MAXVariable

Maximum requests per rate limit window (default: 100)

Standard
100
Wert
1000
MAX_FILE_UPLOAD_SIZEVariable

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

Standard
52428800
Wert
52428800

Einzelheiten

Repository
ghcr.io/nebula-codes/hytale-server-manager:latest
Zuletzt aktualisiert2026-05-31
Erstmals gesehen2026-01-19

Führen Sie Hytale-Server-Manager auf Unraid aus.

Hytale-Server-Manager ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.