Back to Tools

Hytale Plugin Config Generator

Generate configuration files for popular Hytale server plugins. Customize settings and export in YAML or JSON format.

Select Plugin

WebServer Configuration

HTTP API server for remote server management

Enable or disable the web server

Port number for the web server

Host address to bind to

Authentication key for API access

Allow cross-origin requests

Generated Configuration

enabled: true
port: 8080
host: "0.0.0.0"
api_key: "your-secret-key"
cors_enabled: true

Installation Instructions

  1. Copy the configuration above
  2. Navigate to your server's plugins/ folder
  3. Create or edit webserver-config.yaml
  4. Paste the configuration and save
  5. Restart your server to apply changes

About Hytale Server Plugins

Hytale server plugins extend your server's functionality with features like web APIs, performance optimization, metrics export, and more. Proper configuration is essential for optimal plugin performance.

Available Plugins

  • WebServer: Provides an HTTP API for remote server management and monitoring
  • Query: Implements the server query protocol for external server list services
  • PerformanceSaver: Optimizes server performance by managing entity activation, chunks, and auto-saves
  • Prometheus: Exports server metrics to Prometheus for monitoring and alerting

Configuration Best Practices

Always backup your existing configuration files before making changes. Test plugin configurations on a development server before deploying to production. Use secure API keys and limit network access to sensitive endpoints.