Changing startup parameters on a Hytale server

Startup parameters control how your Hytale server launches on our control panel. This is where you set things like authentication mode, auto updates, and any extra JVM arguments.

If you are trying to change gameplay rules, use the world config.json file instead. That is where settings like PvP, fall damage, NPC spawning, and world time are stored, see our guide here: Modifying the settings of your Hytale server.

 

  1. Go to your Hytale server, then click the Startup tab.
  2. You will see a list of variables. Update what you need, then the panel will save it automatically.

    Startup variables list for a Hytale server

  3. Restart the server to apply the changes.

 

Common Hytale Startup Variables

Variable What it does Notes
GAME_PROFILE Which Hytale profile username to use for server authentication. Leave empty to use your default profile.
AUTH_MODE Sets authentication mode for the server. Usually authenticated or offline.
AUTOMATIC_UPDATE Automatically updates the Hytale server on startup. If enabled, expect restarts to take longer.
ALLOW_OP Allows operators on the server. If disabled, /op will not work even for admins.
ACCEPT_EARLY_PLUGINS Acknowledges early plugin loading. Only enable if you are testing early plugins and accept instability.
ASSET_PACK Optional assets pack zip sent to players. Example: Assets.zip
ENABLE_BACKUPS Enables automatic backups. Backups are stored using the settings below.
BACKUP_DIRECTORY Directory where backups are saved. Example: /backup
BACKUP_FREQUENCY Backup interval in minutes. Example: 30 for every 30 minutes.
DISABLE_SENTRY Disables Sentry crash reporting. Useful during plugin development.
JVM_ARGS Extra JVM arguments. Only change this if you understand what the flags do.
LEVERAGE_AHEAD_OF_TIME_CACHE Uses the shipped AOT cache to improve boot times. Leave enabled unless you have a reason not to.

 

NOTE: Startup changes affect how the server launches. If you change auth mode, JVM args, or updates and the server fails to boot, revert the last change and restart again.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to restore your Hytale Server from a backup

If something goes wrong with your Hytale Server Hosting, you may want to restore it back to a...

How to join a Hytale Server

Hytale has just been released and the best way to play the game is with your own Hytale Server on...

How to backup your Hytale Server

When you've spent a long time playing Hytale, the last thing you want is to loose your progress...

What are the Hytale Console Commands

Commands in Hytale let you manage players, run backups, and control your server without touching...

Modifying the settings of your Hytale server

Hytale has two different config.json files. One controls the server itself, and the other...