Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi,
Could you please run this command and post result ?
cat /etc/pure-ftpd/conf/PassivePortRange
Best regards,
Yes, still get this:
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (167,172,124,40,157,17)
Command: MLSD
Error: The data connection could not be established: ECONNREFUSED - Connection refused by server
Well, I figured this on out. For anyone who wants to use the Cyberpanel Marketplace Installation on a blank droplet - you need to change the IP address inside of this directory file:
/etc/pure-ftpd/conf/ForcePassiveIP
I am not sure WHY there was a random IP address set inside of this file, but once I changed the IP address to match my droplet’s IP address - it works flawlessly now.