KnowledgebaseRust

How to Install Harmony Mods on your Rust Server

How to Install Harmony Mods on your Rust Server

Rust
·
Oct 27, 2024
·
3 min read

Harmony is Rust's built-in modding platform, which means there is no need for external installation, unlike Oxide or Carbon.

Although there is not much documentation available for the Harmony feature, some Rust server owners may prefer to use Harmony mods due to their official API support and easy installation.


#How to Install Harmony Mods

The Harmony API is built into every Rust server by default, which means installing Harmony mods to your Rust server only requires you to upload the .dll files to the proper folder, followed by loading each mod using the harmony.load command in your server console command line.

  1. Download your desired Harmony mods; these can be found from Lone Design or Codefling.

  2. Access your control panel and Stop your server.

  3. Navigate to the Files tab.

  1. Locate and open the folder named HarmonyMods.
  1. Upload your .dll Harmony mods. Simply drag and drop the files into the directory.

  2. Navigate to your server's Console, and Start your server.

  1. Once your server is online, type and enter harmony.load (YOUR MOD NAME) into the command line. Replace (YOUR MOD NAME) with the name of the mod you uploaded.
  • This step does not have to be done after every restart; once loaded, the mod will persist through server restarts.

  • To unload a Harmony mod, use the command harmony.unload (YOUR MOD NAME) in the console command line.

Congratulations, you should have now successfully installed your desired Harmony mods on your Rust server!

加入Discord