> ## Documentation Index
> Fetch the complete documentation index at: https://docs.atomicnetworks.co/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Add Custom Map to Rust Server

> Learn about how to add a custom map to your Rust Server with this easy to follow guide.

**Last Updated 3/16/24**

Adding a custom map to a Rust server is a unique way to stand out from the crowd. This guide will detail how to find, upload, and configure a download link for a custom map that you can paste into your server config for your Rust server.

To add a custom map to a Rust server:

<Steps>
  <Step title="Find a custom map you'd like to use.">
    There are lots of places you can find custom Rust maps.

    If you are looking for highly custom, high quality maps we'd recommend [https://codefling.com/maps](https://codefling.com/maps)

    If you are looking for free custom rust maps, you can find a few at [https://lone.design/free-custom-rust-maps/](https://lone.design/free-custom-rust-maps/)

    Want to make your own? Follow the video tutorial below to get started!

    <iframe width="560" height="315" src="https://www.youtube.com/embed/JS3ILiLNWtc?si=XNBfJ-2lHi_8AaVN" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
  </Step>

  <Step title="Download the custom map as a .map file.">
    In order to set up the map as a download link, you will need to have the file locally available on your computer.
  </Step>

  <Step title="Navigate to Atomic Panel">
    Click [here](https://panel.atomicnetworks.co/login) to navigate to Atomic Panel. You can log in using your account credentials that you received following checkout. The credentials email is sent to the email address on file in the Billing Panel.

    <Check>If you're not a current Atomic Networks client, [get started on a Rust server](https://atomicnetworks.co/rust-server-hosting) in less than half an hour. If you're already hosting with another Rust service, see [how we offer way more for way less.](https://atomicnetworks.co/rust-server-hosting)</Check>
  </Step>

  <Step title="Stop Your Server">
    In order for the changes to be active, you will need to stop and restart your server once you are done.
  </Step>

  <Step title="Navigate to the File Manager">
    <img src="https://mintcdn.com/atomicnetworks/m8FVQg74mcrYFl7b/images/open-file-manager.png?fit=max&auto=format&n=m8FVQg74mcrYFl7b&q=85&s=78efb61567fc4786b49fb2449bfbd030" alt="" width="231" height="820" data-path="images/open-file-manager.png" />
  </Step>

  <Step title="Upload the .map file to the 'mapfolder' folder.">
    1. Go to the file pathway `home/container/mapfolder/`
    2. Upload your `.map` file in this pathway.
    3. Note the full file pathway of your newly uploaded .map file. You will need this later.

    <Info>Example: The pathway for a map file named mymap.map would be `home/container/mapfolder/mymap.map`</Info>
  </Step>

  <Step title="Navigate to the Startup Parameters Tab Under Configuration">
    <img src="https://mintcdn.com/atomicnetworks/cjxhfyfUR2lhyHXU/images/startup-under-config.png?fit=max&auto=format&n=cjxhfyfUR2lhyHXU&q=85&s=b90242fe2f46ad50e9cecd6d1606e7af" alt="" width="231" height="820" data-path="images/startup-under-config.png" />
  </Step>

  <Step title="Set the 'Custom Map URL' box.">
    With the file pathway you noted from Step 5, paste it into the Custom Map URL box. Put `file:///` before the pathway. This tells the server to check your files for the custom map file.

    <Info>Example: The pathway `home/container/mapfolder/mymap.map` turns into `file:///home/container/mapfolder/mymap.map` in the Custom Map URL box.</Info>
  </Step>

  <Step title="Restart your Rust server.">
    Once you have configured your custom map download path, restart your Rust server for the map to be updated.
  </Step>
</Steps>

Congratulations! You have successfully added a custom map!

<Info>Still having issues? Contact our support at [https://billing.atomicnetworks.co/submitticket.php](https://billing.atomicnetworks.co/submitticket.php)</Info>
