Connectivity Box Panel Installation
Prerequisites
- Operating System: Ubuntu 20.04
If your connectivity box is not registered with zMed, the Installation Script will give you a unique cBox id. You must email the cBox ID to zMed to register and Authorize the cBox. Once the cBox is authorized by zMed, run the installation script again.
Connectivity Box Panel Installation
- Step 1: Download the connectivity box panel installation zip file
1
sudo wget https://openbuckets.zmed.tech/zexe/cbox/install/cbox-install.zip --no-check-certificate
- Step 2: Install unzip utility:
1
sudo apt-get install unzip
- Step 3: Unzip the downloaded zip file and run the installation script
1
2
3
4
sudo unzip cbox-install.zip
cd cboxPanel
sudo chmod +x install
sudo ./install
- Verify the installation using the instructions provided at the end of the installation script
This post is licensed under CC BY 4.0 by the author.