# How to install the Microweber plugin in Plesk

How to install the plugin&#x20;

Get the latest plugin version from here <https://github.com/microweber-dev/plesk-plugin>

1\. Open Plesk Panel&#x20;

2\. Go to Extensions Catalog and install "Panel.ini Editor"&#x20;

3\. Open the **Panel.ini** Editor&#x20;

```
[license]
fileUpload=true

[ext-catalog] 
extensionUpload = true

[php] 
settings.general.open_basedir.default="none"
```

4\. Add these lines & save&#x20;

After that you will find the plugin in the sidebar&#x20;

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

### How to use

After activation of `extensionUpload` go to Server Management > Extensions

Then upload the zip file from the upload button

**For automatic install**: In order to make automatic install when the user creates new domain, you must go to *Home->Service Plans->Hosting Plans* and then click on *Additional Services* and select *Install Microweber* from the dropdown box.

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

**For manual install**: Click the Microweber icon in the sidebar under *Server management->Microweber* and then click on *Install* and select *Domain* from the dropdown box.

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

### Settings

**For plugin setup**: Go to *Server management->Microweber->Settings* and you will be able to set various options of the plugin and also connect it to WHMCS.

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

Templates download and Updates

**For templates setup**: Go to *Server management->Microweber->Versions* and you will be able update the plugin and download templates

<figure><img src="/files/57vVpNuDtnU4eWZTy1ZB" alt=""><figcaption></figcaption></figure>

<br>

\ <br>


---

# 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:

```
GET https://help.microweber.com/user-guide/how-to-install-the-microweber-plugin-in-plesk.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.
