Advanced Settings
Advanced Settings
Section titled “Advanced Settings”Configure advanced panel settings, server authentication, and recommended plugins.
Accessing Settings
Section titled “Accessing Settings”Navigate to Settings in the sidebar.
Language Selection
Section titled “Language Selection”Change the panel interface language:
| Language | Code |
|---|---|
| English | en |
| German | de |
| Portuguese (Brazil) | pt-BR |
- Click the language dropdown
- Select your preferred language
- Interface updates immediately
Hytale Server Authentication
Section titled “Hytale Server Authentication”Configure how the server authenticates with Hytale services.
Authentication Status
Section titled “Authentication Status”The settings page shows:
- Status - Authenticated / Not Authenticated
- Persistence - Memory (resets on restart) or Persistent
Device Code Flow
Section titled “Device Code Flow”To authenticate:
- Click Start Authentication
- A device code appears
- Go to the Hytale authentication URL
- Enter the device code
- Authorize the server
- Panel shows “Authenticated”
Reset Authentication
Section titled “Reset Authentication”To reset:
- Click Reset Auth
- Confirm the action
- Server is deauthenticated
API Endpoints
Section titled “API Endpoints”| Method | Endpoint | Description |
|---|---|---|
| GET | /api/auth/hytale/status | Get auth status |
| POST | /api/auth/hytale/start | Start device flow |
| POST | /api/auth/hytale/reset | Reset authentication |
Server Settings
Section titled “Server Settings”Patchline
Section titled “Patchline”Select which Hytale update channel to use:
| Patchline | Description |
|---|---|
| Release | Stable releases (recommended) |
| Pre-Release | Early access to new features |
Changing patchline requires a server restart.
Accept Early Plugins
Section titled “Accept Early Plugins”Enable support for plugins marked as “early access”:
- Enabled - Load early plugins
- Disabled - Only load stable plugins (default)
Disable Sentry
Section titled “Disable Sentry”Toggle error reporting to Hytale:
- Enabled - Errors are reported
- Disabled - No error reporting
Allow OP
Section titled “Allow OP”Enable or disable the operator (OP) command system:
- Enabled - OP commands work (default)
- Disabled - OP system is disabled
Recommended Plugins
Section titled “Recommended Plugins”The panel recommends these plugins for enhanced functionality:
Nitrado:WebServer
Section titled “Nitrado:WebServer”Provides a web server for custom pages and APIs.
Features:
- Custom web endpoints
- Static file serving
- API integration
Nitrado:Query
Section titled “Nitrado:Query”Enables server query protocol support.
Features:
- Server status queries
- Player list queries
- Server info protocol
Nitrado:PerformanceSaver
Section titled “Nitrado:PerformanceSaver”Optimizes server performance.
Features:
- Chunk unloading optimization
- Entity management
- Memory optimization
ApexHosting:PrometheusExporter
Section titled “ApexHosting:PrometheusExporter”Exports detailed metrics for monitoring.
Features:
- JVM metrics
- Server metrics
- Custom metrics
- Grafana integration
Config File Editor
Section titled “Config File Editor”Edit server configuration files directly.
Accessing
Section titled “Accessing”- Go to Settings
- Scroll to Server Configuration
- Click on a config file
Supported Formats
Section titled “Supported Formats”- JSON (
.json) - YAML (
.yml,.yaml) - Properties (
.properties)
Editing
Section titled “Editing”- Select the file
- Edit in the text editor
- Click Save
- Restart server if required
Mod Update Checker
Section titled “Mod Update Checker”Track and update mods from CurseForge.
Accessing
Section titled “Accessing”Navigate to Mod Updates in the sidebar.
Tracking Mods
Section titled “Tracking Mods”- Click Track Mod
- Enter the CurseForge URL
- Click Add
- Mod appears in the list with version info
Checking for Updates
Section titled “Checking for Updates”- Manual - Click Check All
- Automatic - Runs every hour
Update Status
Section titled “Update Status”| Status | Description |
|---|---|
| ✓ Up to date | Latest version installed |
| ⚠ Update available | Newer version exists |
| ✕ Unknown | Version check failed |
Untracking Mods
Section titled “Untracking Mods”- Find the mod in the list
- Click Untrack
- Mod is removed from monitoring
API Endpoints
Section titled “API Endpoints”| Method | Endpoint | Description |
|---|---|---|
| GET | /api/management/modupdates/status | Get update status |
| POST | /api/management/modupdates/check-all | Check for updates |
| POST | /api/management/modupdates/track | Track a mod |
| DELETE | /api/management/modupdates/untrack | Untrack a mod |
Help & Command Reference
Section titled “Help & Command Reference”In-app command reference with 150+ commands.
Accessing
Section titled “Accessing”Navigate to Help in the sidebar.
Command Categories
Section titled “Command Categories”| Category | Commands |
|---|---|
| Player | kick, ban, op, whitelist, heal, effects |
| Admin | stop, restart, save, reload, broadcast |
| World | time, weather, difficulty, gamerule |
| Teleport | tp, spawn, home, warp |
| Entities | summon, kill, count |
| Blocks | setblock, fill, clone |
| XP | xp add, level set |
| Debug | tps, memory, gc, log level |
Using Commands
Section titled “Using Commands”- Browse categories or search
- Click a command to expand details
- View syntax, parameters, permissions
- 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
Permission Reference
Section titled “Permission Reference”| Permission | Description |
|---|---|
settings.view | View settings page |
settings.manage | Modify settings |
hytale_auth.manage | Manage Hytale authentication |
config.view | View config files |
config.edit | Edit config files |
updates.view | View update information |
updates.manage | Manage updates |