# How to Create a New World on Your Return to Moria Server (/docs/the-lord-of-the-rings-return-to-moria/world-setup)



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

Creating a New World [#creating-a-new-world]

Change `Name` in `MoriaServerConfig.ini` to a new world name:

```ini
[World]
Name="New Adventure"
```

This triggers new world generation on next start.

World Types [#world-types]

```ini
[World.Create]
Type=campaign
Seed=random
```

| Type       | Description               |
| ---------- | ------------------------- |
| `campaign` | Story-driven progression  |
| `sandbox`  | Open exploration/building |

World Seed [#world-seed]

`Seed=random` for random, or set a specific integer.

Uploading a Save [#uploading-a-save]

Set `OptionalWorldFilename=SaveFileName` (without `.sav`) and upload the file to `Moria/Saved/SaveGamesDedicated/`.

Related Guides [#related-guides]

* [Server Configuration](/docs/the-lord-of-the-rings-return-to-moria/server-config)
