> For the complete documentation index, see [llms.txt](https://sizh-it-solutions-pvt-ltd.gitbook.io/rideon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sizh-it-solutions-pvt-ltd.gitbook.io/rideon/admin-setup/install-on-server.md).

# Install on Server

## 1. Set Up the Database[​](https://docs.6amtech.com/docs-six-am-mart/admin-panel/install-on-server#1-database-configuration) <a href="#id-1-database-configuration" id="id-1-database-configuration"></a>

Before installing the admin panel, you need to set up the database for the application. To do this:

#### Go to MySQL **Databases**

<figure><img src="/files/9SoY1oThvPsFCdNQIP9X" alt=""><figcaption></figcaption></figure>

#### Make a new database&#x20;

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

#### Create user for database

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

#### Add user to database

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

#### Give Privileges to the users

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

{% hint style="info" %}
The steps to set up the database can vary between different hosting providers. If you're having trouble, contact your server provider for help. You can also reach out to us for any type of consulting if you need assistance.
{% endhint %}

## 2- Admin Panel Installation

After downloading the code from Codecanyon, upload the 'Admin\_Install.zip' file into your directory and unzip it. You can install Rideon on your  subdomain. For example, it could be  'subdomain.yourdomain.com'.

{% hint style="danger" %}
Do not install the admin panel or web app in a subdirectory, such as 'yourdomain.com/folder'.
{% endhint %}

Rideon Taxi requires an SSL certificate to be installed on your domain for all services to work properly. You can easily set up a free SSL certificate through cloudflare.com.

Let's begin the installation:

First, visit your site URL followed by '/install', for example, 'subdomain.yourdomain.com/install'. This will automatically take you to the installation page. Click on '**Get Started'** to begin.

<figure><img src="/files/9kyvNC5fZoiFFIu8hr8X" alt=""><figcaption></figcaption></figure>

* **Step 1:** Make sure all necessary extensions are enabled. Verify the required information, and if everything is in order, click on '**Next**'.

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

**Step 2:** Make sure all necessary permissions are enabled. Verify the required information, and if everything is in order, click on '**Next**'.&#x20;

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

* **Step 3:** You will need to insert the purchase code to validate the purchase.

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

* **Step 4:** Set up the Database host, Database name, Database username, and password, then click '**Next**'. If the database is on your server, the host is typically **'localhost' or '127.0.0.1'.**

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

* **Step 5:** You'll need to import the SQL file. Simply click on **'Import Database'** to import the database.

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

* **Step 6:** Enter the necessary details and finalize the installation by clicking **'Complete Installation'**.

<figure><img src="/files/1YplSkr35sQd7ipiYpJg" alt=""><figcaption></figcaption></figure>

#### <mark style="color:green;">Installation Complete</mark>

<mark style="color:green;">**Congratulations!**</mark> Your application has been successfully installed.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sizh-it-solutions-pvt-ltd.gitbook.io/rideon/admin-setup/install-on-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
