apt-get update apt-get install apache2 libapache2-mod-php7.0 -y systemctl start apache2 systemctl enable apache2 apt-get install php7.0 php7.0-cli php7.0-mcrypt php7.0-intl php7.0-mysql php7.0-curl php7.0-gd php7.0-soap php7.0-xml php7.0-zip php7.0-readline php7.0-opcache php7.0-json php7.0-gd -y apt install git git clone https://github.com/tsawyer/allmon2.git /var/www/html/allmon2 cd /var/www/html/allmon2 mv allmon.ini.txt allmon.ini.php Edit the allmon.ini.php file -> host=localhost:5038 // passwd=llcgi change as choosen password in manager.conf // menu=yes mv controlpanel.ini.txt controlpanel.ini.php htpasswd -cB .htpasswd admin chmod 777 astdb.php ./astdb.php