Advanced Settings
Configure advanced panel settings, server authentication, and recommended plugins.
Accessing Settings
Navigate to Settings in the sidebar.
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
Configure how the server authenticates with Hytale services.
Authentication Status
The settings page shows:
- Status - Authenticated / Not Authenticated
- Persistence - Memory (resets on restart) or Persistent
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
To reset:
- Click Reset Auth
- Confirm the action
- Server is deauthenticated
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
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
Enable support for plugins marked as "early access":
- Enabled - Load early plugins
- Disabled - Only load stable plugins (default)
Requires server restart to apply.
Disable Sentry
Toggle error reporting to Hytale:
- Enabled - Errors are reported
- Disabled - No error reporting
Requires server restart to apply.
Allow OP
Enable or disable the operator (OP) command system:
- Enabled - OP commands work (default)
- Disabled - OP system is disabled
Requires server restart to apply.
Recommended Plugins
The panel recommends these plugins for enhanced functionality:
Nitrado:WebServer
Provides a web server for custom pages and APIs.
Features:
- Custom web endpoints
- Static file serving
- API integration
Nitrado:Query
Enables server query protocol support.
Features:
- Server status queries
- Player list queries
- Server info protocol
Nitrado:PerformanceSaver
Optimizes server performance.
Features:
- Chunk unloading optimization
- Entity management
- Memory optimization
ApexHosting:PrometheusExporter
Exports detailed metrics for monitoring.
Features:
- JVM metrics
- Server metrics
- Custom metrics
- Grafana integration
Config File Editor
Edit server configuration files directly.
Accessing
- Go to Settings
- Scroll to Server Configuration
- Click on a config file
Supported Formats
- JSON (
.json) - YAML (
.yml,.yaml) - Properties (
.properties)
Editing
- Select the file
- Edit in the text editor
- Click Save
- Restart server if required
Incorrect configuration can prevent server startup. Always backup before editing.
Mod Update Checker
Track and update mods from CurseForge.
Accessing
Navigate to Mod Updates in the sidebar.
Tracking Mods
- Click Track Mod
- Enter the CurseForge URL
- Click Add
- Mod appears in the list with version info
Checking for Updates
- Manual - Click Check All
- Automatic - Runs every hour
Update Status
| Status | Description |
|---|---|
| ✓ Up to date | Latest version installed |
| ⚠ Update available | Newer version exists |
| ✕ Unknown | Version check failed |
Untracking Mods
- Find the mod in the list
- Click Untrack
- Mod is removed from monitoring
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
In-app command reference with 150+ commands.
Accessing
Navigate to Help in the sidebar.
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
- Browse categories or search
- Click a command to expand details
- View syntax, parameters, permissions
- Click Copy to copy the command
About
View panel version and technology information:
- Panel Version - Current installed version
- Technology Stack - Vue.js, Express.js, Docker
- Support Links - Discord, GitHub
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 |