# Web Panel

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

Follow Following Steps

#### 🪟Windows Setup

1. Open xampp installation folder and go inside `htdocs` folder
2. Select all and delete evrything form \`htdocs\` folder
3. Download package from keymaster & extract it
4. In package 2 resouces available
   1. webpanel
   2. sb-adminpanel
5. Once coping all file go to `xampp/htdocs` and paste all files in `htdocs`
6. Now open `htdocs/admin/includes/config.php` file in your editor
7. In `config.php` file set your fivem database connection details. (line number around 46 to 50)
8. Also do all changes in `config.php` file as per your server requirnment
9. Once all done restart fivem server
10. Open your vps firewall setting and add new firewall rule for TCP port `80` and inbound and outbound
11. Enter <http://localhost> for local access
12. Or <http://your\\_server\\_ip> for remote access
13. Use default username `admin` and password `admin`
14. After first login change username & password
15. If you face in issue then contact me on support discord <https://d.suryabhai.in/>&#x20;


---

# 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-admin-panel/installation/web-panel.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.
