# Installation

To install **OperateMyServer**, just download and drop the required `.jar` files into your `mods/` folder. No additional setup is needed.

### Download

You can download OMS and its dependencies from:

* [CurseForge](https://www.curseforge.com/minecraft/mc-mods/operate-my-server)
* [Modrinth](https://modrinth.com/mod/operate-my-server)
* [OMS Maven](https://c0nnor263.github.io/OperateMyServer/maven/)

Kotlin For Forge 4.11.0:

* [CurseForge](https://www.curseforge.com/minecraft/mc-mods/kotlin-for-forge)
* [Modrinth](https://modrinth.com/mod/kotlin-for-forge)

Required files:

* `oms-x.y.z.jar` - the core OMS mod
* `kotlinforforge-4.11.0.jar` - required Kotlin runtime for OMS

***

#### Folder Structure

Place all `.jar` files into your server’s `/mods/` directory:

```
mods/
 ├── oms-x.y.z.jar
 └── kotlinforforge-4.11.0.jar
```

***

#### Starting the Server

Launch the server with your usual method (`start.sh`, `start.bat`, or directly using java).

You should see a message like:

```
[OMS] ============================================
[OMS] Operate My Server initialized successfully!
[OMS] --------------------------------------------
// ...
```

***

That’s it! You’re now ready to explore OMS features and addons.\
Continue with [Getting Started](/oms-wiki/getting-started.md)


---

# 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://conboi.gitbook.io/oms-wiki/installation.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.
