How to edit mod configuration in the panel¶
Mod configuration file locations can vary depending on the mod. On Forge, NeoForge, or Fabric servers, the most common config files are in config/ or world/serverconfig/.
Steps¶
- Open
https://panel.nexuscloud.id/. - Select your modded server.
- Go to Files.
Locations to check¶
The config folder¶
This is usually where global config files live, such as:
.toml.json.cfg
The world/serverconfig folder¶
Some mods store per-world configuration here.
How to edit¶
- Open the config file you want to change.
- Edit the value carefully.
- Save the file.
- Restart the server if the mod requires it.
Tips¶
- Back up the config file before changing it.
- Do not modify JSON or TOML formatting casually.
- If you are unsure, check the mod's documentation for what each option does.
Help us out
If you found this tutorial useful, please leave a review on Trustpilot! Your rating helps us make more useful guides
Cheers, Team NexusCloud