Skip to content

Advanced Settings

Configure advanced panel settings, server authentication, and recommended plugins.

Navigate to Settings in the sidebar.

Change the panel interface language:

LanguageCode
Englishen
Germande
Portuguese (Brazil)pt-BR
  1. Click the language dropdown
  2. Select your preferred language
  3. Interface updates immediately

Configure how the server authenticates with Hytale services.

The settings page shows:

  • Status - Authenticated / Not Authenticated
  • Persistence - Memory (resets on restart) or Persistent

To authenticate:

  1. Click Start Authentication
  2. A device code appears
  3. Go to the Hytale authentication URL
  4. Enter the device code
  5. Authorize the server
  6. Panel shows “Authenticated”

To reset:

  1. Click Reset Auth
  2. Confirm the action
  3. Server is deauthenticated
MethodEndpointDescription
GET/api/auth/hytale/statusGet auth status
POST/api/auth/hytale/startStart device flow
POST/api/auth/hytale/resetReset authentication

Select which Hytale update channel to use:

PatchlineDescription
ReleaseStable releases (recommended)
Pre-ReleaseEarly access to new features

Changing patchline requires a server restart.

Enable support for plugins marked as “early access”:

  • Enabled - Load early plugins
  • Disabled - Only load stable plugins (default)

Toggle error reporting to Hytale:

  • Enabled - Errors are reported
  • Disabled - No error reporting

Enable or disable the operator (OP) command system:

  • Enabled - OP commands work (default)
  • Disabled - OP system is disabled

The panel recommends these plugins for enhanced functionality:

Provides a web server for custom pages and APIs.

Features:

  • Custom web endpoints
  • Static file serving
  • API integration

Enables server query protocol support.

Features:

  • Server status queries
  • Player list queries
  • Server info protocol

Optimizes server performance.

Features:

  • Chunk unloading optimization
  • Entity management
  • Memory optimization

Exports detailed metrics for monitoring.

Features:

  • JVM metrics
  • Server metrics
  • Custom metrics
  • Grafana integration

Edit server configuration files directly.

  1. Go to Settings
  2. Scroll to Server Configuration
  3. Click on a config file
  • JSON (.json)
  • YAML (.yml, .yaml)
  • Properties (.properties)
  1. Select the file
  2. Edit in the text editor
  3. Click Save
  4. Restart server if required

Track and update mods from CurseForge.

Navigate to Mod Updates in the sidebar.

  1. Click Track Mod
  2. Enter the CurseForge URL
  3. Click Add
  4. Mod appears in the list with version info
  • Manual - Click Check All
  • Automatic - Runs every hour
StatusDescription
✓ Up to dateLatest version installed
⚠ Update availableNewer version exists
✕ UnknownVersion check failed
  1. Find the mod in the list
  2. Click Untrack
  3. Mod is removed from monitoring
MethodEndpointDescription
GET/api/management/modupdates/statusGet update status
POST/api/management/modupdates/check-allCheck for updates
POST/api/management/modupdates/trackTrack a mod
DELETE/api/management/modupdates/untrackUntrack a mod

In-app command reference with 150+ commands.

Navigate to Help in the sidebar.

CategoryCommands
Playerkick, ban, op, whitelist, heal, effects
Adminstop, restart, save, reload, broadcast
Worldtime, weather, difficulty, gamerule
Teleporttp, spawn, home, warp
Entitiessummon, kill, count
Blockssetblock, fill, clone
XPxp add, level set
Debugtps, memory, gc, log level
  1. Browse categories or search
  2. Click a command to expand details
  3. View syntax, parameters, permissions
  4. Click Copy to copy the command

View panel version and technology information:

  • Panel Version - Current installed version
  • Technology Stack - Vue.js, Express.js, Docker
  • Support Links - Discord, GitHub

PermissionDescription
settings.viewView settings page
settings.manageModify settings
hytale_auth.manageManage Hytale authentication
config.viewView config files
config.editEdit config files
updates.viewView update information
updates.manageManage updates