How to Add a Custom Map to Your Rust Server

If you want to use custom maps on your Rust server, you'll need to use the RustEdit Oxide extension.

This article assumes you already have Oxide installed. If you need help with installing Oxide, you can find our tutorial here.

  1. Download the RustEdit Oxide extension, located here. The file you downloaded should be called Oxide.Ext.RustEdit.dll.
  2. On your control panel, navigate to the Files > FTP File Access area and log in using your Multicraft password.
    Files > FTP File Access View
  3. Upload Oxide.Ext.RustEdit.dll to the /RustDedicated_Data/Managed/ folder.
  4. After the extension has finished uploading, navigate to the /server/my_server_identity/cfg/ folder and edit the server.cfg file. If it doesn't exist, create it.
  5. At the bottom of your server.cfg, add a new line and add the text levelurl "(url)", replacing the (url) with a direct download link to your custom map file. An example configuration has been provided below:
    server.description "Welcome to my Rust server!"
        
    server.url "https://discord.gg/u9sdA2M"
    levelurl "https://www.dropbox.com/s/abc123/test.map?dl=1"
    • You can use a service like Dropbox to upload your map file and generate a direct link. Simply upload the file to Dropbox, then create a share link by clicking the "Share" button followed by "Create Link". Paste that generated link into your server.cfg, replacing the ?dl=0 with ?dl=1 as shown in the example.
  6. Save the changes you've made to the server.cfg file, then restart your server. Your server should now load with the custom map that you added.
If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php

Mitchell Smith

Managing Director @ Shockbyte

  • 25 Users Found This Useful
Was this answer helpful?

Related Articles

How to Ban or Unban a Player on Your Rust Server

The ability to ban is built into every Rust server out of the box, preventing unwanted players...

Rust Admin Commands List

Here is a list of all commands for Rust. Note: Some commands listed here may only work with an...

How to Set a Server Name for Your Rust Server

When connecting to your server in Rust or viewing the server in the Steam server list, all...

How to Use Rust Oxides Permission System

This guide is designed to help you understand Oxide's permission system. It will cover the basics...

How to Change How Often Your Rust Server Saves

Rust by default will automatically save every 10 minutes (600 seconds). Some users may wish to...