Skip to main content
Hytale Simulator - Free database and calculator tools for Hytale game

Hytale Server Config Generator

Configure your Hytale server with real-time RAM estimation. Optimize performance and generate ready-to-use config files.

How it works: Adjust player count and view radius to see estimated RAM requirements. The calculator uses community-tested formulas to help you avoid server crashes and optimize performance.

Performance Settings

4
12050100
36
12 (Min)36 (Default)72128 (Max)

⚠️ View radius has a quadratic impact on memory usage. Doubling the radius = 4x memory.

Game Rules

Allow players to damage each other

Keep items on death

Estimated RAM

8.0
GB Required

Recommended configuration. Suitable for most cloud hosts.

Config File

# Hytale Server Configuration
# Generated by hytalesimulator.com

# Performance Settings
max-players=4
max-view-radius=36
# Estimated RAM: 8.0 GB

# Game Rules
enable-pvp=false
keep-inventory=true
world-type=survival
# world-seed=<random>

# Network Settings (default)
server-port=5520
protocol=UDP

RAM Usage Reference Table

This table shows estimated RAM requirements based on player count and view radius combinations.

Players \ Radius123672128
4 players6.2 GB8.0 GB14.0 GB31.3 GB
10 players9.6 GB14.0 GB29.0 GB72.2 GB
20 players15.1 GB24.0 GB54.0 GB140.4 GB
50 players31.8 GB54.0 GB129.0 GB345.0 GB
100 players59.6 GB104.0 GB254.0 GB686.1 GB

Server Optimization Tips

For Small Servers (1-10 players)

View radius 36-48 works well. You can run on 8GB RAM hosts affordably.

For Large Servers (50+ players)

Keep view radius under 36. Consider 32GB+ RAM with high-core CPU for stability.

Server Config FAQ

What is MaxViewRadius?

MaxViewRadius controls how far players can see. Higher values mean more chunks loaded per player, dramatically increasing RAM usage. The default is 36.

Why does view radius have quadratic impact?

View radius defines a circle around each player. The area of a circle is πr², so doubling the radius quadruples the chunks that must be loaded in memory.

How accurate is this RAM estimation?

The formula is based on community testing from the Hytale Discord. Actual usage may vary based on mods, world complexity, and server software version.