Come chat with us and we will get back to you as soon as possible!
Contact SupportHolyHosting
Holy Team

Rust plugins open the door to all kinds of customization, from instant crafting to scheduled chat announcements. The catch is that most of them ship with default settings that rarely match what a server owner actually wants. Once a plugin is installed, the real work usually begins inside its configuration file.
If you have never touched these files before, the process can feel intimidating. The good news is that the HolyHosting panel includes a built in file editor, so you can adjust any plugin without learning a separate FTP client. This guide walks through accessing those files, changing common values, and reloading them on your Rust server.
A plugin has to be installed and loaded at least once for its config to be generated. After that initial load, you can start tweaking text strings, numeric values, or boolean toggles depending on what the plugin exposes.
A few plugins also accept in game commands that adjust certain options on the fly. Those are useful for quick tests, but the bulk of configuration still lives in files, so that is what we will focus on here.
The first job is to locate the relevant files so they can be opened in the editor.



With the right folder open, you can start editing.


Below are a few patterns you will run into often when reviewing a plugin config.

Many plugins include text fields with default messages or placeholders meant to be customized. These let you fully rewrite the in game chat that the plugin produces. A handful of plugins prefer command based edits for these strings, but FTP edits remain the universal route.

Almost every Rust plugin also exposes numeric values, such as a maximum entity count or a cooldown timer in seconds. Setting these to the right number is usually the difference between a feature feeling great and feeling annoying.

Finally, expect a long list of `true` and `false` toggles. They typically enable or disable individual features inside the plugin. A safe approach is to leave defaults intact, flip on what you actually need, and only experiment beyond that once you know what each option does.
Saving the file is only half the job. Rust needs a fresh start to pick up the new values.

No plugin files showing up. First make sure the active server is the one holding your Rust install, since FTP only shows files for the currently selected server. If the server is correct, restart it once after installing the plugin so its files have a chance to generate. A few plugins are also designed without external configs, or store everything in the data folder rather than config.
Edits do not take effect. Confirm you actually pressed Save in the editor, then refresh the page to verify the file reflects the new values. If the file looks right but the server still ignores the change, the culprit is usually a JSON syntax error: a missing quote, an extra comma, or a misspelled key. Open the file again, look for typos near your last edit, fix the formatting, and restart once more.
Come chat with us and we will get back to you as soon as possible!
Contact SupportPush rotating chat announcements on your Rust server using the Advert Messages plugin. Covers installation through the HolyHosting panel, config tweaks, message ideas, colored text, and quick fixes when nothing fires.
Add custom prefixes, username colors, and ranks to your Rust server using the Better Chat plugin. Step-by-step install, group commands, and config file tips.
Run guarded loot events on your Rust server with the Dangerous Treasures uMod plugin. Step by step setup, configuration tips and common pitfalls explained.