mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
37 lines
844 B
Markdown
37 lines
844 B
Markdown
# OpenPanel WHMCS Module 😎
|
|
WHMCS module for [OpenPanel](https://openpanel.com)
|
|
|
|
|
|
## Requirements
|
|
|
|
- Server with OpenPanel Enterprise license
|
|
- WHMCS
|
|
|
|
## Installation
|
|
|
|
1. Login to SSH for WHMCS server
|
|
2. Navigate to `path_to_whmcs/modules/servers`
|
|
3. Run this command to create a new folder and in it download the module:
|
|
```bash
|
|
git clone https://github.com/stefanpejcic/openpanel-whmcs-module.git openpanel
|
|
```
|
|
|
|
## Configuration
|
|
|
|
How to setup WHMCS and OpenPanel: https://openpanel.com/docs/articles/extensions/openpanel-and-whmcs/
|
|
|
|
|
|
## Update
|
|
|
|
1. Login to SSH for WHMCS server
|
|
2. Navigate to `path_to_whmcs/modules/servers/openpanel`
|
|
3. Run this command to download newer files:
|
|
```bash
|
|
git pull
|
|
```
|
|
|
|
## Bug Reports
|
|
|
|
Report [new issue on github](https://github.com/stefanpejcic/openpanel-whmcs-module/issues/new/choose)
|
|
|