Update and rename openpanel_adn_fossbilling.md to openpanel_and_fossbilling.md

This commit is contained in:
Stefan Pejcic 2024-08-04 16:15:52 +02:00 committed by GitHub
parent 05bf1c262a
commit ac9f1164e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 30 additions and 9 deletions

View File

@ -1,9 +0,0 @@
# OpenPanel and FOSSBilling
OpenPanel Enterprise edition has billing integrations with WHMCS and FOSSBilling.
## Prepara OpenPanel for API access
## Configure FOSSBilling with OpenPanel
## Test connection

View File

@ -0,0 +1,30 @@
# OpenPanel and FOSSBilling
OpenPanel Enterprise edition has billing integrations with WHMCS and FOSSBilling.
## Whitelist FOSSBillling on OpenPanel
Before you can setup the OpenPanel server manager in FOSSBilling, you need to first whitelist your FOSSBilling server's IP address inside of OpenAdmin interface, and enable API access.
To enable access to the FOSSBilling server's IP, first check the ip address on that server, from terminal you can run:
```bash
curl ip.openpanel.co
```
Login to OpenAdmin and under **Settings > Firewall** add the FOSSBilling server's IP under **Allow IP address**:
![whitelist ip](https://i.postimg.cc/433M6LBr/2024-08-04-16-10.png)
## Enable API access on OpenAdmin
To enable API access on OpenPanel, navigate to **Settings > API Access** from the OpenAdmin interface and click on 'Enable API access' button:
![enable api](https://i.postimg.cc/VsthWbWL/2024-08-04-16-14.png)
## Configure FOSSBilling with OpenPanel
## Test connection