Articles on: Rust Guides

How so Save Your Rust Server an Configure the Save Intervals

Learn how to adjust your Rust server's save frequency for the best balance between data security and server performance



Introduction


By default, Rust automatically saves your server progress every 10 minutes (600 seconds). Adjusting the autosave interval can be beneficial to prevent data loss in case of unexpected server crashes or restarts. However, setting the interval too low can lead to adverse effects, such as making it impossible to roll back the server to a previous state if needed. This guide will help you change the save interval for optimal performance.

Changing Your Save Interval


Follow these steps to change the save interval of your Rust server:

Stop your server: Log in to your Multicraft Control Panel and stop your server.

Access server configuration: Navigate to Files > Config Files and select server.cfg.

Important Reminder: If server.cfg does not exist, create it via your server's FTP. The file should be located at server/my_server_identity/cfg.

Adjust the save interval: Add the line server.saveinterval followed by the desired time in seconds for your server to save (e.g., server.saveinterval 900). By default, this value is 600 seconds.

Save and restart: Save your file and start your server.

Restoring Default Settings


If you want to revert to the default settings, follow these steps:

Remove the save interval setting: Delete the server.saveinterval setting from your server.cfg file.

Save and restart: Save the changes and restart your server.

Conclusion


Adjusting your Rust server's save interval can greatly improve your server's performance and safeguard your progress. Use this comprehensive guide to find the ideal balance between data security and smooth gameplay experience.

Updated on: 10/04/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!