# Community Server

## Linux

* Go to <https://github.com/AtlasXRInc/RealityServer/releases/latest>\
  (In this example, we consider the latest version is RealityServer-beta-0.5.0.zip)<br>
* Copy the link of the zip file<br>
* In your linux terminal, go to your server folder and enter those commands

```sh
sudo apt install unzip
```

```sh
wget https://github.com/AtlasXRInc/RealityServer/releases/download/RealityServer-beta-0.5.0/RealityServer-beta-0.5.0.zip
```

```sh
sudo unzip RealityServer-beta-0.5.0.zip
```

```sh
sudo chmod +x RealityServer.sh
```

```sh
./RealityServer.sh -ini:Engine:[EpicOnlineServices]:DedicatedServerClientId=xyza7891RwvVMQx5Iue5MXKbFgACctjh -ini:Engine:[EpicOnlineServices]:DedicatedServerClientSecret=+GyZTHdye/yhx6qLnuhS3ktt3bkax6XKNfncTtYQAOI -log
```


---

# 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://beyond-sandbox.gitbook.io/realitysdk/community-server/readme.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.
