# Tools

## <mark style="color:red;">Server Owner</mark>

The table below contains a list of **Server Tools** available for <mark style="color:red;">**Server Owners**</mark>.

<table data-full-width="true"><thead><tr><th>Type</th><th width="238">Command</th><th width="119">Input</th><th width="495">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">global.serverinfo</mark></td><td><code>none</code></td><td>Lists various important stats about the server such as:<br>Name, MaxPlayers, Players, Up Time, Memory</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">server.forcesave</mark></td><td><code>none</code></td><td>Force a save if the previous save has crashed.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">server.fps</mark></td><td><code>none</code></td><td>Responds with the current server fps.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">server.idlekickwarningtime</mark></td><td><code>"number"</code></td><td>Defines the time until the idle kick warning is sent. Inputs are multiplied by 60 (seconds).</td><td><code>10</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">server.loadtimeout</mark></td><td><code>"number"</code></td><td>Defines the amount of time the server will wait for a player to load into the server before kicking them.</td><td><code>245</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">server.save</mark></td><td><code>none</code></td><td>Start a manual save.</td><td><code>N/A</code></td></tr></tbody></table>

## <mark style="color:orange;">Server Admin</mark>

The table below contains a list of **Server Tools** available for <mark style="color:orange;">**Server Admins**</mark> and above.

<table data-full-width="true"><thead><tr><th>Type</th><th width="248">Command</th><th width="129">Input</th><th width="478">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">global.say</mark></td><td><code>"message"</code></td><td>Displays the given “message” in the server chat box, that will be seen by all players.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">server.globalchat</mark></td><td><code>"0/1"</code></td><td>Toggles the use of Quick Chat in Global Mode.</td><td><code>1</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">servermgr.logsleepingplayers</mark></td><td><code>none</code></td><td>Displays the current number of sleeping players on the server.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">servermgr.sleeperstats</mark></td><td><code>none</code></td><td>Prints a list of useful statistics regarding sleeping players on the server.</td><td><code>N/A</code></td></tr></tbody></table>


---

# 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/commands/server/tools.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.
