> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.minefort.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Change server seed


## 🌱 How to change tour world seed on m**inefort**

### 🛑 Step 1: Stop your server
1. Go to [https://minefort.com](https://minefort.com) and log in.    
2. Open your server dashboard.
3. Click **Stop** to shut down the server before making changes.

### 🗑️ Step 2: delete the existing world
1. Go to the **File Manager** tab.    
2. Delete the following folders:
* `world`        
* `world_nether`
* `world_the_end`        
3. This removes the old world, which is necessary for a new seed to take effect.

### 📝 Step 3: set the new seed
1. Go to the **Server Properties** tab.
2. Find the `level-seed` entry.  
3. Enter your desired seed number or word:
    
```
level-seed=GlacierValley123
```
    
4. Scroll down and click **Save**.

### ▶️ Step 4: restart the server
* Go back to the **Console** or **Dashboard** and click **Start**.    
* A new world will be generated with the seed you specified.
