Skip to main content

Hytale | How to Authenticate Your Hytale Server

info

This is a temporary solution for now until we build out a system that can handle Hytale authentication automatically.

  1. Start your Hytale server and wait for it to fully load.

  2. Click on the web console tab.

  1. In the command section at the bottom of the console, run the command auth login device and press enter.

  2. In your browser go to https://oauth.accounts.hytale.com/oauth2/device/verify or https://oauth.accounts.hytale.com/oauth2/device/verify?u

  3. In the web console, you will see a code that looks something like this: gzf9Td9R. Copy it.

  1. Paste the code into the website and click continue.

  1. Then click approve.

  1. If successful, you will get the following message on the Hytale website:

  1. Check the web console, and you will see the "authentication was successful" message.

  1. The authentication is stored in memory, so when you restart, you will lose the authentication.

Run the command auth persistence Encrypted to save the authentication to disk. You will see the following message in the web console.

We are working on a system that will use our game server provider license to authenticate your server automatically so you don't have to do this when you deploy a new Hytale Server.