# Configuring your server

RDS currently has 2 config files : \
&#x20;\- `rds_config.ini`\
&#x20;\- `anticheat_config.ini`\
&#x20;\- `ranks_config.json`&#x20;

The `rds_config.ini` file contains the main server configuration such as your server name, the maximum players, if PVP is enabled and more.\
\
The `anticheat_config.ini` file contains the anticheat configuration, However we highly recommend you to keep it as it is by default or contact us if you have any problem.\
If you are experimented, you'll be able to change punishments, thresholds/tolerances & enable/disable modules.

### How to edit the .ini config files ?

The RDS configuration files are [INI files](https://en.wikipedia.org/wiki/INI_file) they are really easy to edit and have comments & sections so that you can know what a config variable do and everything stays nice and organized.\
\
Below is an example `rds_config.ini` file.\
You can see that MaxPlayers has been set to 100, I've changed the server name and that i've configured an icon and a banner.\
![](/files/jSIiGRIBoLrSiZjvpfkF)

### How to edit the .json config files ?

The ranks configuration file uses the JSON file format as it is way easier to add new ranks, configure permissions per ranks and chat prefixes/suffixes.

Below is an example `ranks_config.json` file.\
&#x20;![](/files/rwe3YtKrc8nVgwgzuU6n)<br>


---

# 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://rdswiki.raftmodding.com/tutorials/configuring-your-server.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.
