> For the complete documentation index, see [llms.txt](https://whitepaper.argentumonline.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.argentumonline.org/create-server.md).

# Create your own server

## Create your own server

![Server dashboard](/files/-MjsFgeu5oqmmNchyUiZ)

In AO Libre you can create your own server, we aim to create a `metaverse` where you can use your account along multiple servers.\
\
If you open your own server you can modify some aspects of the world-game like:\
\
Experience Rate\
Gold Drop Rate\
Intervals per action\
Add / Modify items (armors, swords, etc)\
Set default skin (users will see the UI/UX you wanna set)\
Maps to use (Default or one custom world made with the WorldEditor (SDK tool))\
Character's Initial stats and level when they are born\
Character's Initial inventory when they are born.

Among many, many, many others.\
<https://github.com/ao-libre/ao-server/blob/master/Server.ini>\
\
Summary explaining some of them:\
<https://www.reddit.com/r/argentumonlineoficial/comments/9v4dln/serverini_sumario_explicando_parametros/>

***GameMasters***\
If you want to be a game master is recommendable that you read the commands that you can use in-game so you can do a lot of things with god power\
<https://www.reddit.com/r/argentumonlineoficial/comments/9fpd7r/comandos_diosessemidiosesconsejeros/>\
<https://github.com/ao-libre/ao-server>

\
More information about creating your own server here:\
<https://www.reddit.com/r/argentumonlineoficial/comments/9dow3q/como_montar_mi_propio_servidor/>\
\
Add new items in the game with graphics (Requires Pull Request for new Graphics):\
<https://www.youtube.com/watch?v=p8Vf2jcJUFc&t=510s>\
\
Additional Information with more tools (SDK)\
<https://www.reddit.com/r/argentumonlineoficial/comments/f402p9/argentum_online_libre_diagrama_arquitectura/>


---

# 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://whitepaper.argentumonline.org/create-server.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.
