CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


How to install ProFTPD on Centos 7 or RHEL 7

1. Introduction

ProFTPD is an Open Source FTP Server. It is one of the most used, secure and reliable file transfer daemons on Unix environments, due to its file configurations simplicity speed and easy setup.This brief tutorial is going to show you how to install ProFTPD server in CentOS 7. It’a highly configurable and very stable with huge support from the Linux community.

2. Requirements

The OS of the server should be of Centos 7.
Before proceeding, the server should have a fully qualified hostname.
Also you need to install the EPEL repository. Please follow this command

# rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

3. Installation

You can install the ProFTPD as follows:

# yum install proftpd proftpd-utils

After the installation, start Proftpd daemon by issuing the following commands.

# systemctl start proftpd.services

You can check the ProFTPD version as follows:

[root@anu-centos7 ~]# proftpd -v
ProFTPD Version 1.3.5a
[root@anu-centos7 ~]# 

4. Create a ProFTPD user

For creating a group ftpgroup and user anu for ProFTPD. I will restrict the user anu with home directory as /ftp

# groupadd ftpgroup

Next you can add the user anu in ftpgroup:

# useradd  -G ftpgroup anu -s /sbin/nologin -d /ftp

Change the password for user ‘anu’

[root@server1 ~]# passwd anu
Changing password for user anu.
New password: <--ftppassword
Retype new password: <--ftppassword
passwd: all authentication tokens updated successfully.
[root@server1 ~]# 

Next you need to protect the /ftp directory from removing and renaming its content by any user, so we will change the directory permissions as follows:

# chmod -R 1777 /ftp/

Now you can do login with the user and password at ftp://Serverip
Here the user= 'anu' and password= 'anu'
You have installed Pro-FTP on Centos 7.

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 1
2345678
9101112131415
16171819202122
23242526272829
30 

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top