Install Myvesta Panel

Download the installation script:

curl -O http://c.myvestacp.com/vst-install-debian.sh
Then run it:
bash vst-install-debian.sh

Download php-installer:

wget -nv -O ./vesta-inst-php.sh https://c.myvestacp.com/tools/multi-php-install.sh
Now you need to edit the script before you run it.
mcedit ./vesta-inst-php.sh


Put 1 in desired PHP versions.
inst_56=0
inst_70=0
inst_71=0
inst_72=0
inst_73=0
inst_74=0
inst_80=0
inst_81=0
inst_82=0
inst_83=0


Save it (press F2 in 'mcedit', confirm saving, and then twice press ESC to escape the editor), and then run script.
sudo bash ./vesta-inst-php.sh

File Manager

# pico /usr/local/vesta/conf/vesta.conf

FILEMANAGER_KEY='ILOVEREO'

# crontab -e
*/5 * * * * sed -i 's/FILEMANAGER_KEY='\'''\''/FILEMANAGER_KEY='\''ILOVEREO'\''/g' /usr/local/vesta/conf/vesta.conf

Restart vestacp

/etc/init.d/vesta restart

Install Softaculous
In SSH, as root, run:

curl -O http://c.myvestacp.com/tools/install-softaculous.sh
bash install-softaculous.sh

Type above and press Enter to search.