# Admin Panel Configuration

```
Laravel 10 & PHP >= 8.2
```

To configure the admin panel, follow these steps:

1. **Update App Name**
   * In the root directory, open the `.env` file.
   * Change the app name:

     ```
     APP_NAME="Your App Name"
     ```
2. **Set Up the Database**
   * Create a database user and password on your server.
   * Import the `vpn_app.sql` file, which is located in the `database` folder.
3. **Update Database Credentials**
   * Open the `.env` file again and update the following fields:

     ```
     DB_DATABASE="Enter Your Database Name"
     DB_USERNAME="Enter Your User Name"
     DB_PASSWORD="Enter Your Database Password"
     ```
4. **Save and Deploy**
   * Save the `.env` file.
   * The admin panel is now ready to go live.


---

# 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://orban-tech.gitbook.io/v2ray-vpn/admin-panel/editor.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.
