Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Under-scape/hytale-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hytale-docker

Docker configuration for hytale.

⚠️ Please note that this was created before Hytale was released and may contain bugs. ⚠️

Install

git clone https://github.com/Under-scape/hytale-docker && cd hytale-docker 

Create your Hytale server with Docker

1. Build Hytale Image (Once)

docker buildx build -t hytale .

2. Create containeur (Once)

docker run -d -it --name hytale-server -p 5520:5520/udp --entrypoint ./EntryPoint.sh -v .:/server hytale

Manage your hytale server with Docker

3. View logs (-f = live)

docker logs -f hytale-server

4. Console

docker attach hytale-server --detach-keys='ctrl-c'

5. Stop

docker stop hytale-server

6. Start

docker start hytale-server

Official Doc :