How to Setup FTP with ProFTPD in Webmin


Cheap reseller Hosting


Setup FTP with ProFTPD

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 with ProFTPD in Webmin
1) Login to webmin

http://xx.xx.xx.xx:10000 (may be https:// for Debian/Ubuntu system)

2) Access the Webmin Modules option via Webmin > Webmin Configuration

3) Select Standard module

from www.webmin.com

4) Click the button on the right of that option

5) Choose: proftpd

6) Click Install Module

7) After installation, click Refresh Modules

8) Click Create a new user accessed via System > Users and Groups

9) Provide a username for what is to be your FTP account

10) Select Normal Password and provide a unique, complex password for the account.

11) Select a custom home directory.

12)  Otherwise choose Create home directory near the bottom of the options.

13) Select New Group with same name as user

14) Click Create

.

.

.

.

You should be able to access FTP with the username and password you selected, using your server’s IP address as the host.


Cheap web Hosting


How to Reboot your cpanel/whm in ssh


Cheap reseller Hosting


 

Reboot your cpanel

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!!!

 

                                                                          Or

 

 

If you cannot reboot your server manually, you can restart it by requesting a power cycle.

1) Log in to your Account Manager.

2) Click Servers.

3) Next to the server you want to use, click Manage.

4) Click Power.

5) Click Restart.

 

 


Cheap web Hosting


How to fix ftp connection time out error!


Cheap reseller Hosting


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 Error # 10039
7) Socket Error # 10052
8) Unable to connect: Connection time out
9) Unable to connect. Not logged in
10) Unable to connect. Error connecting with SSL
11) Scan failed (-1): Read Timeout

ftp-connection_erroe

How to resolve the error?
If you receive an “FTP connection timed out error while trying to access your account”, there are several reasons for that. Please, take a look at the Script :

 

!connection failed xx.xx.xxx.xxx – connection timed out
!connectio:error 0
PORT xxx,xxx,x,x,x,xxx
500 Illegal PORT command
!Failed “port”
!Retrieve of folder listing failed (0)

 

Solution:
 
1 : Login to the WHM==> FTP Server Selection

2 : Change the FTP server to Pure-FTPD ==> Save

3 : Now ssh into the server as root

4 : Open the pure-ftp conf file /etc/pure-ftpd.conf

5 : Find the FTP port no: used

6 : And find the “PassivePortRange

7 : Add the port range

for eg :

[bash][/bash]PassivePortRange 30000 40000[bash][/bash]

8 : Save and Quit

9 : Go to csf(firewall) config file

10 : Add the ftp port along with the passive port range

eg :

[bash][/bash]# Allow incoming TCP ports TCP_IN = “20,22,25,53,80,110,143,443,465,587,993,995,2001,2077,2078,2082,2083,2086,2087, 2095,2096,30000:40000″[bash][/bash]

11 : Restart csf & Pure-ftpd

 

 

 


Cheap web Hosting


How to Install mod_cloudflare on cPanel


Cheap reseller Hosting


cloudflare

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 follow 8 steps as below. 

 

Step 1 :

Download core file by using the following command : 

wget https://raw.githubusercontent.com/cloudflare/mod_cloudflare/master/mod_cloudflare.c

 

Step 2 :

Connect to your server through SSH and log in as root.

 

Step 3 :

Change directory to /usr/local/src by using the following command : 

cd /usr/local/src

 

Step 4 :

Get the source code for mod_cloudflare by using the following command :

wget –no-check-certificate https://raw.github.com/cloudflare/mod_cloudflare/master/mod_cloudflare.c CloudFlare-Tools/master/mod_cloudflare.c

 

Step 5 :

Build and install mod_cloudflare by using Apache Extension Tool by using the following command : 

apxs -a -i -c mod_cloudflare.c

 

Step 6 :

Restart the Apache Server daemon by using the following command : 

service httpd restart

 

Step 7 :

Update the Apache configuration data by using the following command : 

/usr/local/cpanel/bin/apache_conf_distiller –update

 

Step 8 :

Confirm the module is loaded properly by using the following command : 

httpd -M | grep cloud

cloudflare
.
.
.
.
.

Now,

Apache will log the visitors’ IP addresses instead of the CloudFlare IP’s.

 

 

 


Cheap web Hosting


How to Uninstall MySQL Governor


Cheap reseller Hosting


Uninstall MySQL Governor

To uninstall MySQL Governor.

  • Run the following command to uninstall MySQL Governor:

/usr/share/lve/dbgovernor/install-mysql.py –delete
yum erase db-governor db-governor-mysql

 


