# How to Upload a World to Your Terraria Server (/docs/terraria/import-save)



import { Step, Steps } from 'fumadocs-ui/components/steps';

<Steps>
  <Step>
    Upload the .wld file [#upload-the-wld-file]

    In **Files**, upload your `.wld` file to the worlds directory.

    For tModLoader: upload to `ModLoader/Worlds/`.
  </Step>

  <Step>
    Update the config [#update-the-config]

    Set `world=` path in `serverconfig.txt` to match.
  </Step>

  <Step>
    Restart from Console. [#restart-from-console]
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/terraria/server-config)
