The Blog

Installing Plesk 17 on Ubuntu 16.04, setting up ssh2 for php5.6 and webmin Posted on

Installing Plesk 17 on Ubuntu 16.04

wget http://autoinstall.plesk.com/plesk-installer
chmod +x plesk-installer
./plesk-installer

Installing ssh2 for PHP 5.6

apt-get install make gcc plesk-php56-dev libssh2-1 libssh2-1-dev
/opt/plesk/php/5.6/bin/pecl install ssh2 channel://pecl.php.net/ssh2-0.13
echo "extension=ssh2.so" > /opt/plesk/php/5.6/etc/php.d/ssh2.ini
/opt/plesk/php/5.6/bin/php -m| grep ssh2

We can also add it to OS PHP7

echo "extension=ssh2.so" > /etc/php/7.0/mods-available/ssh2.ini

create symlink from
/etc/php/7.0/mods-available/ssh2.ini

to
/etc/php/7.0/fpm/config.d/20-ssh2.ini

Installing Webmin

cd /tmp
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.831-minimal.tar.gz
gunzip webmin-1.831-minimal.tar.gz
tar xf webmin-1.831-minimal.tar
cd webmin-1.831
./setup.sh /usr/local/webmin

Blue theme for webmin

http://www.webmin.com/webmin/download/modules/blue-theme.wbt.gz

Recommended modules:

net
firewall
file

This entry was posted in Linux, PLESK. Bookmark the permalink.

Please Post Your Comments & Reviews

Your email address will not be published. Required fields are marked *



CAPTCHA
Change the CAPTCHA codeSpeak the CAPTCHA code