# Admin Panel Configration

1. Make a folder on your hosting "TakeTok" (you can write what ever you want).

![](/files/-MFzFOa9wJY9bPTKWKpa)

1. Upload admin-panel file in "TakeTok" folder and unzip this file.

![](/files/-MFzGD54IiPih-h62mhG)

1. Create subdomain for admin panel

![](/files/-MFzIIhBFqlvvVAFlMeK)

1. Create Database in mysql databases in cPanel

![](/files/-MFzDJQKUIxOArsAl5sh)

1. Create a new user for database

![](/files/-MFzDhp3dRZk2PVDgHPI)

1. Assign that user to database

![](/files/-MFzEiGJk5LUIIMfGpnn)

![](/files/-MFzEFjdaBv9LoagNdRG)

1. Import Database (.sql) file in php my admin&#x20;

![](/files/-MFzCIE7f88LULFvZAC8)

1. Edit the file "config/database.php" and update the Database information that you setup above

![](/files/-MFzHkDZV573C5Qnxdlo)

1. Add Cloud Messaging **Server Key** into admin panel

*Copy server key from firebase*

![](/files/-MFz9LmrIm9RNZIJH3uM)

server key paste on public\_html/TakeTok(admin file folder)/app/Http/Controllers/Api/NotificationController.php

![](/files/-MFzBJlaFWAbEr7iTvXE)

***Go to***  -- <http://www.your\\_subdomain.com/login>

**Default**&#x20;

email - <admin@gmail.com>

password - 12345678


---

# 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://taketok.gitbook.io/taketok/admin-panel-configration.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.
