Menu
 

Server Configuration Guide - Terraria Wiki

Server Configuration Guide

Terraria offers extensive server configuration options allowing you to customize your gaming experience. This comprehensive guide covers all available settings, their effects, and how to configure them through the Supercraft panel or directly in configuration files.

Configuration Overview

Terraria uses Text configuration file + command-line arguments for server configuration. Settings can be adjusted through the Supercraft configuration panel or by editing files directly.

Basic Server Settings

Setting Type Default Description
worldname String World display name `worldname`
Valid values: `-worldname`
password strProp` Join password `password`
Valid values: `-password`
maxplayers Integer Max players (1-255) `maxplayers`
Valid values: `-maxplayers`
motd String Message of the day `motd`
Valid values: N/A

World Settings

Setting Type Default Description
world String World file path `world`
Valid values: `-world`
autocreate Select Auto-create world size `autocreate`
Valid values: `-autocreate`
seed String World generation seed `seed`
Valid values: N/A
difficulty Select World difficulty `difficulty`
Valid values: N/A
worldpath String World storage folder `worldpath`
Valid values: N/A

Server Options

Setting Type Default Description
language Select See options `language`
Valid values: Server language

Journey Mode Powers

Setting Type Default Description
journeypermission_time_* Select 0=Locked, 1=Host, 2=Everyone Various
Valid values: Time control
journeypermission_weather_* Select 0=Locked, 1=Host, 2=Everyone Various
Valid values: Weather control
journeypermission_godmode Select 0=Locked, 1=Host, 2=Everyone `journeypermission_godmode`
Valid values: God mode
journeypermission_spawnrate Select 0=Locked, 1=Host, 2=Everyone `journeypermission_spawnrate`
Valid values: Spawn rate
journeypermission_placement_range Select 0=Locked, 1=Host, 2=Everyone `journeypermission_placement_range`
Valid values: Build range
journeypermission_setdifficulty Select 0=Locked, 1=Host, 2=Everyone `journeypermission_setdifficulty`
Valid values: Difficulty

Frequently Asked Questions

How do I change the difficulty in Terraria?

To change difficulty in Terraria, navigate to the Configuration panel in Supercraft and locate the 'Difficulty' or 'Preset' setting under Gameplay Settings. Select your preferred difficulty level and save your configuration. Restart your server for changes to take effect.

How do I set a password for my Terraria server?

Set a server password in the Basic Server Settings section. Enter your desired password in the 'Server Password' field. Leave it empty for a public server without password protection. Save and restart your server.

How do I set a custom world seed?

Set a custom world seed in the World Settings section before first starting your server. Enter your desired seed value in the 'World Seed' or 'Map Seed' field. Note that changing the seed after world generation will not affect existing worlds.

Why aren't my configuration changes applying?

Configuration changes require a server restart to take effect. After saving your settings in the Supercraft panel, restart your server. If changes still don't apply, verify the configuration file syntax is correct and check server logs for errors.

Can I upload a custom configuration file?

Yes, you can upload custom configuration files through the Supercraft file manager. Navigate to the configuration directory, upload your file, and restart the server. Ensure your file follows the correct format for your game.

Do I need to restart the server after changing settings?

Yes, most configuration changes require a server restart to take effect. Some games support hot-reloading for specific settings, but it's recommended to always restart after making configuration changes.

Using the Supercraft Configuration Panel

Our platform provides a user-friendly interface for managing your Terraria server configuration without editing files manually.

  1. Log in to your Supercraft panel at https://supercraft.host/my-account
  2. Navigate to your Terraria server from the deployments list
  3. Click the "Configuration" tab
  4. Adjust settings using the intuitive form controls
  5. Click "Save Configuration" to apply changes
  6. Restart your server for changes to take effect

The configuration panel validates your inputs and prevents invalid values, ensuring your server starts correctly.

Troubleshooting

Settings not applying after save

Ensure you've restarted the server after saving configuration changes. Most settings require a full server restart. Check the server logs for any configuration errors that might prevent the server from starting.

Configuration file validation errors

Verify that your configuration file follows the correct format for your game. Check for syntax errors like missing quotes, incorrect separators, or invalid values. Use the Supercraft configuration panel to validate settings before applying them.

Server won't start after config change

Revert to the previous working configuration using the Supercraft file manager's backup feature. Check server logs for specific error messages. Common issues include invalid port numbers, malformed file paths, or out-of-range numeric values.

References

Top