Your Webhosting Questions
Answered by the Webhosting Experts
Tags
...
...

How to Resolve Error 421 Service Not Available and Other Issues with FTP Service

Resolving FTP 421 Error

Author: PhilS

What are the steps to resolve the error ‘421 service not available’ in case of ftp?


Hello, in this article we’ll cover several possible steps and solutions for resolving an error “421 service not available” when attempting to connect to your server via FTP. This article may also be helpful if you are finding other similar problems or issues when attempting to establish a successful connection while using your FTP client from your local workstation.

This article applies to systems running CentOS or linux distributions.

 

Step 1) Rule Out DNS Issue

If you are attempting to connect with your server hostname or domain, it is worth ruling out a possible DNS or resolution issue. To accomplish this, the easiest way is to simply use your server’s IP address instead of the hostname or domain.

Below are two examples of how this may look in your FTP Client. If you are unfamiliar with FTP, we recommend installing/using FileZilla. Best of all, it’s free! You can download the latest version through FileZilla’s official website.

Filezilla connection configuration settings screen showing entered hostname Filezilla connection configuration settings screen showing entered IP address

 

Step 2) Try SFTP

If you are still finding an issue when attempting to connect with your IP directly, we would recommend trying SFTP protocol and changing the connecting port to match your servers SSH port. By default this can be 22 but on many systems this can be different in order to enhance security and prevent common brute force attempts. If you want to connect to your server with root user and not a secondary or FTP user, some systems require the use of SFTP – this is a more secure protocol and we recommend consider using SFTP whenever possible for best practice.

Filezilla connection configuration settings screen showing SFTP with IP address

If you wish to learn more about further enhancing system security, check out some of our other enhancements we offer, including DDOS protection.

 

Step 3) Server Blocking or Service Configuration

If you find this issue with SFTP as well, this could be the result of firewall rules of the system or perhaps a system misconfiguration causing you to not be able to connect properly.

a) cPanel Systems

For other distributions, see b) Other Linux Distributions

If you are running a cPanel system, there are two likely places you would need to allow your IP address in order to allow yourself access to the system. Allowing your IP can be done from within your WHM panel.

First, gather your workstation IP using our free IP address checking tool. This is what you will use to replace “YourIPAddress” in the items below.

Sample image of the Hivelocity IP address checking tool

Next, you’ll need to access your WHM panel. This can be done in one of two ways:

WHM | https://YourServerIPAddressHere:2087 (ignore security warning and proceed)
or
WHM | https://YourServerHostname:2087

Once in your WHM panel, you’ll want to allow your IP in both of the following locations:

WHM -> ConfigServer Security & Firewall -> Quick allow
WHM -> CPhulkd -> Whitelist

WHM panel showing search term "firewall", ConfigServer Security Plugin, Quick Allow, and allowed IP address entered

WHM panel showing search term "cphulk", cPHulk Brute Force Protection, Whitelist Management tab, and IP address entered under "New Whitelist Records"

If you prefer to allow from SSH or Terminal instead of within WHM, you can perform the commands below to allow:

$ csf -a YourIPAddress
$ /scripts/cphulkdwhitelist YourIPAddress

WHM panel showing the search term "Terminal", with $ csf -a YourIPAddress $ /scripts/cphulkdwhitelist YourIPAddress commands entered

b) Other Linux Distributions

Other linux systems or installations may use other firewalls. For example, Ubuntu may be running ufw while other non-panel Redhat or Centos may be using iptables or firewalld. It’s recommended to attempt to temporarily stop these or attempt to whitelist/allow

 

Step 4) Issue a Support Ticket

If you have exhausted your efforts or would like some assistance checking/replicating the issue further, if possible, please reach out to us from your my.hivelocity.net account -> Support and provide your server credentials within the Encrypted field for best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please email us from your valid my.hivelocity.net account email to us here: [email protected]

We are also available to you through our phone and live chat systems 24x7x365


If you thought that was helpful, check out this article on How to mount your cloud storage drive on your CentOS, RHEL or Fedora systems from our Impressive Support staff

 

Popular Links

Looking for more information on FTP? Search our Knowledge Base!

Interested in more articles about Web Hosting? Navigate to our Categories page using the bar on the left or check out these popular articles:

Popular tags within this category include: DNS, FTP, IIS, MX Records, and more.

Don’t see what you’re looking for? Use the search bar at the top to search our entire Knowledge Base.

 

The Hivelocity Difference

Seeking a better Dedicated Server solution? In the market for Private Cloud or Colocation services? Check out Hivelocity’s extensive list of products for great deals and offers.

With best-in-class customer service, affordable pricing, a wide-range of fully-customizable options, and a network like no other, Hivelocity is the hosting solution you’ve been waiting for.

Unsure which of our services is best for your particular needs? Call or live chat with one of our sales agents today and see the difference Hivelocity can make for you.

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: [email protected]. We are also available to you through our phone and live chat system 24/7/365.

Tags +
...