# How to Upload a Save to Your Core Keeper Server (/docs/core-keeper/import-save)



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

Local Save Location [#local-save-location]

**Windows:**

```
%USERPROFILE%\AppData\LocalLow\Pugstorm\Core Keeper\Steam\<SteamID>\worlds\
```

Files are named `0.world.gzip`, `1.world.gzip`, etc.

Uploading [#uploading]

<Steps>
  <Step>
    Stop your server from **Console**.
  </Step>

  <Step>
    In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Files**.
  </Step>

  <Step>
    Navigate to the server's `worlds/` folder (inside `DedicatedServer/`).
  </Step>

  <Step>
    Upload your `.world.gzip` file.
  </Step>

  <Step>
    Set the `-world` startup parameter to match the file number (e.g., `-world 0` for `0.world.gzip`).
  </Step>

  <Step>
    Start the server.
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/core-keeper/server-config)
* [World Seed](/docs/core-keeper/seed-guide)