Cheap web Hosting


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


Cheap reseller Hosting


RVSkin

rvskin logo

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.

 

Uninstall RVSkin from Cpanel

 

To Remove/Uninstall RVSkin from Cpanel/WHM Server

Follow the steps to uninstalling RVSkins from Cpanel/WHM Server

Step 1 : Login to Cpanel/WHM server via SSH

Step 2 : Run the following command as root on the server:

# perl /root/rvadmin/uninstall.pl

.

.

.

.

You will be completely Removed/Uninstall RVSkin from your Cpanel/WHM Server

 

And

 

If for some reason RVskin was installed in a different location, change the path accordingly.

Restart your cpanel by using following command: 

# /etc/rc.d/init.d/cpanel stop

# /etc/rc.d/init.d/cpanel start

 

 


Cheap web Hosting


How to Uninstall or Remove Trendy Site Builder ?


Cheap reseller Hosting


How to Uninstall/Remove Trendy Site Builder ?

Uninstall-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

.
.
.
.
.
.

Trendy Site Builder will be completely removed from your server
                                               

                                                            Or

 

If you are quick remove Trendy Site Builder you can use following script.

 

cd /usr/local/cpanel/base/frontend/x3 rm -rf trendysitebuilder rm -f trendysitebuilder.tar.gz rm -f /usr/local/cpanel/Cpanel/trendysitebuilder.pm cd /usr/local/cpanel/whostmgr/docroot/cgi rm addon_trendysitebuilder.php rm -rf trendysitebuilder /usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/bin/trendysitebuilder.cpanelplugin rm -f/usr/local/cpanel/bin/trendysitebuilder.cpanelplugin /usr/local/cpanel/bin/rebuild_sprites

 

 

 

 

RELATED ARTICLE 

 


Cheap web Hosting


How to Update Fantastico Manually via WHM?


Cheap reseller Hosting


How to update fantastico manually via WHM?

Fantastico is a scripts library that automates the installation of web applications to a website.

Update Fantastico

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 on “Update/Get files”

Step 5 : Then Click on “Install Latest Fantastico De Luxe” button

.
.
.

Your Fanstastico should be Fully Updated!!

 


Cheap web Hosting


How to Install Trendy Site Builder


Cheap reseller Hosting


Trendy Site Builder

Install-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 network sites. It supports the best SEO practices and standards. You can attract steady traffic when you keep using it. You can also generate leads and gain lots of profits when you keep using the platform. We are going to use QuickInstall for the installation of Trendy Site Builder. Just go through following steps and Trendy Site Builder will be installed on your computer.

To Install Trendy Site Builder

1) Login to your cPanel Server via SSH

2) Download the installer file.

3) Run the following command Via SSH:

 

wget http://www.trendyflashdownload.com/installer/cp/ipbased/trendysitebuilder.sh

 

4) Adjust the permissions of the installer file, by doing the following command:

 

chmod 755 trendysitebuilder.sh

 

5) Run the installer file, by doing the following command:

 

./trendysitebuilder.sh

 

Please allow a few moments
.
.
.
.
.
The installation to comlete!
( You’ll be able to login to your cPanel/WHM web hosting server )
 
Logging into Trendy Site Builder via cPanel:

1) Login to your cPanel account via SSH

2) Next, locate the “Software/Services” section

3) Then, Click on “Trendy SiteBuilder Icon”
.
.
.

.
You will now be able to design your new website.


Cheap web Hosting


How to Configuring Self-Signed SSL / HTTPS Access


Cheap reseller Hosting


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 following commands:

nano /etc/httpd/conf.d/ssl.conf

 

4) Now, Find the SSLCertificateFile and SSLCertificateKeyFile entries and change them to :

SSLCertificateFile /etc/pki/tls/certs/zpanel.crt
SSLCertificateKeyFile /etc/pki/tls/certs/zpanel.key

 

5) Save changes and Exit from the file.

We need to redirect all HTTP based ZPanel login attempts to the secure HTTPS URL.

1) Login to ZPanel

 

2) Navigate the menu system as follows:

Zpanel -> Admin -> Module Admin -> Apache Admin

 

3) In Global Zpanel section, insert the following:

Redirect Permanent / https://[VPS FQDN]/

 

4) Now restart the Apache server on your VPS.

service apache2 restart

.
.
.
.
.
.

The installation is now complete!

You can now access your Ubuntu ZPanel installation via secure SSL (HTTPS) connections!


Cheap web Hosting


1 4 5 6 7 8 10