After purchasing the JupiterMeet Video Helpdesk Plugin for Support Board, follow the steps below to install it in your Support Board installation.
- Upload the downloaded plugin ZIP file (jupitermeet.zip) to the apps directory in your Support Board root:

Extract the ZIP file inside the
appsdirectory.
After extraction, you should see a folder namedjupitermeetinside theappsdirectory.Open the
config.phpfile located in the Support Board root directory.Add the following line to enable the JupiterMeet custom app:
define('SB_CUSTOM_APPS', [['jupitermeet', 'JupiterMeet']]); 
