# First steps

## If you use multi-proxy or multi-cloud

MultiProxy: Currently not working.\
MultiCloud: The Proxy, Lobby and PS group should be on the same cloud.

## Move plugins into folder

First open and extract the zip file.\
Now you have 2 files and 1 folder.<br>

<figure><img src="/files/DFI40D9LedzmIIzIibfs" alt=""><figcaption></figcaption></figure>

Move the `Driver` into the `Proxy/plugins` folder.\
Then move the `Plugin` into the `Lobby/plugins` folder.

## PS-Group

Before you start the Proxy, type `tasks setup` into the Cloud-Console.\
The group should have the following attributes:

* Group name 'PS'
* Not static
* 0 Always online
* No maximum

Please don't drag the Plugin into the `plugins` folder from the group, that will be happened automatically!

## Setup SQL and Redis and Config

After you complete these steps, you can start the Proxy.\
If the Proxy is started, a folder named `Driver` should create.<br>

<figure><img src="/files/s2jrpwb1CRn4l15mtPvo" alt=""><figcaption></figcaption></figure>

Now go into the `redis.json` and write down your Redis settings.\
If you don't own Redis, just download here: <https://redis.io/docs/getting-started/installation/install-redis-on-linux/>

After these steps, open the `config.yml` and set the Proxy template path.

Finished? Write your SQL data into `sql.json`. Currently, only `MYSQL,MARIADB, MONGODB` is supported!\
Info: Redis don't own something like a password! Because Redis is only running on localhost.

## Addons

{% content-ref url="/pages/BaFVMzchXFsbYvhtruLX" %}
[Addons](/wiki-flxwdev/privateserver/first-steps/addons.md)
{% endcontent-ref %}


---

# 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://friedrichsradik.gitbook.io/wiki-flxwdev/privateserver/first-steps.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.
