Skip to main content
Enterprise
WISECP and OpenPanel module integration

Setup WISECP & OpenPanel account provisioning in just 5 minutes.

Get Support
Timeline
Enable API access in OpenAdmin
First make sure that API access is enabled by going to OpenAdmin > API or by running opencli config get api from the terminal.
Instructions
Whitelist on Firewall
WISECP server needs to be able to connect to OpenAdmin on port 2087, whitelist both servers: csf -a SERVER_IP.
Instructions
Install OpenPanel Module
SSH to your WISECP server and inside the WISECP install directory run this command to clone and copy the module into place: git clone https://github.com/stefanpejcic/openpanel-wisecp-module.git.
Instructions
Add Server in WISECP
In WISECP admin, go to Settings > Servers > Add New and select the OpenPanel module, then fill in the OpenAdmin admin username/password, hostname, and port (default 2087).
Instructions
Create Hosting Plans
On the WISECP server create hosting plans that match the package names created on the OpenPanel server, then assign the OpenPanel server to the product.
Instructions
Test
Create a new order on WISECP to test if the OpenAdmin API account provisioning is functioning properly.
Instructions