Updating the plugin
Updating is the same as installing: replace one file and reload.
The easiest way: let CerebRUST do it
Section titled “The easiest way: let CerebRUST do it”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.csin 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.
How to update by hand
Section titled “How to update by hand”- Download the current
Cerebrust.cs. - Overwrite
oxide/plugins/Cerebrust.cs. - Run
o.reload Cerebrust. - 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.
When to update
Section titled “When to update”- 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.
Checking your version
Section titled “Checking your version”The plugin logs its version when it loads:
Loaded plugin CerebRUST v0.17.0 by Ruu MouatIf you have SFTP connected, the Server config page shows the installed version without you having to look at the console.
After a monthly Rust update
Section titled “After a monthly Rust update”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.
If an update goes wrong
Section titled “If an update goes wrong”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.
