Skip to content

Hytale Server Configuration Guide

Master your Hytale server settings. Learn how to set admin permissions, change game modes, and optimize performance.

HostedGG Team
Author · Updated
Verifiedfor Current version
Checked by HostedGG Team on Jun 19, 2026
Updated 5 months agoHostedGG Team

Understanding Configuration Files

Hytale servers are primarily configured through the server.properties and permissions.json files found in your server's root directory.

You can access these easily via the File Manager in your HostedGG Dashboard.

Basic Server Properties

The server.properties file controls the core mechanics of your world. Here are the most important settings:

SettingDescriptionDefault
gamemodeSets the default game mode (adventure, creative).adventure
max-playersLimits the number of players.10
view-distanceHow many chunks players can see.12
portThe connection port (Do not change this!).5520
seedThe world generation seed.random
Intel

[!TIP] To change the world seed, you must delete your existing world folder after changing the setting in server.properties and restart the server.

Setting Admin Permissions

To execute commands like /gamemode or /give, you need to be an Operator (OP).

Method 1: Console Command (Easiest)

  1. Go to your Console tab while the server is running.
  2. Type: op <your_username> (e.g., op HostedGGPlayer).
  3. Press Enter. You now have full permissions.

Method 2: permissions.json For advanced role management (like creating "Moderators"), edit permissions.json:

json
{
  "groups": {
    "admin": {
      "permissions": ["*"]
    }
  },
  "users": {
    "HostGGPlayer": {
      "groups": ["admin"]
    }
  }
}

Useful Admin Commands

Once you are an admin, try these in-game:

  • /gamemode creative - Switch to creative mode.
  • /time set day - Make it daytime.
  • /teleport <player> - Teleport to another player.
  • /stop - Safely save and shut down the server.

Performance Tuning

Hytale is demanding! If you experience lag, try these optimizations:

  1. Lower View Distance: Reduce view-distance to 8 or 10 in server.properties. This significantly reduces RAM usage.
  2. Restart Daily: Hytale servers can accumulate memory leaks over time. Set up a scheduled restart in your dashboard.
  3. Pre-generate World: Use the /world border command to pre-load chunks before players explore, reducing lag spikes during exploration.

Need More Help?

If you are stuck, our support team is available 24/7. Open a ticket in the Support Portal.

Related Articles

Help verify this page

Tested this recently? Send a quick accuracy signal for editors.

Sign in to report accuracy

Help improve HostedGG

Know this game? Join our community of contributors.

Discussion

Sign in to join the discussion.

Loading discussion...