With HestiaCP, you can install letsencrypt SSL but if your site is behind Cloudflare proxy, SSL from Cloudflare. Here is a step-by-step guide how to use the free certificate from Cloudflare. After setting up the domain at hestiaCP panel, there is an option Enable SSL for this domain Click at Enable SSL for this domain […]
Cyberpanel 1.9.4
Features Email SNI Support for Outlook and Postfix, details available here and here. feature: suspend/unsuspend users disable login for suspended users feature: edit incremental backup plans feature: edit/manage inc backups Improved and detailed dynamic logging To enable detailed logging to run touch /usr/local/CyberCP/debug This will generate detailed logs in /home/cyberpanel/error-logs.txt If you also want these logs in email run touch /usr/local/CyberCP/emailDebug When […]
HestiaCP 1.1
A new Major Release version of HestiaCP released 11 Mar 20 This new version is first major step moving forward from VestaCP with new features and bugfixes as bellow Features Added support for custom user interface themes. Introduced official Dark and Flat themes. Added read-only/demo mode – DEMO_MODE must be set to yes in hestia.conf […]
CLI Hosting Panel
There are also Command Line hosting panels. These panel requires less server power and memory. CentminMod Easyengine SlickStack VPSSIM Webinoly (Easyenginev3 Fork) WordOps (Easyengine v3 Fork)
Cyberpanel 1.8.2
Recently the DigitalOcean team informed about a possible vulnerability in the CyberPanel image that was available on the DigitalOcean Marketplace. Upon further investigation, we found that there was an API endpoint used by an attacker to put their SSH key onto the cyberpanel user. That API endpoint requires authentication so they would brute force your credentials. […]
Private email
Set up your private email is not hard as you might think. Here are a few email setup scripts iRedMail Mail-in-a-box Madoboa Mailcow UI Sovereign Netcourrier or Net-C Cheap Email Hosting Migadu
How to install Memcached with Plesk
To install memached on server running Debian and plesk Onyx do the following: apt install plesk-php71-dev gcc make git pkg-config zlib1g-dev libmemcached11 libmemcached-dev git clone https://github.com/php-memcached-dev/php-memcached.git cd php-memcached/ git checkout php7 /opt/plesk/php/7.1/bin/phpize ./configure –disable-memcached-sasl –with-php-config=/opt/plesk/php/7.1/bin/php-config make && make install echo “extension=memcached.so” > /opt/plesk/php/7.1/etc/php.d/memcached.ini plesk bin php_handler –reread
How to test VPS Speed and Performance?
Here are some scripts to test your VPS performance wget freevps.us/downloads/bench.sh -O – -o /dev/null | bash How to Test VPS Download and Upload Speed wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py python speedtest.py –share How to Test VPS Disk I/O Performance dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync