Knowledge Base

Debian 9 installation

Run the following software installation commands

wget -qO - http://cloudplan-repo.s3-eu-central-1.amazonaws.com/repo/cloudplan.pub | sudo apt-key add -

echo deb [ arch=amd64 ] http://cloudplan-repo.s3-eu-central-1.amazonaws.com/repo/apt/debian/stretch/ stable main | sudo tee /etc/apt/sources.list.d/cloudplan.list

sudo apt-get update

sudo apt-get install -y cloudplan

Console commands (starting with “sudo cloudplan”)

–activate run activation process

–trial    enable trial license (48 hours)

–email  email node activation

–pass  password for registered user

–homepath  specify cloudplan folder

–info  display node information

–version display cloudplan version

Start and stop commands

sudo systemctl start cloudplan

sudo systemctl stop cloudplan

sudo systemctl status cloudplan

Example: to activate a node  a user can run the following chained commands

sudo cloudplan –activate –email=someone@email.com –pass=pwd

sudo cloudplan –activate –email=someone@email.com –pass=pwd –-homepath=/home/someusername/cloudplan

Contents
Scroll to top