How to change the Unturned server difficulty

By default, Unturned servers use the "normal" difficulty. You can change this in the server settings. This guide will show you how to do that in a few simple steps.
Updating the server difficulty
- Start your server
- Pause your server
- Open your server's files
- Edit the
gameserver/Servers/MyServer/Server/Commands.datfile - Add or update one of the following lines:
mode Easyto play on easy difficultymode Normalto play on normal difficultymode Hardto play on hard difficulty
- Save the file
- Restart your server
Example config file
Here is an example of what your Commands.dat file could look like if set the difficulty to hard:
mode Hard