-
Notifications
You must be signed in to change notification settings - Fork 22
Failed to get latest version HytaleServer.jar #44
Copy link
Copy link
Open
Description
I just started the docker image on my ugreen nas and after authenticating I get the following error:
hytale_server | Failed to get latest version
hytale_server | ====Starting Hytale Dedicated Server====
hytale_server | Could not find HytaleServer.jar at: /home/hytale/server-files/Server/HytaleServer.jar
hytale_server | Please ensure the server files are properly downloaded.
.env
# User Settings
PUID=1000
PGID=10
# Server Settings
SERVER_NAME=hytale-server
DEFAULT_PORT=5520
MAX_PLAYERS=20
# View Distance (in chunks, 12 chunks = 384 blocks)
# Higher values require more RAM. Recommended max: 12
VIEW_DISTANCE=12
# Authentication Mode (authenticated|offline)
# authenticated: Requires player authentication (recommended)
# offline: Allows unauthenticated players (for testing only)
AUTH_MODE=authenticated
# Backup Settings
ENABLE_BACKUPS=true
BACKUP_FREQUENCY=30
# Advanced Settings
DISABLE_SENTRY=true
USE_AOT_CACHE=true
ACCEPT_EARLY_PLUGINS=false
# JVM Memory Settings (in GB)
# Adjust based on your server resources and player count
MIN_MEMORY=4G
MAX_MEMORY=8G
# Download Settings
# Set to false to skip automatic server download on startup
DOWNLOAD_ON_START=true
# Custom JVM Arguments (optional)
# Example: JVM_ARGS=-XX:+UseG1GC -XX:+ParallelRefProcEnabled
JVM_ARGS=
docker-compose.yaml
services:
hytale:
image: indifferentbroccoli/hytale-server-docker
restart: unless-stopped
container_name: hytale_server
stop_grace_period: 30s
ports:
- 5520:5520/udp
env_file:
- .env
volumes:
- /volume2/docker/hytale_server/server-files:/home/hytale/server-files
stdin_open: true
tty: true
I did not download anything else, just started the container and authenticated - shouldn't this download the files automatically?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels