# How to Configure Equipment Durability on Your Voyagers of Nera Server (/docs/voyagers-of-nera/durability-settings)



import { Step, Steps } from 'fumadocs-ui/components/steps';

<Steps>
  <Step>
    Stop the server [#stop-the-server]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), go to **Console** and stop the server.
  </Step>

  <Step>
    Edit CustomGameUserSettings.ini [#edit-customgameusersettingsini]

    Click **Files** in the sidebar and open `BoatGame/Saved/PersistedData/CustomConfig/CustomGameUserSettings.ini`. Set:

    ```ini
    DisableEquipmentDurability=True
    ```

    * `False` (default) — equipment degrades with use
    * `True` — equipment never breaks

    You can also adjust the wear rate without fully disabling it using `AttritionRateModifier` (default `0.0` — higher = faster wear).
  </Step>

  <Step>
    Save and start [#save-and-start]

    Click **Save Content** and start from **Console**.
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/voyagers-of-nera/server-config)
* [Death Settings](/docs/voyagers-of-nera/death-settings)
