Detailed explanation of Unturned server configuration files and settings
Configuration File Overview
File | Location | Purpose |
---|---|---|
Commands.dat | /Servers/YourServerName/ | Server startup commands |
Config.json | /Servers/YourServerName/Server/ | Main game settings |
Admins.dat | /Servers/YourServerName/Server/ | Administrator list |
Mods.dat | /Servers/YourServerName/Server/ | Moderator list |
WorkshopItems.dat | /Servers/YourServerName/Server/ | Workshop mod list |
Welcome.txt | /Servers/YourServerName/Server/ | Welcome message |
Rocket/Permissions.config.xml | /Servers/YourServerName/ | Rocket permissions (if using Rocket) |
Commands.dat
file contains startup commands for your server. Here’s a template with recommended settings:
Config.json
file in /Servers/YourServerName/Server/
allows more detailed configuration. Here’s a recommended setup:
Welcome.txt
file in your /Servers/YourServerName/Server/
directory to display a message when players join:
<color=red>Text</color>
- Colored text<size=20>Text</size>
- Change text size<b>Text</b>
- Bold text<i>Text</i>
- Italic textWorkshopItems.dat
in your /Servers/YourServerName/Server/
directory:Commands.dat
:
Commands.dat
:
/Rocket/Uconomy/Uconomy.configuration.xml
:
/Servers/YourServerName/Maps/YourMapName/
Commands.dat
to use the custom map:
/Rocket/Rocket.config.xml
file:
/Rocket/Permissions.config.xml
for user permissions:
Home Plugin
/Rocket/Plugins/Home/Home.configuration.xml
:Kit Plugin
/Rocket/Plugins/Kits/Kits.configuration.xml
:TPA Plugin
/Rocket/Plugins/TPAlwaysAllowed/TPAlwaysAllowed.configuration.xml
:/BattlEye/Config/BEServer.cfg
:
Parameter Explanation
Parameter | Description | Recommended Value |
---|---|---|
+InternetServer/YourServerName | Specifies server name | Your server name |
-Port=27015 | Server port | 27015 (default) |
-Secure | Enables VAC | Always use this |
-Framerate=30 | Server tick rate | 30 (optimal balance) |
-Rolling=Minute | Save interval | Minute (prevents data loss) |
-LogLevel=1 | Detail level of logging | 1 or 2 |
-PVP | Enables player vs player | Optional |
-NoWorkshopExplicitLoading | More efficient mod loading | Recommended |
Server Won't Start
Players Can't Connect
Plugin Issues
/Rocket/Logs/
for specific error messages