> For the complete documentation index, see [llms.txt](https://rust-console-edition.gitbook.io/community-servers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rust-console-edition.gitbook.io/community-servers/server-configuration/custom-boot-commands.md).

# Custom Boot Commands

In this section, you can add [server commands](https://rust-console-edition.gitbook.io/community-servers/server-configuration/basic-settings#enable-whitelist) which will run every time the server boots. There are multiple features that can run on boot, which are listed below.&#x20;

You can enter any combination of these commands, and examples & formatting guides will be provided along the way. You can add more than more one command in the settings box, separated on new lines.&#x20;

***

{% hint style="warning" %}
***Keep in mind that settings in the boot commands will require the server to reboot.***
{% endhint %}

***

## **Example boot command entry**

```bash
OwnerID "XxXL337HaX0rXxX"
ModeratorID "ModOfHellfire"
global.whitelistid "PlayerOne"
global.whitelistid "PlayerTwo"
banitem "rifle.ak" "NoBlueprintSpawn NoTechTree"
setmodifier "hatchet" "tool" "2"
furnaceusagemultiplier "2"
monumentspawns.enableconfig "stables_recycler"
monumentspawns.enableconfig "cargoship_recycler"
```

#### **Effects of the commands above:**

* A player with the gamertag ***XxXL337HaX0rXxX*** is set as the Owner of the server and has [Owner](https://rust-console-edition.gitbook.io/community-servers/management-settings/authority-levels-and-privileges#tier-4-owner) privileges (highlighted <mark style="color:red;">red</mark>).
* A player gamertag ***ModOfHellfire*** is set to be a Moderator in the server, and can access [Moderator-tier](https://rust-console-edition.gitbook.io/community-servers/commands/moderation) options (highlighted <mark style="color:blue;">blue</mark>).
* Players with the gamertags ***PlayerOne*** and ***PlayerTwo*** are on the [Whitelist](https://rust-console-edition.gitbook.io/community-servers/server-configuration/basic-settings#enable-whitelist).
* The Assault Rifle blueprint can’t spawn and the Assault Rifle can’t be found in the Tech Tree.
* The Hatchet will now have 2x gather rate.
* The Furnace will now burn twice as much fuel as normal.
* Recyclers will now spawn at the Large Barn and the Cargo Ship.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rust-console-edition.gitbook.io/community-servers/server-configuration/custom-boot-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
