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
- Ziel
- 3001
- Standard
- 3001
- Wert
- 3001
- Ziel
- 5520
- Standard
- 5520
- Wert
- 5520
User ID for file permissions. Use 'id' command to find your UID.
- Standard
- 99
- Wert
- 99
Group ID for file permissions. Use 'id' command to find your GID.
- Standard
- 100
- Wert
- 100
Set container timezone in TZ format.
- Ziel
- TZ
- Standard
- Etc/UTC
- Wert
- Etc/UTC
SQLite database storage
- Ziel
- /app/data/db
- Standard
- /mnt/user/appdata/hytale-server-manager/db
- Wert
- /mnt/user/appdata/hytale-server-manager/db
Game server installations
- Ziel
- /app/servers
- Standard
- /mnt/user/appdata/hytale-server-manager/servers
- Wert
- /mnt/user/appdata/hytale-server-manager/servers
Server backup storage
- Ziel
- /app/data/backups
- Standard
- /mnt/user/appdata/hytale-server-manager/backups
- Wert
- /mnt/user/appdata/hytale-server-manager/backups
Application logs (including Prisma logs)
- Ziel
- /app/logs/
- Standard
- /mnt/user/appdata/hytale-server-manager/logs/
- Wert
- /mnt/user/appdata/hytale-server-manager/logs/
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 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
System machine ID for identification
- Ziel
- /etc/machine-id
- Standard
- /etc/machine-id
- Wert
- /etc/machine-id
Discord webhook URL for notifications
Enable Discord webhook notifications
- Standard
- false
- Wert
- false
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
Allow HTTP access (NOT recommended). Set to 'true' only for local network testing without HTTPS.
- Standard
- false
- Wert
- 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)
- Standard
- 900000
- Wert
- 900000
Maximum requests per rate limit window (default: 100)
- Standard
- 100
- Wert
- 1000
Maximum file upload size in bytes (default: 52428800 = 50MB)
- Standard
- 52428800
- Wert
- 52428800
Kategorien
Einzelheiten
ghcr.io/nebula-codes/hytale-server-manager:latestFü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.