# How to Upload a Save to Your Vein Server (/docs/vein/import-save)



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

Upload a Save [#upload-a-save]

<Steps>
  <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 save files [#upload-save-files]

    Click **Files** in the sidebar. Navigate to `Vein/Saved/SaveGames/` and upload your `manifest.save` and `server.save` files, replacing the existing ones.
  </Step>

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

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

Related Guides [#related-guides]

* [Server Configuration](/docs/vein/server-config)
* [Wipe & Reinstall](/docs/vein/wipe-reinstall)
