# How to set a custom seed on your Minecraft Server

1. Ensure your server isn’t currently running. If it is, stop the server before proceeding.
2. Navigate to the **File Manager** tab, and delete the “world” folder if it exists.

<figure><img src="/files/Me0ZYGCDA9Hxq6dFf9kQ" alt=""><figcaption></figcaption></figure>

3. In the **File Manager**, open the <mark style="color:green;">`server.properties`</mark> file. Look for the **level-seed** option (or add it if it’s missing). Enter the desired seed value, then save the file.
4. Go to the Console Tab, start the server and wait for your new world to generate using the seed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fourseasonshosting.com/docs/game-knowledge-base/minecraft/managing-your-server/how-to-set-a-custom-seed-on-your-minecraft-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
