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.dat
file - Add or update one of the following lines:
mode Easy
to play on easy difficultymode Normal
to play on normal difficultymode Hard
to 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