# Change server world seed

Changing the seed on your Minecraft server is easy. Every Minecraft world is made using a seed, which is like a secret code that helps create mountains, forests, and rivers.

## Finding the seed

You can use the "/seed" command in-game. You'll [need to be an operator](/knowledgebase/minecraft-java/make-a-player-an-operator.md) for this to work.

## Changing the seed

Head over to the [Game Panel](https://game.lodestone.host) and select "File Manager" on the sidebar menu.

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

Click on the `server.properties` file to edit it.&#x20;

<figure><img src="/files/6mqsDN3X7VwOYFWJM2G3" alt=""><figcaption></figcaption></figure>

Change the `level-seed` value to your new world seed.

<figure><img src="/files/1Na3lY4jXoCvcZt742DA" alt=""><figcaption></figcaption></figure>

Once done, click "Save File" and restart your server to use the new 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://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/change-server-world-seed.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.
