> For the complete documentation index, see [llms.txt](https://roboticsmilan.gitbook.io/mythemepark/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roboticsmilan.gitbook.io/mythemepark/master.md).

# Web - Setup

## How to Setup the WebPanel

First Download all the files and put them on your webserver/webhost.

Change the config.php file

```php
// Change 
define('DB_SERVER', 'database_host');
define('DB_USERNAME', 'database_username');
define('DB_PASSWORD', 'database_password');
define('DB_NAME', 'database_name');
// Change to false to unlock the register page
define('MAINTENANCE', true);

// DON'T CHANGE 
define('NAME', $settings['name']);
define('IP', $settings['ip']);
define('BACKGROUND', $settings['background']);
```

{% hint style="info" %}
&#x20;To change the name, ip or background of the website login to phpmyadmin and edit the row in the table settings
{% endhint %}

Upload the dbstandard.sql to your mysql database and register a account at <https://yourdomain.com/register.php&#x20>;
