Hytale Server Setup
1. Initial Authentication
Section titled “1. Initial Authentication”When starting the server for the first time, the console will show a device authorization prompt:
Please visit the following URL to authenticate:https://oauth.accounts.hytale.com/oauth2/device/verify?user_code=YOUR_CODEOr visit the following URL and enter the code:https://oauth.accounts.hytale.com/oauth2/device/verifyAuthorization code: YOUR_CODEOpen the link, sign in with your Hytale account, and confirm access.

After authorization, the server installation continues. This may take some time.
Understood. Here is the corrected English version of the new point:
2. Enable Persistent Credential Storage
Section titled “2. Enable Persistent Credential Storage”Right after the server boots, you should see something similar to:
Hytale Server Booted! [Multiplayer] took 4sec 915ms!No server tokens configured. Use /auth login to authenticate.
Run /auth persistence Encrypted to enable persistent credential storage.
Credential storage changed to: Encrypted
This ensures that all authentication tokens are stored securely before proceeding.
3. Server Authentication Setup
Section titled “3. Server Authentication Setup”After enabling persistent storage, you can proceed with authenticating the server itself.
Run /auth login device to receive your authorization code.
Open the link, sign in, and approve the authentication.
Upon success, the server will display:
Authentication successful! Use ‘/auth status’ to view details.
Credentials saved using: Encrypted
3. Verifying Authentication
Section titled “3. Verifying Authentication”You can check whether your account has been authorized correctly by running /auth status
=== Server Authentication Status ===Connection Auth: Authenticated (mTLS + JWT)Token Source: OAuth DeviceProfile: YOUR_USERNAME (UUID)Session Token: PresentIdentity Token: PresentExpiry: 00:59:24 remainingCertificate: Q54AuGABWabM9Afy...If all tokens are present and the connection shows as authenticated, your Hytale server is fully operational.