Detailed explanation of the solution to the problem that FTP cannot connect to the Baota Linux panel

Detailed explanation of the solution to the problem that FTP cannot connect to the Baota Linux panel

If you are using Alibaba Cloud Server, you need to open ports 22 and 21 in the security group settings, and the passive ports (39000 - 40000) also need to be in the open state.


Everything is normal when the Baota Linux panel uses sftp to connect with the highest authority, but it is impossible to log in using the ftp account and password created in Baota. I believe everyone has encountered such a problem. If you encounter such a problem, you need to modify some configurations.

Step 1: Enter the software management in the Baota Linux panel, find Pure-Ftpd 1.0.47 and click Settings


Step 2: Click Configuration Modification: As shown in the figure, find "ForcePassiveIP" (around line 188), search:


Step 3: Change the 192.168.0.1 at the end to the public IP address of your own Alibaba Cloud server, and remove the "#" sign of ForcePassiveIP. Then save it.

Step 4: Restart the service

Step 5: Enter xftp to set relevant information, enter the created ftp account and password (not root), use ftp instead of sftp as the protocol, the port is 21, and note that in the options, check the passive mode for the transmission type.


Finally, the connection was successful.

This is the end of this article on the solution to the problem that the FTP of the Baota Linux panel cannot be connected. For more related content about the problem that the FTP of the Baota Linux panel cannot be connected, please search the previous articles of 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Baota Linux panel command list
  • Solution to forgetting the password of the pagoda panel in Linux 3.X/4.x/5.x
  • How to install the Linux version of Baota Panel in a directory other than /www
  • Baota Linux Panel is a free Chinese Linux VPS host control panel suitable for fast website building
  • BT Baota Linux Server Management Assistant sets up VPS panel (installation and initial setup application)
  • Introduction to Baota Linux Panel 2.8.9 Stable Version

<<:  Detailed explanation of the principles and usage examples of MySQL join query, union query, and subquery

>>:  Element table header row height problem solution

Recommend

18 killer JavaScript one-liners

Preface JavaScript continues to grow and prosper ...

A brief discussion on the VUE uni-app life cycle

Table of contents 1. Application Lifecycle 2. Pag...

Method of dynamically loading geojson based on Vue+Openlayer

Load one or more features <template> <di...

Summarize the commonly used nth-child selectors

Preface In front-end programming, we often use th...

Detailed explanation of the use of base tag in HTML

In requireJS, there is a property called baseURL....

Sqoop export map100% reduce0% stuck in various reasons and solutions

I call this kind of bug a typical "Hamlet&qu...

Usage and execution process of http module in node

What is the role of http in node The responsibili...

Simple use of Vue vee-validate plug-in

Table of contents 1. Installation 2. Import 3. De...

SQL left join and right join principle and example analysis

There are two tables, and the records in table A ...

Axios secondary encapsulation example Demo in the project

1. Why do packaging? Facilitates overall code cal...

How to set Tomcat as an automatically started service? The quickest way

Set Tomcat to automatically start the service: I ...

...