# General Warnings

Here is a list of some general warnings that will help you when using your custom server:

## Saving changes reboots your server

{% hint style="warning" %}
Keep in mind that a "Save Changes" button will appear if you change anything on these pages, so hold off until you have made all of your intended changes, or the server will reboot before you are finished customising!
{% endhint %}

## Make sure you set yourself as Owner

{% hint style="success" %}
In order to have control of your server in-game, you must first assign your GamerTag \[XBOX] or PSN ID \[PlayStation] to be an Owner in the Boot Commands.  (see [Configuring a Server](/community-servers/server-configuration/configuring-a-server.md))
{% endhint %}

## Avoid bad performance

{% hint style="warning" %}
Please keep in mind that spawning excessive amounts of items on the server can lead to server lag, crashes, client instability, and general misery due to console hardware limitations.
{% endhint %}

{% hint style="warning" %}
It is strongly recommended to set a regular wipe schedule!
{% endhint %}

{% hint style="danger" %}
Servers without a scheduled wipe every month (at least) will be prone to instability, client/server crashes, and general misery.
{% endhint %}

## Back up your servers

{% hint style="warning" %}
It is strongly recommended to create regular backups of your server! [#back-up-your-servers](#back-up-your-servers "mention")
{% endhint %}

{% hint style="warning" %}
When booting a server, please wait for 10-15 minutes as the server works silently at some points. This may look like the server is frozen, but it’s not!
{% endhint %}

{% hint style="danger" %}
Servers without automatic backups can lead to loss of progress, client instability, and general misery.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rust-console-edition.gitbook.io/community-servers/getting-started/general-warnings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
