# Tutorials

- [Windows: Installing your server](https://rdswiki.raftmodding.com/tutorials/windows-installing-your-server.md): Installing a Raft Dedicated Server has been made as easy as downloading the software and modifying a text file so almost everyone can do it !
- [Linux: Installing your server](https://rdswiki.raftmodding.com/tutorials/linux-installing-your-server.md): Installing a Raft Dedicated Server on Linux is a bit more complicated than Windows but if you have some basic knowledge of linux you can probably do it.
- [GUI based distro: Installing your server](https://rdswiki.raftmodding.com/tutorials/linux-installing-your-server/linux-installing-your-server.md): Installing a Raft Dedicated Server on Linux is a bit more complicated than Windows but if you have some basic knowledge of linux you can probably do it.
- [CLI based Distro: Installing your server](https://rdswiki.raftmodding.com/tutorials/linux-installing-your-server/linux-installing-your-server-1.md): Installing a Raft Dedicated Server on Linux is a bit more complicated than Windows but if you have some basic knowledge of linux you can probably do it.
- [Pterodactyl: Installing your Server](https://rdswiki.raftmodding.com/tutorials/pterodactyl-installing-your-server.md): Installing a Raft Dedicated Server in Pterodactyl is very easy and straightforward. Pterodactyl is a Game Server Manager that makes it easy to install game servers using "eggs" (custom configs).
- [Docker: Installing your Server](https://rdswiki.raftmodding.com/tutorials/docker-installing-your-server.md): Installing a Raft Dedicated Server in Docker is very straightforward and allows you to run the Server in a Containerized Environment so you don't have to worry about compatibility and OS dependencies.
- [Configuring your server](https://rdswiki.raftmodding.com/tutorials/configuring-your-server.md): Here we will explain you how to edit the config files to change the behaviour of your server or the punishments/settings of our anticheat.
- [Managing Player Permissions](https://rdswiki.raftmodding.com/tutorials/managing-player-permissions.md): This page will show you the basic commands to set user ranks and grant/revoke permissions.
- [How to create a plugin project](https://rdswiki.raftmodding.com/tutorials/how-to-create-a-plugin-project.md): Creating a plugin project has never been so easy !
- [How to load my plugin](https://rdswiki.raftmodding.com/tutorials/how-to-create-a-plugin-project/how-to-load-my-plugin.md): Loading your plugin is really easy.


---

# 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.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.
