Unturned Server Optimization Guide
How to optimize your Unturned server for better performance
Introduction to Unturned Server Optimization
Optimizing your Unturned server is crucial for providing a smooth gameplay experience for your players. This guide covers various techniques to improve your server’s performance on Wasabi Hosting’s Gamepanel platform.
Hardware Considerations
Unturned is CPU intensive, especially when handling vehicle physics and large numbers of zombies. Prioritize CPU performance over RAM in most cases. Wasabi Hosting offers optimized plans specifically designed for Unturned servers.
Config File Optimization
Unturned servers have several configuration files that can be tuned for better performance.
Commands.dat Optimization
The Commands.dat
file in your /Servers/YourServerName/
directory contains essential startup commands. Here are recommended values for better performance:
Setting the Framerate higher than 30 significantly increases CPU usage with minimal gameplay benefits.
Server Configuration
Edit your server’s Config.json
file (/Servers/YourServerName/Server/Config.json
) with these optimized settings:
Adjust Max_Zombies_Spawned
and Max_Animals_Spawned
based on your server’s performance. Lower values improve performance but reduce game difficulty.
Config.json Optimization
Optimize your Unturned server startup parameters in the Gamepanel:
Key Parameter Explanations
Parameter | Description | Recommended Value |
---|---|---|
-Framerate | Server tick rate | 30 (optimal balance) |
-Rolling | Save interval | Minute (prevents data loss) |
-No-Streaming | Reduces map streaming overhead | Enabled for better performance |
-NoWorkshopExplicitLoading | More efficient mod loading | Enabled for better startup times |
-LogLevel | Detail level of logging | 1 or 2 (higher values increase overhead) |
Using -LogRcon
can create large log files. You can schedule log cleanup tasks to prevent this.
Scheduled Tasks
Set up these scheduled tasks:
You can automate these maintenance tasks using the Gamepanel scheduler feature.
Map Selection
The map you choose significantly impacts server performance:
Large, detailed maps with many objects will significantly impact server performance, especially with higher player counts.
Workshop Mods Optimization
Mods can significantly impact server performance:
- Limit total workshop items - Each mod increases memory usage and startup time
- Avoid redundant mods - Multiple mods with similar functions waste resources
- Choose optimized mods - Some mods are better coded than others
- Update mods regularly - Outdated mods may have unpatched performance issues
Database Optimization
If your server uses MySQL for plugins or economy:
- Use connection pooling to reduce database overhead
- Index frequently queried fields for faster lookups
- Schedule regular database maintenance to prevent bloat
- Use SSD storage for database files
Zombie and Item Spawn Management
Adjust these settings in your Config.json
file for better performance:
Reducing the number of simultaneously spawned zombies and items dramatically improves server performance, especially on large maps or with many players.
Vehicle Optimization
Vehicles are one of the most resource-intensive aspects of Unturned servers:
- Limit total vehicles - Set reasonable vehicle spawns in your map configuration
- Clear unused vehicles regularly
- Use the vehicle decay option to automatically remove abandoned vehicles:
- Use plugins to limit vehicle spawning or automatically despawn unused vehicles
Server Maintenance Routines
Implement these maintenance routines for optimal performance:
-
Scheduled restarts every 6-12 hours:
-
Regular map resets (every 1-4 weeks depending on your server type)
-
Clear items periodically:
-
Implement automatic backup before maintenance tasks
-
Monitor resource usage to identify performance trends
You can automate these maintenance tasks using the Gamepanel scheduler feature.
BattlEye Configuration
BattlEye anti-cheat can impact performance. Optimize its settings in BattlEye/Config/BEServer.cfg
:
Plugin and Rocket Optimization
If using Rocket mod for plugins:
- Limit the number of plugins - Each plugin increases overhead
- Choose lightweight alternatives where possible
- Disable unnecessary plugin features in configuration files
- Update all plugins to their latest versions
- Monitor plugin performance using timing tools
Some popular Rocket plugins like Economy, Jobs, and extensive permission systems can significantly impact performance.
Network Optimization
- DDoS protection - Use our built-in firewall or a service like Cloudflare
- Optimize packet handling:
- Configure connection timeouts:
Advanced Performance Tuning
For experienced administrators on Wasabi Hosting servers:
-
Linux kernel tuning (if using a Linux-based server):
-
Process priority adjustment:
-
Memory allocation optimization in your Gamepanel startup:
Troubleshooting Common Performance Issues
Monitoring Your Server
Monitor your server’s performance using:
- Wasabi Hosting’s Gamepanel Console - Check for error messages and warnings
- Resource Usage Graphs in Gamepanel
- Server logs in
/Servers/YourServerName/Logs/
- In-game commands:
By implementing these optimization techniques, you should see a significant improvement in your Unturned server’s performance on Wasabi Hosting. If you continue to experience issues, contact our support team for assistance.