# Updating Servers

### **How To Update Your Server Version**

This process is actually incredibly easy, and the following instructions are for servers running PaperMC.

1. Go to Paper's [website](https://papermc.io).
2. Download the latest build (of the version you want).
3. Rename the file to `server.jar` or whatever you specified your server JAR file name to be in the startup tab of our panel.
4. Replace the current `server.jar` in your server files with the new one you just downloaded.
5. Restart/start your server.

Any new chunks generated should now contain new world generation if applicable, and you're now running the newer Minecrat version you want.

### **How To Downgrade Your Server Version**

This process is technically not possible, and updated worlds cannot be downgraded. The only 'real' way to downgrade is to restore from a backup. However, if you don't need to keep your world files and don't have a backup, follow these steps.&#x20;

1. Stop your server.
2. Change your server JAR file to the version you want.
3. Delete the folders `world`, `world_nether` and `world_the_end.`
4. Restart/start your server.

By `@icewaffles`


---

# 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.ember.host/server-management/updating-servers.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.
