Files
truecharts/charts/stable/hytale/docs/setup-guide.md
T
TrueCharts-Bot c6f52c35ef Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2026-01-22 00:16:11 +00:00

990 B

title
title
How-To
  • Once the pod is running, check the logs. On first startup, the server will print an authentication / server-download link.
kubectl logs -n hytale <podname>

Look for a line similar to:

Please open the following link to authenticate and download the server: https://...

What to do:

  • Open the link in your browser
  • Complete the authentication
  • Wait for the download to complete

Step 2: Attach to the Server Console

After authentication, you must attach to the server console to run the command shown in the logs.

First, get the pod name:

kubectl get pods -n hytale

Then attach interactively using -i -t:

kubectl attach -n hytale <pod-name> -i -t

Make sure that a console opens with

>

and enter

/auth login device

This should give you another link to authenticate.

Afterwards you should be done and the server should be up and running