> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Configure Journey Mode in Terraria

> Master absolute creative control. Learn the requirements and TShock permissions needed to host a specialized Journey Mode server for builders.

## Creative Control: The Journey Mode Environment

Journey Mode represents Terraria's official "Creative" equivalent, providing players with powerful environmental manipulation tools and the unique ability to duplicate any item once it has been researched. While this mode is an exceptional choice for community building projects and architectural showcases, it requires specific technical synchronization between the server's world difficulty and the players' character profiles. This guide walk you through the technical requirements and administrative permissions for managing a Journey server on the FREAKHOSTING platform.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    4 Minutes
  </Card>
</CardGroup>

***

## Technical Synchronization Requirements

For a Journey Mode session to successfully initialize, the engine enforces strict parity between the world and the participant.

<Tabs>
  <Tab title="Server Registry">
    The `difficulty` parameter within your **Startup Settings** or `serverconfig.txt` must be explicitly set to **`3`**. If this value is incorrect, the server will operate under standard survival logic, and Journey characters will be rejected.
  </Tab>

  <Tab title="Client Profile">
    Survivors **must** create a new character specifically using the **"Journey"** difficulty setting.

    * **Logical Restriction:** Standard characters (Classic, Expert, Master) cannot connect to Journey worlds, and Journey characters cannot migrate to standard survival servers.
  </Tab>
</Tabs>

***

## TShock Power Management

If your instance uses the [TShock Framework](/games/terraria/how-to-install-tshock-on-terraria), you can programmatically control which community members have access to Journey's powerful manipulation menu using permission nodes.

| Permission Node              | Technical Capability                                                        |
| :--------------------------- | :-------------------------------------------------------------------------- |
| **`tshock.journey.power`**   | Grants global access to the primary Journey power menu and UI.              |
| **`tshock.journey.time`**    | Allows the participant to freeze or accelerate the world's day/night cycle. |
| **`tshock.journey.weather`** | Authorizes the manual triggering of rain, wind, and thunderstorms.          |
| **`tshock.journey.spawn`**   | Enables the manipulation of enemy spawn rates (0x to 10x).                  |

***

<Note>
  ### Strategic Progression Note

  Journey Mode is technically designed to facilitate building and testing. Because items lose all inherent value once they are researched and duplicated, we recommend using **Expert or Master** modes for standard survival communities where resource scarcity and a sense of progression are primary objectives.
</Note>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Terraria:** Journey mode configured.
</div>
