How to Setup FTP with ProFTPD in Webmin

FTP stands for file transfer protocol, and along with telnet and SMTP is one of the oldest protocols still in common use on the Internet. ProFTPD generally uses a single configuration file, found at /etc/proftpd.conf. This file is made up of directives, each of which usually occupies a single line and has a name and value.   How to Setup FTP […]

» Read more

How to Reboot your cpanel/whm in ssh

  How to Reboot your cpanel/whm in ssh If you happen to mess up your ssh configuration some how you can reset the ssh config from Cpanel then restart your machine via ssh by using following command /etc/init.d/cpanel restart   Enjoy!!!                                       […]

» Read more

How to fix ftp connection time out error!

How to fix ftp connection time out error! Common errors when using FTP When testing an FTP connection you may received of the following errors: 1) Socket Error # 11001, Host not found 2) Socket Error # 11004, Unable to connect 3) Socket Error # 10061, Connection refused 4) Socket Error # 10093 5) Socket Error # 10038 6) Socket […]

» Read more

How to Install mod_cloudflare on cPanel

Installing mod_cloudflare on cPanel CloudFlare is a performance and security service. The CloudFlare cPanel plugin makes it easy to integrate into your hosting control panel. The CloudFlare module automatically translates visitor IP addresses to reflect the visitor’s original IP address rather than the IP address of the CloudFlare proxy servers. Installing mod_cloudflare on a cPanel server is very easy. Just […]

» Read more

How to Remove/Uninstall RVSkin from Cpanel/WHM Server ?

RVSkin RVSkin is a management software offered with cPanel server that provides a user with complete branding and skinning control over cPanel and Reseller accounts. In a short span of time you will be able to create impressive looking cPanel overlay skins for your end users that are customizable in accordance to your preferences.     To Remove/Uninstall RVSkin from Cpanel/WHM […]

» Read more

How to Uninstall or Remove Trendy Site Builder ?

How to Uninstall/Remove Trendy Site Builder ? Follow the steps you can uninstall Trendy Site Builder within a couple of minutes. Step 1 : Login to cPanel/WHM Step 2 : Download the uninstaller from trendyflashdownload.com http://www.trendyflashdownload.com/installer/cp/uninstall.sh Step 3 : Set execute permission for uninstall.sh using following command chmod 755 uninstall.sh Step 4 : Run the shellscript uninstall.sh ./unistall.sh . . . . […]

» Read more

How to Update Fantastico Manually via WHM?

How to update fantastico manually via WHM? Fantastico is a scripts library that automates the installation of web applications to a website. Follow the steps to update Fantastico Step 1 : Login to your cPanel server via WHM Step 2 : Locate the section entitled Plugins Step 3 : Click on “Fantastico De Luxe WHM Admin” Step 4 : Click […]

» Read more

How to Install Trendy Site Builder

Trendy Site Builder                          Trendy Site Builder is very easy to use. You don’t need to spend so much time in building a website when you use it. The software is known to run very fast and smooth.  It’s also very affordable. Trendy Site Builder is optimized for social […]

» Read more

How to Configuring Self-Signed SSL / HTTPS Access

To Configuring Self-Signed SSL / HTTPS Access 1) To install OpenSSL on your VPS: apt-get -y install openssl   2) To generate a self-signed certificate that ZPanel will use to secure your connection by using following commands: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -out /etc/pki/tls/certs/zpanel.crt -keyout /etc/pki/tls/certs/zpanel.key   3) To be configured to use the new certificate by using […]

» Read more
1 4 5 6 7 8 9