Skip to content

Updating the plugin

Updating is the same as installing: replace one file and reload.

If you have connected SFTP on the Integrations page, CerebRUST can update the plugin for you. Open Server config and look at the top of the page: it reads the version actually installed on your host, compares it against the published build, and offers an Update button when they differ.

Pressing it writes the new file and nothing else. Oxide notices the change and recompiles on its own within a few seconds — no restart, and your config and token are untouched.

Two things it will not do, on purpose:

  • It will not install the plugin for the first time. If there is no Cerebrust.cs in your Oxide folder it says so and stops. Updating something you chose to run is a different thing from putting it there.
  • It will not write a file that does not match its published checksum. A half-downloaded plugin does not sit harmlessly on disk — Oxide would fail to compile it and unload the working one. If the check fails, nothing is written at all.

Any admin on the server can press it. Connecting SFTP in the first place is owner-only.

  1. Download the current Cerebrust.cs.
  2. Overwrite oxide/plugins/Cerebrust.cs.
  3. Run o.reload Cerebrust.
  4. Confirm CerebRUST ingest initialized. appears in the console.

Your config is not touched. Your token stays where it is, and your dashboard settings live on CerebRUST rather than in the file, so nothing needs reconfiguring.

  • After a monthly Rust force wipe, once a plugin build for the new game version is out
  • When a fix or feature you want is announced

New builds are announced in the #changelog channel of the CerebRUST Discord. That is the place to watch.

The plugin logs its version when it loads:

Loaded plugin CerebRUST v0.17.0 by Ruu Mouat

If you have SFTP connected, the Server config page shows the installed version without you having to look at the console.

Rust updates monthly, and every update can change internals that plugins depend on. Two things are worth a minute of your time:

Then check the rest of your enabled mods behave: gather rates, turret auth, SAM auth, sort button. Telemetry — the map, chat, players, raids — is far more stable across updates and rarely needs attention.

The previous version keeps working, so the safe move is to keep a copy of the file you are replacing. If a new build misbehaves, restore the old file and o.reload Cerebrust.

Then tell us in Discord — say which version broke, what you saw, and anything in your console. That is how it gets fixed for everyone.