Rust | Troubleshooting uMod and Rcon Issues in Rust
Rust is an intricate game with a reputation for being quite unforgiving, where even the tiniest discrepancies can lead to game-breaking issues.
If you've recently installed the uMod mod and are experiencing rcon (remote console) troubles, don't worry! There's a quick fix you can apply to get things running smoothly again.
Follow these steps:
- Stop your Rust server.
- On the left-hand side, navigate to
file manager
>oxide
- Locate and select
uMod.config.json
, right-click it and edit it.
- Scroll down to the bottom of the configuration file and find the array labeled
OxideRcon.
- Check the value of
enabled.
If it's set totrue,
change it tofalse
to disable the uMod rcon.
- Click Save & Exit
- Start your Rust server again.
- Allow some time for the rcon functionality to activate, as it may take a few minutes after the server starts up.
By following these steps, you should be able to resolve any rcon-related issues caused by the uMod mod installation. Remember, Rust can be sensitive to changes, so double-check your configurations to ensure a smooth gaming experience.