# Installation

### ➕Dependencies <a href="#dependencies" id="dependencies"></a>

* oxmysql
* yarn

### ⚙️Setup <a href="#config" id="config"></a>

Follow Following Steps

1. Download package from keymaster and extract it
2. Copy `sb-logger` package and add it in your server resource
3. Add `ensure sb-logger` in your server.cfg file
4. Restart fivem server once
5. Open your vps firewall setting and add new firewall rule for TCP port `3000` and inbound and outbound
6. Open your web browser
7. Enter <http://localhost:3000> for local access
8. Or <http://your\\_server\\_ip:3000> for remote access
9. Use default username `admin` and password `admin`
10. After first login change password your own strong password

## 👍Optional&#x20;

If you want to change `3000` port with your own port then add following line in server.cfg

```
set sblogger:port "3000"
```


---

# 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://docs.suryabhai.in/sb-scripts/sb-logger/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.
