Skip to content

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

  1. Open https://panel.nexuscloud.id/.
  2. Select your modded server.
  3. 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

  1. Open the config file you want to change.
  2. Edit the value carefully.
  3. Save the file.
  4. 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