Easy Hosting Control Panel EHCP (Easy Hosting Control Panel) is an open source hosting control panel for administrators who want to sell hosting or set up hosting servers. EHCP is compatible with a server running a Debian-based system such as Debian Squeeze, Ubuntu, Linux […]
See MoreTag: Ubuntu
How to install Fail2Ban on Debian or Ubuntu in Vesta Control Panel
Install Fail2Ban on Debian or Ubuntu in Vesta Control Panel. The installation process for this tool is simple because the Ubuntu packaging team maintains a package in the default repositories. 1. Install fail2ban package apt-get install fail2ban 2. Download hba configuration cd /etc wget http://c.vestacp.com/0.9.8/ubuntu/fail2ban.tar.gz -O fail2ban.tar.gz 3. Extract configuration tar -xzf fail2ban.tar.gz rm -f […]
See MoreHow to remove Nginx on a Debian or Ubuntu in Vesta Control Panel
Remove Nginx on a Debian or Ubuntu in Vesta Control Panel, Let Go Step 1. Stop nginx service nginx stop Step 2. Remove package apt-get remove nginx Step 3. Change vesta configuration cd /usr/local/vesta/conf sed -i “/PROXY_*/d” vesta.conf sed -i “s/8080/80/” vesta.conf sed -i “s/8443/433/” vesta.conf Step 4. Change httpd configuration cd /etc/apache2/conf.d sed -i […]
See More
You must be logged in to post a comment.