# How to Upload a Save to Your Aloft Server (/docs/aloft/upload-save)



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

Upload a Save [#upload-a-save]

<Steps>
  <Step>
    Find your local save [#find-your-local-save]

    On your PC, Aloft saves are at:

    ```
    %AppData%\..\LocalLow\Astrolabe Interactive\Aloft\Data01\Saves\
    ```

    Each world is a folder starting with `w_` (e.g., `w_MyWorld`).
  </Step>

  <Step>
    Stop the server [#stop-the-server]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), go to **Console** and stop the server.
  </Step>

  <Step>
    Upload the save folder [#upload-the-save-folder]

    Click **Files** in the sidebar. Navigate to the server's save directory and upload your world folder.
  </Step>

  <Step>
    Set the world name [#set-the-world-name]

    In **Startup**, set the world/save name to match the uploaded folder name.
  </Step>

  <Step>
    Start the server [#start-the-server]

    Start from **Console**. The server loads the uploaded world.
  </Step>
</Steps>

Related Guides [#related-guides]

* [Wipe & Reinstall](/docs/aloft/wipe-reinstall)
* [Server Settings](/docs/aloft/server-settings)
