# Server Setup

1. Go to the main [GPORTAL](https://www.g-portal.com/en) | [NITRADO](https://server.nitrado.net/en-GB) page.
2. Go to **\[My Servers] | \[My Services]** where you should be able to access all of your rented servers.
3. After selecting your server, you can change many options, but for now let’s stick to the basics:
   * Name
   * Password
   * Map
   * Seed
   * Player Count
   * Map Size
   * Monuments

## To set yourself as an Owner

Go to **\[Console]** over on the left on the GPORTAL | NITRADO website and type the following command:

```bash
OwnerID "Your Gamertag/PSN ID"
```

## To add other tiers

```bash
AdminID "Gamertag/PSN ID"
ModeratorID "Gamertag/PSN ID"
VIPID "Gamertag/PSN ID"
```

***

## To revoke tier rights

```bash
RemoveAdmin "Gamertag/PSN ID"
RemoveModerator "Gamertag/PSN ID"
RemoveVIP "Gamertag/PSN ID"
```


---

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